Continue IVdfing and UVxfing.
[p5sagit/p5-mst-13.2.git] / ext / Storable / Makefile.PL
index 3b5aa2c..f9e37a5 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 0.7 2000/08/03 22:04:44 ram Exp $
+# $Id: Makefile.PL,v 0.7.1.1 2000/08/23 22:49:18 ram Exp $
 #
 #  Copyright (c) 1995-2000, Raphael Manfredi
 #  
@@ -6,6 +6,9 @@
 #  as specified in the README file that comes with the distribution.
 #
 # $Log: Makefile.PL,v $
+# Revision 0.7.1.1  2000/08/23 22:49:18  ram
+# patch3: added MAN3PODS
+#
 # Revision 0.7  2000/08/03 22:04:44  ram
 # Baseline for second beta release.
 #
@@ -16,6 +19,7 @@ use Config;
 WriteMakefile(
     'NAME'                     => 'Storable',
     'DISTNAME'         => "Storable",
+    'MAN3PODS'         => {},
     'VERSION_FROM'     => 'Storable.pm',
     'dist'                     => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
     'clean'                    => {'FILES' => '*%'},