diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 13:45:44 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 13:45:44 +0100 |
commit | b7c8007e17dac1921298ae21cba58fd10cfde840 (patch) | |
tree | ffdab895a91852a8e0b278ff9c95b68488dabb65 | |
parent | 6a9d70dc5bc1e24d7b72e48b62cd53b961f288cc (diff) | |
download | perl-b7c8007e17dac1921298ae21cba58fd10cfde840.tar.gz |
Move MIME::Base64 from ext/ to cpan/
-rw-r--r-- | MANIFEST | 20 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/MIME-Base64/Base64.pm (renamed from ext/MIME-Base64/Base64.pm) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/Base64.xs (renamed from ext/MIME-Base64/Base64.xs) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/Changes (renamed from ext/MIME-Base64/Changes) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/Makefile.PL (renamed from ext/MIME-Base64/Makefile.PL) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/QuotedPrint.pm (renamed from ext/MIME-Base64/QuotedPrint.pm) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/README (renamed from ext/MIME-Base64/README) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/t/base64.t (renamed from ext/MIME-Base64/t/base64.t) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/t/quoted-print.t (renamed from ext/MIME-Base64/t/quoted-print.t) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/t/unicode.t (renamed from ext/MIME-Base64/t/unicode.t) | 0 | ||||
-rw-r--r-- | cpan/MIME-Base64/t/warn.t (renamed from ext/MIME-Base64/t/warn.t) | 0 | ||||
-rwxr-xr-x | t/TEST | 2 |
13 files changed, 12 insertions, 12 deletions
@@ -1426,6 +1426,16 @@ cpan/Memoize/t/tie_sdbm.t Memoize SDBM interface test cpan/Memoize/t/tie_storable.t Memoize Storable interface test cpan/Memoize/t/tie.t Memoize tied file test cpan/Memoize/t/unmemoize.t Memoize 'unmemoize' function test +cpan/MIME-Base64/Base64.pm MIME::Base64 extension +cpan/MIME-Base64/Base64.xs MIME::Base64 extension +cpan/MIME-Base64/Changes MIME::Base64 extension +cpan/MIME-Base64/Makefile.PL MIME::Base64 extension +cpan/MIME-Base64/QuotedPrint.pm MIME::Base64 extension +cpan/MIME-Base64/README README for MIME::Base64 +cpan/MIME-Base64/t/base64.t See whether MIME::Base64 works +cpan/MIME-Base64/t/quoted-print.t See whether MIME::QuotedPrint works +cpan/MIME-Base64/t/unicode.t See whether MIME::Base64 works +cpan/MIME-Base64/t/warn.t See whether MIME::Base64 works cpan/Module-Build/Changes Module::Build cpan/Module-Build/lib/Module/Build/API.pod Module::Build cpan/Module-Build/lib/Module/Build/Authoring.pod Module::Build @@ -2220,16 +2230,6 @@ ext/List-Util/t/sum.t List::Util ext/List-Util/t/tainted.t Scalar::Util ext/List-Util/t/weak.t Scalar::Util ext/List-Util/XS.pp List::Util -ext/MIME-Base64/Base64.pm MIME::Base64 extension -ext/MIME-Base64/Base64.xs MIME::Base64 extension -ext/MIME-Base64/Changes MIME::Base64 extension -ext/MIME-Base64/Makefile.PL MIME::Base64 extension -ext/MIME-Base64/QuotedPrint.pm MIME::Base64 extension -ext/MIME-Base64/README README for MIME::Base64 -ext/MIME-Base64/t/base64.t See whether MIME::Base64 works -ext/MIME-Base64/t/quoted-print.t See whether MIME::QuotedPrint works -ext/MIME-Base64/t/unicode.t See whether MIME::Base64 works -ext/MIME-Base64/t/warn.t See whether MIME::Base64 works ext/Module-Pluggable/lib/Devel/InnerPackage.pm Find inner packages ext/Module-Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable ext/Module-Pluggable/lib/Module/Pluggable.pm Module::Pluggable diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3e1f1111fd..b6e95051f4 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -981,7 +981,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'gaas', 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.08.tar.gz', - 'FILES' => q[ext/MIME-Base64], + 'FILES' => q[cpan/MIME-Base64], 'EXCLUDED' => [ qw{ t/bad-sv.t }, ], 'CPAN' => 1, 'UPSTREAM' => undef, diff --git a/ext/MIME-Base64/Base64.pm b/cpan/MIME-Base64/Base64.pm index 6c076d1b7c..6c076d1b7c 100644 --- a/ext/MIME-Base64/Base64.pm +++ b/cpan/MIME-Base64/Base64.pm diff --git a/ext/MIME-Base64/Base64.xs b/cpan/MIME-Base64/Base64.xs index 1740a163f1..1740a163f1 100644 --- a/ext/MIME-Base64/Base64.xs +++ b/cpan/MIME-Base64/Base64.xs diff --git a/ext/MIME-Base64/Changes b/cpan/MIME-Base64/Changes index 4b60a89d96..4b60a89d96 100644 --- a/ext/MIME-Base64/Changes +++ b/cpan/MIME-Base64/Changes diff --git a/ext/MIME-Base64/Makefile.PL b/cpan/MIME-Base64/Makefile.PL index 7300447690..7300447690 100644 --- a/ext/MIME-Base64/Makefile.PL +++ b/cpan/MIME-Base64/Makefile.PL diff --git a/ext/MIME-Base64/QuotedPrint.pm b/cpan/MIME-Base64/QuotedPrint.pm index aee13d6256..aee13d6256 100644 --- a/ext/MIME-Base64/QuotedPrint.pm +++ b/cpan/MIME-Base64/QuotedPrint.pm diff --git a/ext/MIME-Base64/README b/cpan/MIME-Base64/README index fbd3d54cda..fbd3d54cda 100644 --- a/ext/MIME-Base64/README +++ b/cpan/MIME-Base64/README diff --git a/ext/MIME-Base64/t/base64.t b/cpan/MIME-Base64/t/base64.t index d446ec25bf..d446ec25bf 100644 --- a/ext/MIME-Base64/t/base64.t +++ b/cpan/MIME-Base64/t/base64.t diff --git a/ext/MIME-Base64/t/quoted-print.t b/cpan/MIME-Base64/t/quoted-print.t index 5bb87385af..5bb87385af 100644 --- a/ext/MIME-Base64/t/quoted-print.t +++ b/cpan/MIME-Base64/t/quoted-print.t diff --git a/ext/MIME-Base64/t/unicode.t b/cpan/MIME-Base64/t/unicode.t index b09a328b3c..b09a328b3c 100644 --- a/ext/MIME-Base64/t/unicode.t +++ b/cpan/MIME-Base64/t/unicode.t diff --git a/ext/MIME-Base64/t/warn.t b/cpan/MIME-Base64/t/warn.t index 4ea57df988..4ea57df988 100644 --- a/ext/MIME-Base64/t/warn.t +++ b/cpan/MIME-Base64/t/warn.t @@ -38,7 +38,7 @@ my %temp_no_core = '../cpan/IO-Compress' => 1, '../cpan/Math-BigInt' => 1, '../cpan/Math-BigRat' => 1, - '../ext/MIME-Base64' => 1, + '../cpan/MIME-Base64' => 1, '../cpan/NEXT' => 1, '../ext/parent' => 1, '../cpan/Parse-CPAN-Meta' => 1, |