X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=f6d8f119bad970aab0437dd0fcd3584712a000f5;hb=388bf28253bd1f10013ca7a83820b5a9d8a54598;hp=af166302033bb7d27361fc3100748e2f368d57be;hpb=f1d18ad33f0ef56d8156466f544d9a6c781b1568;p=p5sagit%2FModule-Metadata.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index af16630..f6d8f11 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,19 +1,6 @@ use strict; use warnings FATAL => 'all'; -my $POSTAMBLE = q{bump: - maint/bump-version - rm Makefile -bumpminor: - maint/bump-version minor - rm Makefile -bumpmajor: - maint/bump-version major - rm Makefile -upload: $(DISTVNAME).tar$(SUFFIX) - cpan-upload $< -}; - { package MY; @@ -25,7 +12,7 @@ upload: $(DISTVNAME).tar$(SUFFIX) shift->SUPER::find_tests.' xt/*.t'; } - sub postamble { $POSTAMBLE } + sub postamble { 'include maint/Makefile.include' } } { @@ -36,6 +23,7 @@ upload: $(DISTVNAME).tar$(SUFFIX) %args, AUTHOR => 'Ken Williams , Randy W. Sims ', ABSTRACT_FROM => $args{VERSION_FROM}, + LICENSE => 'perl', ); } }