Undo the local change to Time::Piece's Makfile.PL that added MAN3PODS.
Nicholas Clark [Thu, 26 Mar 2009 13:36:02 +0000 (13:36 +0000)]
ext/Time-Piece/Makefile.PL

index 57e9ec2..a69cf55 100644 (file)
@@ -7,5 +7,4 @@ WriteMakefile(
     'VERSION_FROM' => 'Piece.pm', # finds $VERSION
     'AUTHOR' => 'Matt Sergeant',
     'ABSTRACT_FROM' => 'Piece.pm',
-    'MAN3PODS'        => {},  # Pods will be built by installman.
 );