From: Nicholas Clark Date: Thu, 26 Mar 2009 13:36:02 +0000 (+0000) Subject: Undo the local change to Time::Piece's Makfile.PL that added MAN3PODS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d3e0127a2d4cba9155a3adf783f3f39a7a22be6;p=p5sagit%2Fp5-mst-13.2.git Undo the local change to Time::Piece's Makfile.PL that added MAN3PODS. --- diff --git a/ext/Time-Piece/Makefile.PL b/ext/Time-Piece/Makefile.PL index 57e9ec2..a69cf55 100644 --- a/ext/Time-Piece/Makefile.PL +++ b/ext/Time-Piece/Makefile.PL @@ -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. );