From: Nicholas Clark Date: Sat, 26 Sep 2009 15:15:45 +0000 (+0100) Subject: Move Params::Check from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23cad4453f3408b97f569bd2fe7084eb4fa99b3c;p=p5sagit%2Fp5-mst-13.2.git Move Params::Check from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index dfd0c14..97ad0ad 100644 --- a/MANIFEST +++ b/MANIFEST @@ -673,6 +673,8 @@ cpan/Object-Accessor/t/05_Object-Accessor-callback.t Object::Accessor tests cpan/Object-Accessor/t/06_Object-Accessor-alias.t Object::Accessor tests cpan/Package-Constants/lib/Package/Constants.pm Package::Constants cpan/Package-Constants/t/01_list.t Package::Constants tests +cpan/Params-Check/lib/Params/Check.pm Params::Check +cpan/Params-Check/t/01_Params-Check.t Params::Check tests cpan/Sys-Syslog/Changes Changlog for Sys::Syslog cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file @@ -2091,8 +2093,6 @@ 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/Params-Check/lib/Params/Check.pm Params::Check -ext/Params-Check/t/01_Params-Check.t Params::Check tests ext/parent/lib/parent.pm Establish an ISA relationship with base classes at compile time ext/parent/t/compile-time-file.t tests for parent.pm ext/parent/t/compile-time.t tests for parent.pm diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 831d928..735fb3a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1090,7 +1090,7 @@ use File::Glob qw(:case); # For some reason a file of this name appears within # the tarball. Russell's Paradox eat your heart out. 'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ], - 'FILES' => q[ext/Params-Check], + 'FILES' => q[cpan/Params-Check], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/Params-Check/lib/Params/Check.pm b/cpan/Params-Check/lib/Params/Check.pm similarity index 100% rename from ext/Params-Check/lib/Params/Check.pm rename to cpan/Params-Check/lib/Params/Check.pm diff --git a/ext/Params-Check/t/01_Params-Check.t b/cpan/Params-Check/t/01_Params-Check.t similarity index 100% rename from ext/Params-Check/t/01_Params-Check.t rename to cpan/Params-Check/t/01_Params-Check.t