r18280 - in /branches/upstream/libmodule-corelist-perl/current: Changes META.yml Makefile.PL README lib/Module/CoreList.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Apr 2 19:55:14 UTC 2008


Author: gregoa-guest
Date: Wed Apr  2 19:55:13 2008
New Revision: 18280

URL: http://svn.debian.org/wsvn/?sc=1&rev=18280
Log:
[svn-upgrade] Integrating new upstream version, libmodule-corelist-perl (2.15)

Modified:
    branches/upstream/libmodule-corelist-perl/current/Changes
    branches/upstream/libmodule-corelist-perl/current/META.yml
    branches/upstream/libmodule-corelist-perl/current/Makefile.PL
    branches/upstream/libmodule-corelist-perl/current/README
    branches/upstream/libmodule-corelist-perl/current/lib/Module/CoreList.pm

Modified: branches/upstream/libmodule-corelist-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-corelist-perl/current/Changes?rev=18280&op=diff
==============================================================================
--- branches/upstream/libmodule-corelist-perl/current/Changes (original)
+++ branches/upstream/libmodule-corelist-perl/current/Changes Wed Apr  2 19:55:13 2008
@@ -1,3 +1,7 @@
+2.15	Tue Apr  1 2008
+	- Add missing entries for Config.pm in recent perls
+	- Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
+
 2.14	Mon Mar 17 2008
 	corelist changes:
         - Add a new -d option to find first perl version by date

Modified: branches/upstream/libmodule-corelist-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-corelist-perl/current/META.yml?rev=18280&op=diff
==============================================================================
--- branches/upstream/libmodule-corelist-perl/current/META.yml (original)
+++ branches/upstream/libmodule-corelist-perl/current/META.yml Wed Apr  2 19:55:13 2008
@@ -1,11 +1,13 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Module-CoreList
-version:      2.14
-version_from: lib/Module/CoreList.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Module-CoreList
+version:             2.15
+abstract:            ~
+license:             perl
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
     Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libmodule-corelist-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-corelist-perl/current/Makefile.PL?rev=18280&op=diff
==============================================================================
--- branches/upstream/libmodule-corelist-perl/current/Makefile.PL (original)
+++ branches/upstream/libmodule-corelist-perl/current/Makefile.PL Wed Apr  2 19:55:13 2008
@@ -1,6 +1,6 @@
 use ExtUtils::MakeMaker;
 
-push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.009002;
+push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009;
 
 WriteMakefile
 (
@@ -11,6 +11,7 @@
     },
     'EXE_FILES' => [ 'corelist' ],
     'PL_FILES' => {},
+    LICENSE => 'perl',
     @extra,
 )
 ;

Modified: branches/upstream/libmodule-corelist-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-corelist-perl/current/README?rev=18280&op=diff
==============================================================================
--- branches/upstream/libmodule-corelist-perl/current/README (original)
+++ branches/upstream/libmodule-corelist-perl/current/README Wed Apr  2 19:55:13 2008
@@ -1,4 +1,4 @@
-README for Module::CoreList 2.14
+README for Module::CoreList 2.15
 
 =head1 NAME
 

Modified: branches/upstream/libmodule-corelist-perl/current/lib/Module/CoreList.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libmodule-corelist-perl/current/lib/Module/CoreList.pm?rev=18280&op=diff
==============================================================================
--- branches/upstream/libmodule-corelist-perl/current/lib/Module/CoreList.pm (original)
+++ branches/upstream/libmodule-corelist-perl/current/lib/Module/CoreList.pm Wed Apr  2 19:55:13 2008
@@ -1,7 +1,7 @@
 package Module::CoreList;
 use strict;
 use vars qw/$VERSION %released %patchlevel %version %families/;
-$VERSION = '2.14';
+$VERSION = '2.15';
 
 =head1 NAME
 
@@ -2007,7 +2007,7 @@
         'warnings'              => undef, #lib/warnings.pm
         'warnings::register'    => undef, #lib/warnings/register.pm
         'XSLoader'              => '0.01', #lib/XSLoader.pm
-   },
+    },
 
     5.007003   => {
         'AnyDBM_File'           => '1.00',
@@ -4462,6 +4462,7 @@
         'XSLoader'              => '0.03',  #lib/XSLoader.pm
         'XS::Typemap'           => '0.01',  #lib/XS/Typemap.pm
     },
+
     5.008004 => {
         'AnyDBM_File'           => '1.00',  #lib/AnyDBM_File.pm
         'attributes'            => '0.06',  #lib/attributes.pm
@@ -5555,6 +5556,7 @@
         'XSLoader'              => '0.02',  #lib/XSLoader.pm
         'XS::Typemap'           => '0.01',  #lib/XS/Typemap.pm
     },
+
     5.009002 => {
 	'AnyDBM_File'           => '1.00',
 	'Attribute::Handlers'   => '0.78_01',
@@ -5595,6 +5597,7 @@
 	'Carp::Heavy'           => '1.04',
 	'Class::ISA'            => '0.33',
 	'Class::Struct'         => '0.63',
+        'Config'                => undef,
 	'Config::Extensions'    => '0.01',
 	'Cwd'                   => '3.05',
 	'DB'                    => '1.0',
@@ -5919,6 +5922,7 @@
 	'warnings'              => '1.04',
 	'warnings::register'    => '1.00',
     },
+
     5.008007 => {
 	'AnyDBM_File'           => '1.00',
 	'Attribute::Handlers'   => '0.78_01',
@@ -5959,6 +5963,7 @@
 	'Carp::Heavy'           => '1.04',
 	'Class::ISA'            => '0.33',
 	'Class::Struct'         => '0.63',
+        'Config'                => undef,
 	'Cwd'                   => '3.05',
 	'DB'                    => '1.0',
 	'DBM_Filter'            => '0.01',
@@ -6278,6 +6283,7 @@
 	'warnings'              => '1.03',
 	'warnings::register'    => '1.00',
     },
+
     5.009003 => {
 	'AnyDBM_File'           => '1.00',
 	'Archive::Tar'          => '1.26_01',
@@ -6348,6 +6354,7 @@
 	'Compress::Zlib::ParseParameters'=> '2.000_07',
 	'Compress::Zlib::UncompressPlugin::Identity'=> '2.000_05',
 	'Compress::Zlib::UncompressPlugin::Inflate'=> '2.000_05',
+        'Config'                => undef,
 	'Config::Extensions'    => '0.01',
 	'Cwd'                   => '3.15',
 	'DB'                    => '1.01',
@@ -6727,6 +6734,7 @@
 	'warnings'              => '1.05',
 	'warnings::register'    => '1.01',
     },
+
     5.008008 => {
 	'AnyDBM_File'           => '1.00',
 	'Attribute::Handlers'   => '0.78_02',
@@ -6767,6 +6775,7 @@
 	'Carp::Heavy'           => '1.04',
 	'Class::ISA'            => '0.33',
 	'Class::Struct'         => '0.63',
+        'Config'                => undef,
 	'Cwd'                   => '3.12',
 	'DB'                    => '1.01',
 	'DBM_Filter'            => '0.01',
@@ -7094,6 +7103,7 @@
 	'warnings'              => '1.05',
 	'warnings::register'    => '1.01',
     },
+
     5.009004 => {
 	'AnyDBM_File'           => '1.00',
 	'Archive::Tar'          => '1.30_01',
@@ -7143,6 +7153,7 @@
 	'Class::Struct'         => '0.63',
 	'Compress::Raw::Zlib'   => '2.000_13',
 	'Compress::Zlib'        => '2.000_13',
+        'Config'                => undef,
 	'Config::Extensions'    => '0.01',
 	'Cwd'                   => '3.19',
 	'DB'                    => '1.01',
@@ -7576,6 +7587,7 @@
 	'warnings'              => '1.05',
 	'warnings::register'    => '1.01',
     },
+
     5.009005 => {
 	'AnyDBM_File'           => '1.00',
 	'Archive::Extract'      => '0.22_01',
@@ -8110,6 +8122,7 @@
 	'warnings'              => '1.06',
 	'warnings::register'    => '1.01',
     },
+
     5.010000 => {
 	'AnyDBM_File'           => '1.00',
 	'Archive::Extract'      => '0.24',




More information about the Pkg-perl-cvs-commits mailing list