Structure dist/Math-BigInt-FastCalc like the CPAN dist
authorFlorian Ragwitz <rafl@debian.org>
Sun, 7 Nov 2010 14:59:24 +0000 (15:59 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Sun, 7 Nov 2010 15:00:29 +0000 (16:00 +0100)
This makes applying patches between them easier.

MANIFEST
Porting/Maintainers.pl
dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm [moved from dist/Math-BigInt-FastCalc/FastCalc.pm with 98% similarity]

index d7e129a..5a17254 100644 (file)
--- 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
index 64dc98d..e9ecdb7 100755 (executable)
@@ -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',
        },
 
@@ -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