Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set authorized flag for perl releases based on pumpking list #1184

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Apr 25, 2024

No description provided.

@haarg haarg force-pushed the haarg/pumpkin branch 2 times, most recently from 3659714 to 62e8588 Compare April 25, 2024 12:33
#my $pumpking_file = $self->cpan->child(qw(modules 07pumpkings.txt));
my $pumpking_file
= path(__FILE__)->parent->child(qw(Release 07pumpkings.txt));
$self->cpan->child(qw(modules 07pumpkings.txt));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not clear on why this line is here.

my $pumpking_file
= path(__FILE__)->parent->child(qw(Release 07pumpkings.txt));
$self->cpan->child(qw(modules 07pumpkings.txt));
if ( -e $file ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be if ( -e $pumpking_file ) {?

@oalders oalders merged commit 2fd8305 into master Apr 25, 2024
1 check passed
@oalders oalders deleted the haarg/pumpkin branch April 25, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants