r29878 - in /trunk/libmodule-corelist-perl: Changes META.yml README debian/changelog lib/Module/CoreList.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jan 20 19:38:18 UTC 2009


Author: gregoa
Date: Tue Jan 20 19:38:15 2009
New Revision: 29878

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29878
Log:
New upstream release.

Modified:
    trunk/libmodule-corelist-perl/Changes
    trunk/libmodule-corelist-perl/META.yml
    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=29878&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/Changes (original)
+++ trunk/libmodule-corelist-perl/Changes Tue Jan 20 19:38:15 2009
@@ -1,3 +1,10 @@
+2.17	Sun Jan 18 2009
+	- Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
+	- Add ExtUtils::Miniperl to the list of core modules for all versions
+	  >= 5.00504
+	- Add 5.8.9
+	- Fix release date for 5.002 (Grant McLean)
+
 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)

Modified: trunk/libmodule-corelist-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/META.yml?rev=29878&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/META.yml (original)
+++ trunk/libmodule-corelist-perl/META.yml Tue Jan 20 19:38:15 2009
@@ -1,10 +1,10 @@
 --- #YAML:1.0
 name:                Module-CoreList
-version:             2.15
+version:             2.17
 abstract:            ~
 license:             perl
 author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
+generated_by:        ExtUtils::MakeMaker version 6.42
 distribution_type:   module
 requires:     
     Test::More:                    0

Modified: trunk/libmodule-corelist-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/README?rev=29878&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/README (original)
+++ trunk/libmodule-corelist-perl/README Tue Jan 20 19:38:15 2009
@@ -1,4 +1,4 @@
-README for Module::CoreList 2.15
+README for Module::CoreList 2.17
 
 =head1 NAME
 
@@ -41,9 +41,11 @@
 
 Richard Clamp E<lt>richardc at unixbeard.netE<gt>
 
+Currently maintained by the perl 5 porters E<lt>perl5-porters at perl.orgE<gt>.
+
 =head1 COPYRIGHT
 
-Copyright (C) 2002-2008 Richard Clamp.  All Rights Reserved.
+Copyright (C) 2002-2009 Richard Clamp.  All Rights Reserved.
 
 This module is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libmodule-corelist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/debian/changelog?rev=29878&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/debian/changelog (original)
+++ trunk/libmodule-corelist-perl/debian/changelog Tue Jan 20 19:38:15 2009
@@ -1,3 +1,9 @@
+libmodule-corelist-perl (2.17-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 20 Jan 2009 20:36:58 +0100
+
 libmodule-corelist-perl (2.15-3) unstable; urgency=low
 
   [ gregor herrmann ]

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=29878&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/lib/Module/CoreList.pm (original)
+++ trunk/libmodule-corelist-perl/lib/Module/CoreList.pm Tue Jan 20 19:38:15 2009
@@ -1,7 +1,7 @@
 package Module::CoreList;
 use strict;
 use vars qw/$VERSION %released %patchlevel %version %families/;
-$VERSION = '2.15';
+$VERSION = '2.17';
 
 =head1 NAME
 
@@ -59,7 +59,7 @@
 
 Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.004,
 5.004_05, 5.005, 5.005_03, 5.005_04, 5.6.0, 5.6.1, 5.6.2, 5.7.3, 5.8.0, 5.8.1,
-5.8.2, 5.8.3, 5.8.4, 5.8.5, 5.8.6, 5.8.7, 5.8.8, 5.9.0, 5.9.1, 5.9.2, 5.9.3,
+5.8.2, 5.8.3, 5.8.4, 5.8.5, 5.8.6, 5.8.7, 5.8.8, 5.8.9, 5.9.0, 5.9.1, 5.9.2, 5.9.3,
 5.9.4, 5.9.5 and 5.10.0 releases of perl.
 
 =head1 HISTORY
@@ -74,7 +74,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2002-2007 Richard Clamp.  All Rights Reserved.
+Copyright (C) 2002-2009 Richard Clamp.  All Rights Reserved.
 
 This module is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
@@ -148,7 +148,7 @@
 %released = (
     5.000    => '1994-10-17',
     5.001    => '1995-03-14',
-    5.002    => '1996-02-96',
+    5.002    => '1996-02-29',
     5.00307  => '1996-10-10',
     5.004    => '1997-05-15',
     5.005    => '1998-07-22',
@@ -175,6 +175,7 @@
     5.009004 => '2006-08-15',
     5.009005 => '2007-07-07',
     5.010000 => '2007-12-18',
+    5.008009 => '2008-12-14',
    );
 
 # perforce branches and patch levels
@@ -203,6 +204,7 @@
     5.009004 => [perl => 28727],
     5.009005 => [perl => 31562],
     5.010000 => [perl => 32642],
+    5.008009 => ['maint-5.8' => 35095],
 );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -1382,6 +1384,7 @@
         'ExtUtils::MM_Win32'    => undef, #./lib/ExtUtils/MM_Win32.pm
         'ExtUtils::MakeMaker'   => '5.45', #./lib/ExtUtils/MakeMaker.pm
         'ExtUtils::Manifest'    => '1.33 ', #./lib/ExtUtils/Manifest.pm
+        'ExtUtils::Miniperl'    => undef,
         'ExtUtils::Mkbootstrap' => '1.14 ', #./lib/ExtUtils/Mkbootstrap.pm
         'ExtUtils::Mksymlists'  => '1.17 ', #./lib/ExtUtils/Mksymlists.pm
         'ExtUtils::Packlist'    => '0.03', #./lib/ExtUtils/Packlist.pm
@@ -1606,6 +1609,7 @@
         'ExtUtils::Liblist'     => 1.26 ,
         'ExtUtils::MakeMaker'   => 5.45,
         'ExtUtils::Manifest'    => 1.33 ,
+        'ExtUtils::Miniperl'    => undef,
         'ExtUtils::Mkbootstrap' => 1.14 ,
         'ExtUtils::Mksymlists'  => 1.17 ,
         'ExtUtils::MM_Cygwin'   => undef,
@@ -2108,6 +2112,7 @@
         'ExtUtils::Liblist'     => '1.2701',
         'ExtUtils::MakeMaker'   => '5.48_03',
         'ExtUtils::Manifest'    => '1.35',
+        'ExtUtils::Miniperl'    => undef,
         'ExtUtils::Mkbootstrap' => '1.1401',
         'ExtUtils::Mksymlists'  => '1.18',
         'ExtUtils::MM_BeOS'     => '1.00',
@@ -2429,6 +2434,7 @@
         'ExtUtils::Liblist::Kid'=> '1.29', #./lib/ExtUtils/Liblist/Kid.pm
         'ExtUtils::MakeMaker'   => '6.03', #./lib/ExtUtils/MakeMaker.pm
         'ExtUtils::Manifest'    => '1.38', #./lib/ExtUtils/Manifest.pm
+        'ExtUtils::Miniperl'    => undef,
         'ExtUtils::Mkbootstrap' => '1.15', #./lib/ExtUtils/Mkbootstrap.pm
         'ExtUtils::Mksymlists'  => '1.19', #./lib/ExtUtils/Mksymlists.pm
         'ExtUtils::MM'          => '0.04', #./lib/ExtUtils/MM.pm
@@ -5676,6 +5682,7 @@
 	'ExtUtils::MakeMaker::bytes'=> '0.01',
 	'ExtUtils::MakeMaker::vmsish'=> '0.01',
 	'ExtUtils::Manifest'    => '1.44',
+        'ExtUtils::Miniperl'    => undef,
 	'ExtUtils::Mkbootstrap' => '1.15',
 	'ExtUtils::Mksymlists'  => '1.19',
 	'ExtUtils::Packlist'    => '0.04',
@@ -6041,6 +6048,7 @@
 	'ExtUtils::MakeMaker::bytes'=> '0.01',
 	'ExtUtils::MakeMaker::vmsish'=> '0.01',
 	'ExtUtils::Manifest'    => '1.42',
+        'ExtUtils::Miniperl'    => undef,
 	'ExtUtils::Mkbootstrap' => '1.15',
 	'ExtUtils::Mksymlists'  => '1.19',
 	'ExtUtils::Packlist'    => '0.04',
@@ -6450,6 +6458,7 @@
 	'ExtUtils::MakeMaker::bytes'=> '0.01',
 	'ExtUtils::MakeMaker::vmsish'=> '0.01',
 	'ExtUtils::Manifest'    => '1.46',
+        'ExtUtils::Miniperl'    => undef,
 	'ExtUtils::Mkbootstrap' => '1.15',
 	'ExtUtils::Mksymlists'  => '1.19',
 	'ExtUtils::Packlist'    => '0.04',
@@ -6858,6 +6867,7 @@
 	'ExtUtils::MakeMaker::bytes'=> '0.01',
 	'ExtUtils::MakeMaker::vmsish'=> '0.01',
 	'ExtUtils::Manifest'    => '1.46',
+        'ExtUtils::Miniperl'    => undef,
 	'ExtUtils::Mkbootstrap' => '1.15',
 	'ExtUtils::Mksymlists'  => '1.19',
 	'ExtUtils::Packlist'    => '0.04',
@@ -7249,6 +7259,7 @@
 	'ExtUtils::MakeMaker::bytes'=> '0.01',
 	'ExtUtils::MakeMaker::vmsish'=> '0.01',
 	'ExtUtils::Manifest'    => '1.46_01',
+        'ExtUtils::Miniperl'    => undef,
 	'ExtUtils::Mkbootstrap' => '1.15_01',
 	'ExtUtils::Mksymlists'  => '1.19_01',
 	'ExtUtils::Packlist'    => '1.41',
@@ -8303,6 +8314,7 @@
 	'ExtUtils::MakeMaker::bytes'=> '6.42',
 	'ExtUtils::MakeMaker::vmsish'=> '6.42',
 	'ExtUtils::Manifest'    => '1.51_01',
+        'ExtUtils::Miniperl'    => undef,
 	'ExtUtils::Mkbootstrap' => '6.42',
 	'ExtUtils::Mksymlists'  => '6.42',
 	'ExtUtils::Packlist'    => '1.43',
@@ -8662,7 +8674,418 @@
 	'warnings'              => '1.06',
 	'warnings::register'    => '1.01',
     },
+
+    5.008009 => {
+	'AnyDBM_File'           => '1.00',
+	'Attribute::Handlers'   => '0.78_03',
+	'AutoLoader'            => '5.67',
+	'AutoSplit'             => '1.06',
+	'B'                     => '1.19',
+	'B::Asmdata'            => '1.02',
+	'B::Assembler'          => '0.08',
+	'B::Bblock'             => '1.02_01',
+	'B::Bytecode'           => '1.01_01',
+	'B::C'                  => '1.05',
+	'B::CC'                 => '1.00_01',
+	'B::Concise'            => '0.76',
+	'B::Debug'              => '1.05',
+	'B::Deparse'            => '0.87',
+	'B::Disassembler'       => '1.05',
+	'B::Lint'               => '1.11',
+	'B::Lint::Debug'        => undef,
+	'B::Showlex'            => '1.02',
+	'B::Stackobj'           => '1.00',
+	'B::Stash'              => '1.00',
+	'B::Terse'              => '1.05',
+	'B::Xref'               => '1.01',
+	'Benchmark'             => '1.1',
+	'ByteLoader'            => '0.06',
+	'CGI'                   => '3.42',
+	'CGI::Apache'           => '1.00',
+	'CGI::Carp'             => '1.30_01',
+	'CGI::Cookie'           => '1.29',
+	'CGI::Fast'             => '1.07',
+	'CGI::Pretty'           => '1.08',
+	'CGI::Push'             => '1.04',
+	'CGI::Switch'           => '1.00',
+	'CGI::Util'             => '1.5_01',
+	'CPAN'                  => '1.9301',
+	'CPAN::Debug'           => '5.5',
+	'CPAN::DeferedCode'     => '5.50',
+	'CPAN::Distroprefs'     => '6',
+	'CPAN::FirstTime'       => '5.5_01',
+	'CPAN::HandleConfig'    => '5.5',
+	'CPAN::Kwalify'         => '5.50',
+	'CPAN::Nox'             => '5.50',
+	'CPAN::Queue'           => '5.5',
+	'CPAN::Tarzip'          => '5.5',
+	'CPAN::Version'         => '5.5',
+	'Carp'                  => '1.10',
+	'Carp::Heavy'           => '1.10',
+	'Class::ISA'            => '0.33',
+	'Class::Struct'         => '0.63',
+	'Config'                => undef,
+	'Cwd'                   => '3.29',
+	'DB'                    => '1.01',
+	'DBM_Filter'            => '0.02',
+	'DBM_Filter::compress'  => '0.02',
+	'DBM_Filter::encode'    => '0.02',
+	'DBM_Filter::int32'     => '0.02',
+	'DBM_Filter::null'      => '0.02',
+	'DBM_Filter::utf8'      => '0.02',
+	'DB_File'               => '1.817',
+	'DCLsym'                => '1.03',
+	'Data::Dumper'          => '2.121_17',
+	'Devel::DProf'          => '20080331.00',
+	'Devel::InnerPackage'   => '0.3',
+	'Devel::PPPort'         => '3.14',
+	'Devel::Peek'           => '1.04',
+	'Devel::SelfStubber'    => '1.03',
+	'Digest'                => '1.15',
+	'Digest::MD5'           => '2.37',
+	'Digest::base'          => '1.00',
+	'Digest::file'          => '1.00',
+	'DirHandle'             => '1.02',
+	'Dumpvalue'             => '1.12',
+	'DynaLoader'            => '1.09',
+	'Encode'                => '2.26',
+	'Encode::Alias'         => '2.10',
+	'Encode::Byte'          => '2.03',
+	'Encode::CJKConstants'  => '2.02',
+	'Encode::CN'            => '2.02',
+	'Encode::CN::HZ'        => '2.05',
+	'Encode::Config'        => '2.05',
+	'Encode::EBCDIC'        => '2.02',
+	'Encode::Encoder'       => '2.01',
+	'Encode::Encoding'      => '2.05',
+	'Encode::GSM0338'       => '2.01',
+	'Encode::Guess'         => '2.02',
+	'Encode::JP'            => '2.03',
+	'Encode::JP::H2Z'       => '2.02',
+	'Encode::JP::JIS7'      => '2.04',
+	'Encode::KR'            => '2.02',
+	'Encode::KR::2022_KR'   => '2.02',
+	'Encode::MIME::Header'  => '2.05',
+	'Encode::MIME::Header::ISO_2022_JP'=> '1.03',
+	'Encode::MIME::Name'    => '1.01',
+	'Encode::Symbol'        => '2.02',
+	'Encode::TW'            => '2.02',
+	'Encode::Unicode'       => '2.05',
+	'Encode::Unicode::UTF7' => '2.04',
+	'English'               => '1.03',
+	'Env'                   => '1.00',
+	'Errno'                 => '1.10',
+	'Exporter'              => '5.63',
+	'Exporter::Heavy'       => '5.63',
+	'ExtUtils::Command'     => '1.15',
+	'ExtUtils::Command::MM' => '6.48',
+	'ExtUtils::Constant'    => '0.21',
+	'ExtUtils::Constant::Base'=> '0.04',
+	'ExtUtils::Constant::ProxySubs'=> '0.06',
+	'ExtUtils::Constant::Utils'=> '0.02',
+	'ExtUtils::Constant::XS'=> '0.02',
+	'ExtUtils::Embed'       => '1.28',
+	'ExtUtils::Install'     => '1.50_01',
+	'ExtUtils::Installed'   => '1.43',
+	'ExtUtils::Liblist'     => '6.48',
+	'ExtUtils::Liblist::Kid'=> '6.48',
+	'ExtUtils::MM'          => '6.48',
+	'ExtUtils::MM_AIX'      => '6.48',
+	'ExtUtils::MM_Any'      => '6.48',
+	'ExtUtils::MM_BeOS'     => '6.48',
+	'ExtUtils::MM_Cygwin'   => '6.48',
+	'ExtUtils::MM_DOS'      => '6.48',
+	'ExtUtils::MM_Darwin'   => '6.48',
+	'ExtUtils::MM_MacOS'    => '6.48',
+	'ExtUtils::MM_NW5'      => '6.48',
+	'ExtUtils::MM_OS2'      => '6.48',
+	'ExtUtils::MM_QNX'      => '6.48',
+	'ExtUtils::MM_UWIN'     => '6.48',
+	'ExtUtils::MM_Unix'     => '6.48',
+	'ExtUtils::MM_VMS'      => '6.48',
+	'ExtUtils::MM_VOS'      => '6.48',
+	'ExtUtils::MM_Win32'    => '6.48',
+	'ExtUtils::MM_Win95'    => '6.48',
+	'ExtUtils::MY'          => '6.48',
+	'ExtUtils::MakeMaker'   => '6.48',
+	'ExtUtils::MakeMaker::Config'=> '6.48',
+	'ExtUtils::MakeMaker::bytes'=> '6.48',
+	'ExtUtils::MakeMaker::vmsish'=> '6.48',
+	'ExtUtils::Manifest'    => '1.55',
+	'ExtUtils::Miniperl'    => undef,
+	'ExtUtils::Mkbootstrap' => '6.48',
+	'ExtUtils::Mksymlists'  => '6.48',
+	'ExtUtils::Packlist'    => '1.43',
+	'ExtUtils::ParseXS'     => '2.19',
+	'ExtUtils::testlib'     => '6.48',
+	'Fatal'                 => '1.06',
+	'Fcntl'                 => '1.06',
+	'File::Basename'        => '2.77',
+	'File::CheckTree'       => '4.4',
+	'File::Compare'         => '1.1005',
+	'File::Copy'            => '2.13',
+	'File::DosGlob'         => '1.01',
+	'File::Find'            => '1.13',
+	'File::Glob'            => '1.06',
+	'File::Path'            => '2.07_02',
+	'File::Spec'            => '3.29',
+	'File::Spec::Cygwin'    => '3.29',
+	'File::Spec::Epoc'      => '3.29',
+	'File::Spec::Functions' => '3.29',
+	'File::Spec::Mac'       => '3.29',
+	'File::Spec::OS2'       => '3.29',
+	'File::Spec::Unix'      => '3.29',
+	'File::Spec::VMS'       => '3.29',
+	'File::Spec::Win32'     => '3.29',
+	'File::Temp'            => '0.20',
+	'File::stat'            => '1.01',
+	'FileCache'             => '1.07',
+	'FileHandle'            => '2.01',
+	'Filespec'              => '1.11',
+	'Filter::Simple'        => '0.83',
+	'Filter::Util::Call'    => '1.07',
+	'FindBin'               => '1.49',
+	'GDBM_File'             => '1.09',
+	'Getopt::Long'          => '2.37',
+	'Getopt::Std'           => '1.06',
+	'Hash::Util'            => '0.06',
+	'I18N::Collate'         => '1.00',
+	'I18N::LangTags'        => '0.35',
+	'I18N::LangTags::Detect'=> '1.03',
+	'I18N::LangTags::List'  => '0.35',
+	'I18N::Langinfo'        => '0.02',
+	'IO'                    => '1.23',
+	'IO::Dir'               => '1.06',
+	'IO::File'              => '1.14',
+	'IO::Handle'            => '1.27',
+	'IO::Pipe'              => '1.13',
+	'IO::Poll'              => '0.07',
+	'IO::Seekable'          => '1.10',
+	'IO::Select'            => '1.17',
+	'IO::Socket'            => '1.30',
+	'IO::Socket::INET'      => '1.31',
+	'IO::Socket::UNIX'      => '1.23',
+	'IPC::Msg'              => '2.00',
+	'IPC::Open2'            => '1.03',
+	'IPC::Open3'            => '1.03',
+	'IPC::Semaphore'        => '2.00',
+	'IPC::SharedMem'        => '2.00',
+	'IPC::SysV'             => '2.00',
+	'IPC::lib::IPC::Msg'    => '2.00',
+	'IPC::lib::IPC::Semaphore'=> '2.00',
+	'IPC::lib::IPC::SharedMem'=> '2.00',
+	'List::Util'            => '1.19',
+	'Locale::Constants'     => '2.07',
+	'Locale::Country'       => '2.07',
+	'Locale::Currency'      => '2.07',
+	'Locale::Language'      => '2.07',
+	'Locale::Maketext'      => '1.13',
+	'Locale::Maketext::Guts'=> '1.13',
+	'Locale::Maketext::GutsLoader'=> '1.13',
+	'Locale::Script'        => '2.07',
+	'MIME::Base64'          => '3.07',
+	'MIME::QuotedPrint'     => '3.07',
+	'Math::BigFloat'        => '1.60',
+	'Math::BigFloat::Trace' => '0.01',
+	'Math::BigInt'          => '1.89',
+	'Math::BigInt::Calc'    => '0.52',
+	'Math::BigInt::CalcEmu' => '0.05',
+	'Math::BigInt::Trace'   => '0.01',
+	'Math::BigRat'          => '0.22',
+	'Math::Complex'         => '1.54',
+	'Math::Trig'            => '1.18',
+	'Memoize'               => '1.01',
+	'Memoize::AnyDBM_File'  => '0.65',
+	'Memoize::Expire'       => '1.00',
+	'Memoize::ExpireFile'   => '1.01',
+	'Memoize::ExpireTest'   => '0.65',
+	'Memoize::NDBM_File'    => '0.65',
+	'Memoize::SDBM_File'    => '0.65',
+	'Memoize::Storable'     => '0.65',
+	'Module::CoreList'      => '2.17',
+	'Module::Pluggable'     => '3.8',
+	'Module::Pluggable::Object'=> '3.6',
+	'Module::Pluggable::lib::Devel::InnerPackage'=> '0.3',
+	'NDBM_File'             => '1.07',
+	'NEXT'                  => '0.61',
+	'Net::Cmd'              => '2.29',
+	'Net::Config'           => '1.11',
+	'Net::Domain'           => '2.20',
+	'Net::FTP'              => '2.77',
+	'Net::FTP::A'           => '1.18',
+	'Net::FTP::E'           => '0.01',
+	'Net::FTP::I'           => '1.12',
+	'Net::FTP::L'           => '0.01',
+	'Net::FTP::dataconn'    => '0.11',
+	'Net::NNTP'             => '2.24',
+	'Net::Netrc'            => '2.12',
+	'Net::POP3'             => '2.29',
+	'Net::Ping'             => '2.35',
+	'Net::SMTP'             => '2.31',
+	'Net::Time'             => '2.10',
+	'Net::hostent'          => '1.01',
+	'Net::netent'           => '1.00',
+	'Net::protoent'         => '1.00',
+	'Net::servent'          => '1.01',
+	'O'                     => '1.01',
+	'ODBM_File'             => '1.07',
+	'Opcode'                => '1.0601',
+	'POSIX'                 => '1.15',
+	'PerlIO'                => '1.05',
+	'PerlIO::encoding'      => '0.11',
+	'PerlIO::scalar'        => '0.06',
+	'PerlIO::via'           => '0.05',
+	'PerlIO::via::QuotedPrint'=> '0.06',
+	'Pod::Checker'          => '1.43',
+	'Pod::Find'             => '1.34',
+	'Pod::Functions'        => '1.03',
+	'Pod::Html'             => '1.09',
+	'Pod::InputObjects'     => '1.3',
+	'Pod::LaTeX'            => '0.58',
+	'Pod::Man'              => '1.37',
+	'Pod::ParseLink'        => '1.06',
+	'Pod::ParseUtils'       => '1.35',
+	'Pod::Parser'           => '1.35',
+	'Pod::Perldoc'          => '3.14',
+	'Pod::Perldoc::BaseTo'  => undef,
+	'Pod::Perldoc::GetOptsOO'=> undef,
+	'Pod::Perldoc::ToChecker'=> undef,
+	'Pod::Perldoc::ToMan'   => undef,
+	'Pod::Perldoc::ToNroff' => undef,
+	'Pod::Perldoc::ToPod'   => undef,
+	'Pod::Perldoc::ToRtf'   => undef,
+	'Pod::Perldoc::ToText'  => undef,
+	'Pod::Perldoc::ToTk'    => undef,
+	'Pod::Perldoc::ToXml'   => undef,
+	'Pod::PlainText'        => '2.02',
+	'Pod::Plainer'          => '0.01',
+	'Pod::Select'           => '1.35',
+	'Pod::Text'             => '2.21',
+	'Pod::Text::Color'      => '1.04',
+	'Pod::Text::Overstrike' => '1.1',
+	'Pod::Text::Termcap'    => '1.11',
+	'Pod::Usage'            => '1.35',
+	'SDBM_File'             => '1.06',
+	'Safe'                  => '2.16',
+	'Scalar::Util'          => '1.19',
+	'Search::Dict'          => '1.02',
+	'SelectSaver'           => '1.01',
+	'SelfLoader'            => '1.17',
+	'Shell'                 => '0.72',
+	'Socket'                => '1.81',
+	'Stdio'                 => '2.4',
+	'Storable'              => '2.19',
+	'Switch'                => '2.13',
+	'Symbol'                => '1.06',
+	'Sys::Hostname'         => '1.11',
+	'Sys::Syslog'           => '0.27',
+	'Sys::Syslog::win32::Win32'=> undef,
+	'Term::ANSIColor'       => '1.12',
+	'Term::Cap'             => '1.12',
+	'Term::Complete'        => '1.402',
+	'Term::ReadLine'        => '1.03',
+	'Test'                  => '1.25',
+	'Test::Builder'         => '0.80',
+	'Test::Builder::Module' => '0.80',
+	'Test::Builder::Tester' => '1.13',
+	'Test::Builder::Tester::Color'=> undef,
+	'Test::Harness'         => '2.64',
+	'Test::Harness::Assert' => '0.02',
+	'Test::Harness::Iterator'=> '0.02',
+	'Test::Harness::Point'  => '0.01',
+	'Test::Harness::Results'=> '0.01_01',
+	'Test::Harness::Straps' => '0.26_01',
+	'Test::Harness::Util'   => '0.01',
+	'Test::More'            => '0.80',
+	'Test::Simple'          => '0.80',
+	'Text::Abbrev'          => '1.01',
+	'Text::Balanced'        => '1.98',
+	'Text::ParseWords'      => '3.27',
+	'Text::Soundex'         => '3.03',
+	'Text::Tabs'            => '2007.1117',
+	'Text::Wrap'            => '2006.1117',
+	'Thread'                => '2.01',
+	'Thread::Queue'         => '2.11',
+	'Thread::Semaphore'     => '2.09',
+	'Thread::Signal'        => '1.00',
+	'Thread::Specific'      => '1.00',
+	'Tie::Array'            => '1.03',
+	'Tie::File'             => '0.97',
+	'Tie::Handle'           => '4.2',
+	'Tie::Hash'             => '1.03',
+	'Tie::Memoize'          => '1.1',
+	'Tie::RefHash'          => '1.38',
+	'Tie::Scalar'           => '1.01',
+	'Tie::StdHandle'        => '4.2',
+	'Tie::SubstrHash'       => '1.00',
+	'Time::HiRes'           => '1.9715',
+	'Time::Local'           => '1.1901',
+	'Time::gmtime'          => '1.03',
+	'Time::localtime'       => '1.02',
+	'Time::tm'              => '1.00',
+	'UNIVERSAL'             => '1.01',
+	'Unicode'               => '5.1.0',
+	'Unicode::Collate'      => '0.52',
+	'Unicode::Normalize'    => '1.02',
+	'Unicode::UCD'          => '0.25',
+	'User::grent'           => '1.01',
+	'User::pwent'           => '1.00',
+	'Win32'                 => '0.38',
+	'Win32API::File'        => '0.1001_01',
+	'Win32API::File::ExtUtils::Myconst2perl'=> '1',
+	'Win32CORE'             => '0.02',
+	'XS::APItest'           => '0.15',
+	'XS::Typemap'           => '0.03',
+	'XSLoader'              => '0.10',
+	'XSSymSet'              => '1.1',
+	'attributes'            => '0.09',
+	'attrs'                 => '1.02',
+	'autouse'               => '1.06',
+	'base'                  => '2.13',
+	'bigint'                => '0.23',
+	'bignum'                => '0.23',
+	'bigrat'                => '0.23',
+	'blib'                  => '1.04',
+	'bytes'                 => '1.02',
+	'charnames'             => '1.06',
+	'constant'              => '1.17',
+	'diagnostics'           => '1.16',
+	'encoding'              => '2.6_01',
+	'fields'                => '2.12',
+	'filetest'              => '1.02',
+	'if'                    => '0.05',
+	'integer'               => '1.00',
+	'less'                  => '0.01',
+	'lib'                   => '0.61',
+	'locale'                => '1.00',
+	'open'                  => '1.06',
+	'ops'                   => '1.02',
+	'overload'              => '1.06',
+	're'                    => '0.0601',
+	'sigtrap'               => '1.04',
+	'sort'                  => '1.02',
+	'strict'                => '1.03',
+	'subs'                  => '1.00',
+	'threads'               => '1.71',
+	'threads::shared'       => '1.27',
+	'utf8'                  => '1.07',
+	'vars'                  => '1.01',
+	'vmsish'                => '1.02',
+	'warnings'              => '1.05_01',
+	'warnings::register'    => '1.01',
+    },
 );
+
+# Create aliases with trailing zeros for $] use
+
+$released{'5.000'} = $released{5};
+$released{'5.010000'} = $released{5.01};
+
+$patchlevel{'5.000'} = $patchlevel{5};
+$patchlevel{'5.010000'} = $patchlevel{5.01};
+
+$version{'5.000'} = $version{5};
+$version{'5.010000'} = $version{5.01};
 
 1;
 __END__




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