X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=f6d8f119bad970aab0437dd0fcd3584712a000f5;hb=3da28c4e88c6de54ab597b61fd294580738059d8;hp=04dd5858ccd0e9d8708983be0b137c66b4df5134;hpb=381910b56b17a3cea2ef7eadf76cbaf95b0a8dff;p=p5sagit%2FModule-Metadata.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 04dd585..f6d8f11 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,14 +1,6 @@ use strict; use warnings FATAL => 'all'; -my $POSTAMBLE = q{bump: - maint/bump-version -bumpminor: - maint/bump-version minor -bumpmajor: - maint/bump-version major -}; - { package MY; @@ -20,7 +12,7 @@ bumpmajor: shift->SUPER::find_tests.' xt/*.t'; } - sub postamble { $POSTAMBLE } + sub postamble { 'include maint/Makefile.include' } } { @@ -31,6 +23,7 @@ bumpmajor: %args, AUTHOR => 'Ken Williams , Randy W. Sims ', ABSTRACT_FROM => $args{VERSION_FROM}, + LICENSE => 'perl', ); } } @@ -61,7 +54,8 @@ manifest_include( 'xt' => '.t', 'xt/lib' => '.pm', '' => '.PL', - '' => qr{Changes|MANIFEST|README|META\.yml} + '' => qr{Changes|MANIFEST|README|META\.yml}, + 'maint' => qr{[^.].*}, ); 1;