Moved Class-ISA from lib/ to ext/
Chris Williams [Sat, 12 Sep 2009 16:56:33 +0000 (17:56 +0100)]
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/Class-ISA/ChangeLog [moved from lib/Class/ISA/ChangeLog with 100% similarity]
ext/Class-ISA/lib/Class/ISA.pm [moved from lib/Class/ISA.pm with 100% similarity]
ext/Class-ISA/t/00_about_verbose.t [moved from lib/Class/ISA/t/00_about_verbose.t with 99% similarity]
ext/Class-ISA/t/01_old_junk.t [moved from lib/Class/ISA/t/01_old_junk.t with 100% similarity]
lib/.gitignore

index 499b4be..2072178 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -339,6 +339,10 @@ 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
@@ -2801,10 +2805,6 @@ lib/Carp.pm                      Error message base class
 lib/Carp.t                     See if Carp works
 lib/charnames.pm               Character names
 lib/charnames.t                        See if character names work
-lib/Class/ISA/ChangeLog                Changes for Class::ISA
-lib/Class/ISA.pm               Class::ISA
-lib/Class/ISA/t/00_about_verbose.t     Tests for Class::ISA
-lib/Class/ISA/t/01_old_junk.t  Tests for Class::ISA
 lib/Class/Struct.pm            Declare struct-like datatypes as Perl classes
 lib/Class/Struct.t             See if Class::Struct works
 lib/complete.pl                        A command completion subroutine
index a965015..6073248 100755 (executable)
@@ -317,7 +317,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'sburke',
        'DISTRIBUTION'  => 'SBURKE/Class-ISA-0.33.tar.gz',
-       'FILES'         => q[lib/Class/ISA.pm lib/Class/ISA],
+       'FILES'         => q[ext/Class-ISA],
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
        },
index 0a65e61..9a06c98 100644 (file)
@@ -25,6 +25,7 @@ ppport.h
 /B-Lint/Makefile.PL
 /CGI/Makefile.PL
 /constant/Makefile.PL
+/Class-ISA/Makefile.PL
 /CPANPLUS-Dist-Build/Makefile.PL
 /Data-Dumper/Makefile.PL
 /Digest/Makefile.PL
similarity index 99%
rename from lib/Class/ISA/t/00_about_verbose.t
rename to ext/Class-ISA/t/00_about_verbose.t
index edc3023..547e928 100644 (file)
@@ -1,6 +1,6 @@
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    #@INC = '../lib';
 }
 
 require 5;
index 9b761c7..be06fdd 100644 (file)
@@ -20,6 +20,7 @@
 /Config_git.pl
 /CGI
 /CGI.pm
+/Class/ISA.pm
 /CPAN.pm
 /CPAN
 /CPAN/API