X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=13fec7d2faee2a6387318363f68125f1e0b5fefd;hp=af166302033bb7d27361fc3100748e2f368d57be;hb=9a785a3b893f901ee24d2dcb0c3b057280a245af;hpb=9d50689d146d2ddb32442bce32443d614c336870 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index af16630..13fec7d 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' } } {