Skip to content

Commit

Permalink
Maybe we don't need to the pod file in Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 11, 2024
1 parent ea92a60 commit 64c2964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -42,14 +42,13 @@ my $module = __PACKAGE__;

my $github = 'https://github.com/briandfoy/object-iterate';
my $main_file = catfile( 'lib', split /::/, "$module.pm" );
( my $pod_file = $main_file ) =~ s/\.pm\z/.pod/;

my %WriteMakefile = (
'MIN_PERL_VERSION' => '5.008',

'NAME' => $module,
'ABSTRACT_FROM' => $main_file,
'VERSION_FROM' => $pod_file,
'VERSION_FROM' => $main_file,
'AUTHOR' => 'brian d foy <briandfoy@pobox.com>',
'LICENSE' => 'artistic_2',

Expand Down

0 comments on commit 64c2964

Please sign in to comment.