From 71f01b370a4d852b4b8d7490503f038641108e09 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Sun, 7 Nov 2010 15:59:24 +0100 Subject: [PATCH] Structure dist/Math-BigInt-FastCalc like the CPAN dist This makes applying patches between them easier. --- MANIFEST | 2 +- Porting/Maintainers.pl | 4 ---- dist/Math-BigInt-FastCalc/{ => lib/Math/BigInt}/FastCalc.pm | 6 +++--- 3 files changed, 4 insertions(+), 8 deletions(-) rename dist/Math-BigInt-FastCalc/{ => lib/Math/BigInt}/FastCalc.pm (98%) diff --git a/MANIFEST b/MANIFEST index d7e129a..5a17254 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2809,8 +2809,8 @@ dist/Locale-Maketext/t/50_super.t See if Locale::Maketext works dist/Locale-Maketext/t/60_super.t See if Locale::Maketext works dist/Locale-Maketext/t/70_fail_auto.t See if Locale::Maketext works dist/Locale-Maketext/t/90_utf8.t See if Locale::Maketext works -dist/Math-BigInt-FastCalc/FastCalc.pm Math::BigInt::FastCalc extension dist/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension +dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Math::BigInt::FastCalc extension dist/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension dist/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension dist/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 64dc98d..e9ecdb7 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -879,10 +879,6 @@ use File::Glob qw(:case); t/mbimbf.t }, ], - 'MAP' => { '' => 'dist/Math-BigInt-FastCalc/', - 'lib/Math/BigInt/FastCalc.pm' - => 'dist/Math-BigInt-FastCalc/FastCalc.pm', - }, 'UPSTREAM' => 'blead', }, diff --git a/dist/Math-BigInt-FastCalc/FastCalc.pm b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm similarity index 98% rename from dist/Math-BigInt-FastCalc/FastCalc.pm rename to dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index e37c78d..d068997 100644 --- a/dist/Math-BigInt-FastCalc/FastCalc.pm +++ b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm @@ -15,7 +15,7 @@ $VERSION = '0.24'; # announce that we are compatible with MBI v1.70 and up sub api_version () { 1; } - + # use Calc to override the methods that we do not provide in XS for my $method (qw/ @@ -89,9 +89,9 @@ The following functions are now implemented in FastCalc.xs: __strip_zeros _copy =head1 LICENSE - + This program is free software; you may redistribute it and/or modify it under -the same terms as Perl itself. +the same terms as Perl itself. =head1 AUTHORS -- 2.7.4