about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-06-13 09:01:05 +0000
committerGraham Barr <gbarr@pobox.com>2003-06-13 09:01:05 +0000
commit95d032a6c2dd1424a4733e70d3cc7350c22f0eb4 (patch)
tree634265d477b9112ce86eef913c0801b20cb8b34d
parent6461fd71f3bfb349214ff0d2f92499931c291c32 (diff)
downloadperl-libnet-95d032a6c2dd1424a4733e70d3cc7350c22f0eb4.tar.gz
Add SIGNATURE
-rw-r--r--MANIFEST1
-rw-r--r--Makefile.PL13
2 files changed, 14 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ae45acd..30000e4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -20,6 +20,7 @@ Net/SMTP.pm                        Simple Mail Transfer Protocol Client
 Net/Time.pm                        time & nettime protocols
 Net/libnetFAQ.pod
 README
+SIGNATURE
 demos/ftp
 demos/inetd
 demos/nntp
diff --git a/Makefile.PL b/Makefile.PL
index ac5e246..57a8581 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -100,3 +100,16 @@ WriteMakefile(
   @ppd,
 );
 
+sub MY::postamble {
+                                                                                                    
+<<EOS;
+                                                                                                    
+distdir : run_cpansign
+                                                                                                    
+run_cpansign :
+        cpansign -s
+                                                                                                    
+EOS
+                                                                                                    
+}
+