From: Nicholas Clark Date: Sat, 26 Sep 2009 08:32:41 +0000 (+0100) Subject: Move Class::ISA from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2b396e77d0265df268dd67845fd9492988255af;p=p5sagit%2Fp5-mst-13.2.git Move Class::ISA from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index ea5d55e..9634862 100644 --- a/MANIFEST +++ b/MANIFEST @@ -131,6 +131,10 @@ cpan/AutoLoader/lib/AutoLoader.pm Autoloader base class cpan/AutoLoader/lib/AutoSplit.pm Split up autoload functions cpan/AutoLoader/t/01AutoLoader.t See if AutoLoader works cpan/AutoLoader/t/02AutoSplit.t See if AutoSplit works +cpan/Class-ISA/ChangeLog Changes for Class::ISA +cpan/Class-ISA/lib/Class/ISA.pm Class::ISA +cpan/Class-ISA/t/00_about_verbose.t Tests for Class::ISA +cpan/Class-ISA/t/01_old_junk.t Tests for Class::ISA cpan/DB_File/Changes Berkeley DB extension change log cpan/DB_File/config.in Part of Berkeley DB configuration cpan/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder @@ -594,10 +598,6 @@ ext/CGI/t/upload.t See if CGI.pm works ext/CGI/t/user_agent.t See if CGI->user_agent() works ext/CGI/t/util-58.t See if 5.8-dependent features work ext/CGI/t/util.t See if CGI.pm works -ext/Class-ISA/ChangeLog Changes for Class::ISA -ext/Class-ISA/lib/Class/ISA.pm Class::ISA -ext/Class-ISA/t/00_about_verbose.t Tests for Class::ISA -ext/Class-ISA/t/01_old_junk.t Tests for Class::ISA ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6925807..124ee25 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -317,7 +317,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'smueller', 'DISTRIBUTION' => 'SMUELLER/Class-ISA-0.34.tar.gz', - 'FILES' => q[ext/Class-ISA], + 'FILES' => q[cpan/Class-ISA], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/Class-ISA/ChangeLog b/cpan/Class-ISA/ChangeLog similarity index 100% rename from ext/Class-ISA/ChangeLog rename to cpan/Class-ISA/ChangeLog diff --git a/ext/Class-ISA/lib/Class/ISA.pm b/cpan/Class-ISA/lib/Class/ISA.pm similarity index 100% rename from ext/Class-ISA/lib/Class/ISA.pm rename to cpan/Class-ISA/lib/Class/ISA.pm diff --git a/ext/Class-ISA/t/00_about_verbose.t b/cpan/Class-ISA/t/00_about_verbose.t similarity index 100% rename from ext/Class-ISA/t/00_about_verbose.t rename to cpan/Class-ISA/t/00_about_verbose.t diff --git a/ext/Class-ISA/t/01_old_junk.t b/cpan/Class-ISA/t/01_old_junk.t similarity index 100% rename from ext/Class-ISA/t/01_old_junk.t rename to cpan/Class-ISA/t/01_old_junk.t