Parse POD after __END__
[p5sagit/Module-Metadata.git] / maint / Makefile.PL.include
index af16630..f6d8f11 100644 (file)
@@ -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 <kwilliams@cpan.org>, Randy W. Sims <RandyS@ThePierianSpring.org>',
       ABSTRACT_FROM => $args{VERSION_FROM},
+      LICENSE => 'perl',
     );
   }
 }