This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Package::Constants from lib to ext
authorSteffen Mueller <smueller@cpan.org>
Wed, 2 Sep 2009 14:51:05 +0000 (16:51 +0200)
committerSteffen Mueller <smueller@cpan.org>
Wed, 2 Sep 2009 15:08:12 +0000 (17:08 +0200)
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/Package-Constants/lib/Package/Constants.pm [moved from lib/Package/Constants.pm with 100% similarity]
ext/Package-Constants/t/01_list.t [moved from lib/Package/Constants/t/01_list.t with 100% similarity]
lib/.gitignore

index a22e00d..a374ccb 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1183,6 +1183,8 @@ ext/Opcode/Opcode.xs              Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
 ext/Opcode/t/Opcode.t          See if Opcode works
 ext/Opcode/t/ops.t             See if Opcode works
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
 ext/Opcode/t/Opcode.t          See if Opcode works
 ext/Opcode/t/ops.t             See if Opcode works
+ext/Package-Constants/lib/Package/Constants.pm Package::Constants
+ext/Package-Constants/t/01_list.t              Package::Constants tests
 ext/PerlIO-encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO-encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO-encoding/MANIFEST   PerlIO::encoding list of files
 ext/PerlIO-encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO-encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO-encoding/MANIFEST   PerlIO::encoding list of files
@@ -2866,8 +2868,6 @@ lib/overloading.t         Tests for overloading.pm
 lib/overload/numbers.pm                Helper for overloading pragma
 lib/overload.pm                        Module for overloading perl operators
 lib/overload.t                 See if operator overloading works
 lib/overload/numbers.pm                Helper for overloading pragma
 lib/overload.pm                        Module for overloading perl operators
 lib/overload.t                 See if operator overloading works
-lib/Package/Constants.pm       Package::Constants
-lib/Package/Constants/t/01_list.t      Package::Constants tests
 lib/Params/Check.pm    Params::Check
 lib/Params/Check/t/01_Params-Check.t   Params::Check tests
 lib/parent.pm  Establish an ISA relationship with base classes at compile time
 lib/Params/Check.pm    Params::Check
 lib/Params/Check/t/01_Params-Check.t   Params::Check tests
 lib/parent.pm  Establish an ISA relationship with base classes at compile time
index 1d13d48..259db9d 100755 (executable)
@@ -1250,7 +1250,7 @@ package Maintainers;
        {
        'MAINTAINER'    => 'kane',
        'DISTRIBUTION'  => 'KANE/Package-Constants-0.02.tar.gz',
        {
        'MAINTAINER'    => 'kane',
        'DISTRIBUTION'  => 'KANE/Package-Constants-0.02.tar.gz',
-       'FILES'         => q[lib/Package/Constants lib/Package/Constants.pm],
+       'FILES'         => q[ext/Package-Constants],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },
index 1156a44..903c514 100644 (file)
@@ -27,6 +27,7 @@ ppport.h
 /mro/Makefile.PL
 /Net-Ping/Makefile.PL
 /Opcode/Makefile.PL
 /mro/Makefile.PL
 /Net-Ping/Makefile.PL
 /Opcode/Makefile.PL
+/Package-Constants/Makefile.PL
 /PerlIO-encoding/Makefile.PL
 /PerlIO-scalar/Makefile.PL
 /PerlIO-via/Makefile.PL
 /PerlIO-encoding/Makefile.PL
 /PerlIO-scalar/Makefile.PL
 /PerlIO-via/Makefile.PL
index aa57ade..35576bd 100644 (file)
@@ -56,6 +56,7 @@
 /O.pm
 /ODBM_File.pm
 /Opcode.pm
 /O.pm
 /ODBM_File.pm
 /Opcode.pm
+/Package/Constants.pm
 /POSIX.pm
 /POSIX.pod
 /Pod/Plainer.pm
 /POSIX.pm
 /POSIX.pod
 /Pod/Plainer.pm