summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-10-14 13:22:21 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-10-14 13:26:19 +0100
commit711ceb60261f20673d9ea3ebe24ad00eabb4c9b5 (patch)
tree58264fc86822315b1493b74500264967da01451e /Porting
parent5b92cc03455b7a03dc2aff73085ae3c3e3d609ad (diff)
downloadperl-711ceb60261f20673d9ea3ebe24ad00eabb4c9b5.tar.gz
Math-BigInt-FastCalc has a slightly customized .pm file
Not sure if these customizations are required; just noting them here for now.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f65c1839e5..a15f60cdb7 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -760,6 +760,10 @@ use File::Glob qw(:case);
t/mbimbf.t
),
],
+ 'CUSTOMIZED' => [
+ qw( lib/Math/BigInt/FastCalc.pm
+ ),
+ ],
},
'Math::BigRat' => {