r18282 - in /trunk/libmodule-corelist-perl: Changes META.yml Makefile.PL README debian/changelog lib/Module/CoreList.pm
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Wed Apr 2 19:57:16 UTC 2008
Author: gregoa-guest
Date: Wed Apr 2 19:57:15 2008
New Revision: 18282
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18282
Log:
New upstream release.
Modified:
trunk/libmodule-corelist-perl/Changes
trunk/libmodule-corelist-perl/META.yml
trunk/libmodule-corelist-perl/Makefile.PL
trunk/libmodule-corelist-perl/README
trunk/libmodule-corelist-perl/debian/changelog
trunk/libmodule-corelist-perl/lib/Module/CoreList.pm
Modified: trunk/libmodule-corelist-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/Changes?rev=18282&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/Changes (original)
+++ trunk/libmodule-corelist-perl/Changes Wed Apr 2 19:57:15 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: trunk/libmodule-corelist-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/META.yml?rev=18282&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/META.yml (original)
+++ trunk/libmodule-corelist-perl/META.yml Wed Apr 2 19:57:15 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: trunk/libmodule-corelist-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/Makefile.PL?rev=18282&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/Makefile.PL (original)
+++ trunk/libmodule-corelist-perl/Makefile.PL Wed Apr 2 19:57:15 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: trunk/libmodule-corelist-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/README?rev=18282&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/README (original)
+++ trunk/libmodule-corelist-perl/README Wed Apr 2 19:57:15 2008
@@ -1,4 +1,4 @@
-README for Module::CoreList 2.14
+README for Module::CoreList 2.15
=head1 NAME
Modified: trunk/libmodule-corelist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/debian/changelog?rev=18282&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/debian/changelog (original)
+++ trunk/libmodule-corelist-perl/debian/changelog Wed Apr 2 19:57:15 2008
@@ -1,3 +1,9 @@
+libmodule-corelist-perl (2.15-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Wed, 02 Apr 2008 21:56:26 +0200
+
libmodule-corelist-perl (2.14-2) unstable; urgency=low
* debian/{preinst,postrm}: add a diversion for /usr/bin/corelist,
Modified: trunk/libmodule-corelist-perl/lib/Module/CoreList.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/lib/Module/CoreList.pm?rev=18282&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/lib/Module/CoreList.pm (original)
+++ trunk/libmodule-corelist-perl/lib/Module/CoreList.pm Wed Apr 2 19:57:15 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