From: Steffen Mueller Date: Wed, 2 Sep 2009 14:51:05 +0000 (+0200) Subject: Move Package::Constants from lib to ext X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93339c6c81d1ee11e0b32910a4b9afa5e26238e5;p=p5sagit%2Fp5-mst-13.2.git Move Package::Constants from lib to ext --- diff --git a/MANIFEST b/MANIFEST index a22e00d..a374ccb 100644 --- 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/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 @@ -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/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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1d13d48..259db9d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1250,7 +1250,7 @@ package Maintainers; { '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', }, diff --git a/ext/.gitignore b/ext/.gitignore index 1156a44..903c514 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -27,6 +27,7 @@ ppport.h /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 diff --git a/lib/Package/Constants.pm b/ext/Package-Constants/lib/Package/Constants.pm similarity index 100% rename from lib/Package/Constants.pm rename to ext/Package-Constants/lib/Package/Constants.pm diff --git a/lib/Package/Constants/t/01_list.t b/ext/Package-Constants/t/01_list.t similarity index 100% rename from lib/Package/Constants/t/01_list.t rename to ext/Package-Constants/t/01_list.t diff --git a/lib/.gitignore b/lib/.gitignore index aa57ade..35576bd 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -56,6 +56,7 @@ /O.pm /ODBM_File.pm /Opcode.pm +/Package/Constants.pm /POSIX.pm /POSIX.pod /Pod/Plainer.pm