about summary refs log tree commit
path: root/Makefile.PL
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2007-02-03 01:31:36 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 10:40:47 -0600
commit0be1e12e7bfcfccf67bcb4c7d657bf3313f84c73 (patch)
tree367a7e4be576aef41104b3be8a0aa5f436a12053 /Makefile.PL
parenta0cf376daae1ea8e56fc5d2572e346e0074d465b (diff)
downloadperl-libnet-0be1e12e7bfcfccf67bcb4c7d657bf3313f84c73.tar.gz
Release 1.20 v1.20
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL18
1 files changed, 8 insertions, 10 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0eb7c72..1aed29d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.19";
+$VERSION  = "1.20";
 
 BEGIN { require 5.002 }
 
@@ -101,15 +101,13 @@ WriteMakefile(
 );
 
 sub MY::postamble {
-                                                                                                    
-<<EOS;
-                                                                                                    
-distdir : run_cpansign
-                                                                                                    
+  return <<'POSTAMBLE';
+
+mydist : manifest run_cpansign dist
+
 run_cpansign :
         cpansign -s
-                                                                                                    
-EOS
-                                                                                                    
-}
 
+POSTAMBLE
+
+}