Skip to content

Commit

Permalink
Take abstract from Pod file (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 11, 2024
1 parent 8d07793 commit b6d3ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -47,7 +47,7 @@ my %WriteMakefile = (
'MIN_PERL_VERSION' => '5.008',

'NAME' => $module,
'ABSTRACT_FROM' => $main_file,
'ABSTRACT_FROM' => $main_file =~ s/\.pm\z/.pod/r,
'VERSION_FROM' => $main_file,
'AUTHOR' => 'brian d foy <briandfoy@pobox.com>',
'LICENSE' => 'artistic_2',
Expand Down

0 comments on commit b6d3ef0

Please sign in to comment.