diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-03-26 13:35:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-03-26 13:35:39 +0000 |
commit | 7a71a5145432d34189dc8574df73a361bd48e4ee (patch) | |
tree | 06db60a29754ab0c00814e35869bba8d4c49fa5d /ext/Math-BigInt-FastCalc | |
parent | e34f48720635e265cf41f8325094201c8667ec44 (diff) | |
download | perl-7a71a5145432d34189dc8574df73a361bd48e4ee.tar.gz |
Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
Diffstat (limited to 'ext/Math-BigInt-FastCalc')
-rw-r--r-- | ext/Math-BigInt-FastCalc/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Math-BigInt-FastCalc/Makefile.PL b/ext/Math-BigInt-FastCalc/Makefile.PL index 8ab4040c0e..5f4df8e077 100644 --- a/ext/Math-BigInt-FastCalc/Makefile.PL +++ b/ext/Math-BigInt-FastCalc/Makefile.PL @@ -10,5 +10,4 @@ WriteMakefile( }, INSTALLDIRS => 'perl', PREREQ_FATAL => 1, - MAN3PODS => {}, ); |