about summary refs log tree commit
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5cf7e60..e7f9d05 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.22_01";
+$VERSION  = "1.22_02";
 
 BEGIN { require 5.002 }
 
@@ -114,7 +114,7 @@ WriteMakefile(
 sub MY::postamble {
   return <<'POSTAMBLE';
 
-mydist : distmeta distsignature tardist
+mydist : distmeta tardist
 
 POSTAMBLE