diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-14 13:22:21 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-14 13:26:19 +0100 |
commit | 711ceb60261f20673d9ea3ebe24ad00eabb4c9b5 (patch) | |
tree | 58264fc86822315b1493b74500264967da01451e /Porting | |
parent | 5b92cc03455b7a03dc2aff73085ae3c3e3d609ad (diff) | |
download | perl-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-x | Porting/Maintainers.pl | 4 |
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' => { |