From: Nicholas Clark Date: Thu, 23 Apr 2009 20:38:19 +0000 (+0100) Subject: Add %upstream and %bug_tracker data to Module::CoreList. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29cab1c7c78cf4485857eb62d0c00db51341327a;p=p5sagit%2Fp5-mst-13.2.git Add %upstream and %bug_tracker data to Module::CoreList. --- diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm index 7b117f3..b0546a9 100644 --- a/lib/Module/CoreList.pm +++ b/lib/Module/CoreList.pm @@ -1,7 +1,8 @@ package Module::CoreList; use strict; -use vars qw/$VERSION %released %patchlevel %version %families/; -$VERSION = '2.17'; +use vars qw/$VERSION %released %patchlevel %version %families %upstream + %bug_tracker/; +$VERSION = '2.17_01'; =head1 NAME @@ -9076,6 +9077,926 @@ for my $version ( sort { $a <=> $b } keys %released ) { }, ); +%upstream = ( + 'App::Prove' => undef, + 'App::Prove::State' => undef, + 'App::Prove::State::Result'=> undef, + 'App::Prove::State::Result::Test'=> undef, + 'Archive::Extract' => 'cpan', + 'Archive::Tar' => 'cpan', + 'Archive::Tar::Constant'=> 'cpan', + 'Archive::Tar::File' => 'cpan', + 'Attribute::Handlers' => 'blead', + 'AutoLoader' => 'cpan', + 'AutoSplit' => 'cpan', + 'B::Concise' => undef, + 'B::Debug' => undef, + 'B::Deparse' => undef, + 'B::Lint' => undef, + 'CGI' => undef, + 'CGI::Apache' => undef, + 'CGI::Carp' => undef, + 'CGI::Cookie' => undef, + 'CGI::Fast' => undef, + 'CGI::Pretty' => undef, + 'CGI::Push' => undef, + 'CGI::Switch' => undef, + 'CGI::Util' => undef, + 'CPAN' => 'CPAN', + 'CPAN::Author' => 'CPAN', + 'CPAN::Bundle' => 'CPAN', + 'CPAN::CacheMgr' => 'CPAN', + 'CPAN::Complete' => 'CPAN', + 'CPAN::Debug' => 'CPAN', + 'CPAN::DeferredCode' => 'CPAN', + 'CPAN::Distribution' => 'CPAN', + 'CPAN::Distroprefs' => 'CPAN', + 'CPAN::Distrostatus' => 'CPAN', + 'CPAN::Exception::RecursiveDependency'=> 'CPAN', + 'CPAN::Exception::blocked_urllist'=> 'CPAN', + 'CPAN::Exception::yaml_not_installed'=> 'CPAN', + 'CPAN::FTP' => 'CPAN', + 'CPAN::FTP::netrc' => 'CPAN', + 'CPAN::FirstTime' => 'CPAN', + 'CPAN::HandleConfig' => 'CPAN', + 'CPAN::Index' => 'CPAN', + 'CPAN::InfoObj' => 'CPAN', + 'CPAN::Kwalify' => 'CPAN', + 'CPAN::LWP::UserAgent' => 'CPAN', + 'CPAN::Module' => 'CPAN', + 'CPAN::Nox' => 'CPAN', + 'CPAN::Prompt' => 'CPAN', + 'CPAN::Queue' => 'CPAN', + 'CPAN::Shell' => 'CPAN', + 'CPAN::Tarzip' => 'CPAN', + 'CPAN::URL' => 'CPAN', + 'CPAN::Version' => 'CPAN', + 'CPANPLUS' => 'cpan', + 'CPANPLUS::Backend' => 'cpan', + 'CPANPLUS::Backend::RV' => 'CPAN', + 'CPANPLUS::Config' => 'cpan', + 'CPANPLUS::Configure' => 'cpan', + 'CPANPLUS::Configure::Setup'=> 'cpan', + 'CPANPLUS::Dist' => 'cpan', + 'CPANPLUS::Dist::Autobundle'=> 'CPAN', + 'CPANPLUS::Dist::Base' => 'cpan', + 'CPANPLUS::Dist::Build' => 'cpan', + 'CPANPLUS::Dist::Build::Constants'=> 'cpan', + 'CPANPLUS::Dist::MM' => 'cpan', + 'CPANPLUS::Dist::Sample'=> 'cpan', + 'CPANPLUS::Error' => 'cpan', + 'CPANPLUS::Internals' => 'cpan', + 'CPANPLUS::Internals::Constants'=> 'CPAN', + 'CPANPLUS::Internals::Constants::Report'=> 'CPAN', + 'CPANPLUS::Internals::Extract'=> 'CPAN', + 'CPANPLUS::Internals::Fetch'=> 'CPAN', + 'CPANPLUS::Internals::Report'=> 'CPAN', + 'CPANPLUS::Internals::Search'=> 'CPAN', + 'CPANPLUS::Internals::Source'=> 'CPAN', + 'CPANPLUS::Internals::Source::Memory'=> 'CPAN', + 'CPANPLUS::Internals::Source::SQLite'=> 'CPAN', + 'CPANPLUS::Internals::Source::SQLite::Tie'=> 'CPAN', + 'CPANPLUS::Internals::Utils'=> 'CPAN', + 'CPANPLUS::Internals::Utils::Autoflush'=> 'CPAN', + 'CPANPLUS::Module' => 'cpan', + 'CPANPLUS::Module::Author'=> 'CPAN', + 'CPANPLUS::Module::Author::Fake'=> 'CPAN', + 'CPANPLUS::Module::Checksums'=> 'CPAN', + 'CPANPLUS::Module::Fake'=> 'CPAN', + 'CPANPLUS::Module::Signature'=> 'CPAN', + 'CPANPLUS::Selfupdate' => 'cpan', + 'CPANPLUS::Shell' => 'cpan', + 'CPANPLUS::Shell::Classic'=> 'CPAN', + 'CPANPLUS::Shell::Default'=> 'CPAN', + 'CPANPLUS::Shell::Default::Plugins::CustomSource'=> 'CPAN', + 'CPANPLUS::Shell::Default::Plugins::Remote'=> 'CPAN', + 'CPANPLUS::Shell::Default::Plugins::Source'=> 'CPAN', + 'CPANPLUS::inc' => 'cpan', + 'Class::ISA' => undef, + 'Compress::Raw::Bzip2' => undef, + 'Compress::Raw::Zlib' => undef, + 'Cwd' => 'cpan', + 'DB_File' => undef, + 'DCLsym' => undef, + 'Devel::InnerPackage' => undef, + 'Devel::PPPort' => 'cpan', + 'Digest' => undef, + 'Digest::MD5' => undef, + 'Digest::SHA' => undef, + 'Digest::base' => undef, + 'Digest::file' => undef, + 'Encode' => undef, + 'Encode::Alias' => undef, + 'Encode::Byte' => undef, + 'Encode::CJKConstants' => undef, + 'Encode::CN' => undef, + 'Encode::CN::HZ' => undef, + 'Encode::Config' => undef, + 'Encode::EBCDIC' => undef, + 'Encode::Encoder' => undef, + 'Encode::Encoding' => undef, + 'Encode::GSM0338' => undef, + 'Encode::Guess' => undef, + 'Encode::JP' => undef, + 'Encode::JP::H2Z' => undef, + 'Encode::JP::JIS7' => undef, + 'Encode::KR' => undef, + 'Encode::KR::2022_KR' => undef, + 'Encode::MIME::Header' => undef, + 'Encode::MIME::Header::ISO_2022_JP'=> undef, + 'Encode::MIME::Name' => undef, + 'Encode::Symbol' => undef, + 'Encode::TW' => undef, + 'Encode::Unicode' => undef, + 'Encode::Unicode::UTF7' => undef, + 'Exporter' => undef, + 'Exporter::Heavy' => undef, + 'ExtUtils::CBuilder' => undef, + 'ExtUtils::CBuilder::Base'=> undef, + 'ExtUtils::CBuilder::Platform::Unix'=> undef, + 'ExtUtils::CBuilder::Platform::VMS'=> undef, + 'ExtUtils::CBuilder::Platform::Windows'=> undef, + 'ExtUtils::CBuilder::Platform::aix'=> undef, + 'ExtUtils::CBuilder::Platform::cygwin'=> undef, + 'ExtUtils::CBuilder::Platform::darwin'=> undef, + 'ExtUtils::CBuilder::Platform::dec_osf'=> undef, + 'ExtUtils::CBuilder::Platform::os2'=> undef, + 'ExtUtils::Command' => undef, + 'ExtUtils::Command::MM' => 'first-come', + 'ExtUtils::Constant' => undef, + 'ExtUtils::Constant::Base'=> undef, + 'ExtUtils::Constant::ProxySubs'=> undef, + 'ExtUtils::Constant::Utils'=> undef, + 'ExtUtils::Constant::XS'=> undef, + 'ExtUtils::Install' => 'blead', + 'ExtUtils::Installed' => 'blead', + 'ExtUtils::Liblist' => 'first-come', + 'ExtUtils::Liblist::Kid'=> 'first-come', + 'ExtUtils::MM' => 'first-come', + 'ExtUtils::MM_AIX' => 'first-come', + 'ExtUtils::MM_Any' => 'first-come', + 'ExtUtils::MM_BeOS' => 'first-come', + 'ExtUtils::MM_Cygwin' => 'first-come', + 'ExtUtils::MM_DOS' => 'first-come', + 'ExtUtils::MM_Darwin' => 'first-come', + 'ExtUtils::MM_MacOS' => 'first-come', + 'ExtUtils::MM_NW5' => 'first-come', + 'ExtUtils::MM_OS2' => 'first-come', + 'ExtUtils::MM_QNX' => 'first-come', + 'ExtUtils::MM_UWIN' => 'first-come', + 'ExtUtils::MM_Unix' => 'first-come', + 'ExtUtils::MM_VMS' => 'first-come', + 'ExtUtils::MM_VOS' => 'first-come', + 'ExtUtils::MM_Win32' => 'first-come', + 'ExtUtils::MM_Win95' => 'first-come', + 'ExtUtils::MY' => 'first-come', + 'ExtUtils::MakeMaker' => 'first-come', + 'ExtUtils::MakeMaker::Config'=> 'first-come', + 'ExtUtils::MakeMaker::bytes'=> 'first-come', + 'ExtUtils::MakeMaker::vmsish'=> 'first-come', + 'ExtUtils::Manifest' => undef, + 'ExtUtils::Mkbootstrap' => 'first-come', + 'ExtUtils::Mksymlists' => 'first-come', + 'ExtUtils::Packlist' => 'blead', + 'ExtUtils::ParseXS' => undef, + 'ExtUtils::testlib' => 'first-come', + 'Fatal' => 'cpan', + 'File::Fetch' => 'cpan', + 'File::Path' => undef, + 'File::Spec' => 'cpan', + 'File::Spec::Cygwin' => 'cpan', + 'File::Spec::Epoc' => 'cpan', + 'File::Spec::Functions' => 'cpan', + 'File::Spec::Mac' => 'cpan', + 'File::Spec::OS2' => 'cpan', + 'File::Spec::Unix' => 'cpan', + 'File::Spec::VMS' => 'cpan', + 'File::Spec::Win32' => 'cpan', + 'File::Temp' => undef, + 'Filespec' => undef, + 'Filter::Simple' => 'blead', + 'Filter::Util::Call' => undef, + 'Getopt::Long' => 'cpan', + 'IO' => undef, + 'IO::Dir' => undef, + 'IO::File' => undef, + 'IO::Handle' => undef, + 'IO::Pipe' => undef, + 'IO::Poll' => undef, + 'IO::Seekable' => undef, + 'IO::Select' => undef, + 'IO::Socket' => undef, + 'IO::Socket::INET' => undef, + 'IO::Socket::UNIX' => undef, + 'IO::Zlib' => undef, + 'IPC::Cmd' => 'cpan', + 'IPC::Msg' => 'cpan', + 'IPC::Semaphore' => 'cpan', + 'IPC::SharedMem' => 'cpan', + 'IPC::SysV' => 'cpan', + 'List::Util' => undef, + 'Locale::Constants' => undef, + 'Locale::Country' => undef, + 'Locale::Currency' => undef, + 'Locale::Language' => undef, + 'Locale::Maketext' => undef, + 'Locale::Maketext::Guts'=> undef, + 'Locale::Maketext::GutsLoader'=> undef, + 'Locale::Maketext::Simple'=> undef, + 'Locale::Script' => undef, + 'Log::Message' => 'cpan', + 'Log::Message::Config' => 'cpan', + 'Log::Message::Handlers'=> 'cpan', + 'Log::Message::Item' => 'cpan', + 'Log::Message::Simple' => 'cpan', + 'MIME::Base64' => undef, + 'MIME::QuotedPrint' => undef, + 'Math::BigFloat' => undef, + 'Math::BigFloat::Trace' => undef, + 'Math::BigInt' => undef, + 'Math::BigInt::Calc' => undef, + 'Math::BigInt::CalcEmu' => undef, + 'Math::BigInt::FastCalc'=> undef, + 'Math::BigInt::Trace' => undef, + 'Math::BigRat' => undef, + 'Math::Complex' => 'cpan', + 'Math::Trig' => 'cpan', + 'Memoize' => undef, + 'Memoize::AnyDBM_File' => undef, + 'Memoize::Expire' => undef, + 'Memoize::ExpireFile' => undef, + 'Memoize::ExpireTest' => undef, + 'Memoize::NDBM_File' => undef, + 'Memoize::SDBM_File' => undef, + 'Memoize::Storable' => undef, + 'Module::Build' => undef, + 'Module::Build::Base' => undef, + 'Module::Build::Compat' => undef, + 'Module::Build::Config' => undef, + 'Module::Build::ConfigData'=> undef, + 'Module::Build::Cookbook'=> undef, + 'Module::Build::Dumper' => undef, + 'Module::Build::ModuleInfo'=> undef, + 'Module::Build::Notes' => undef, + 'Module::Build::PPMMaker'=> undef, + 'Module::Build::Platform::Amiga'=> undef, + 'Module::Build::Platform::Default'=> undef, + 'Module::Build::Platform::EBCDIC'=> undef, + 'Module::Build::Platform::MPEiX'=> undef, + 'Module::Build::Platform::MacOS'=> undef, + 'Module::Build::Platform::RiscOS'=> undef, + 'Module::Build::Platform::Unix'=> undef, + 'Module::Build::Platform::VMS'=> undef, + 'Module::Build::Platform::VOS'=> undef, + 'Module::Build::Platform::Windows'=> undef, + 'Module::Build::Platform::aix'=> undef, + 'Module::Build::Platform::cygwin'=> undef, + 'Module::Build::Platform::darwin'=> undef, + 'Module::Build::Platform::os2'=> undef, + 'Module::Build::PodParser'=> undef, + 'Module::Build::Version'=> undef, + 'Module::Build::YAML' => undef, + 'Module::CoreList' => 'blead', + 'Module::Load' => 'cpan', + 'Module::Load::Conditional'=> 'cpan', + 'Module::Loaded' => 'cpan', + 'Module::Pluggable' => undef, + 'Module::Pluggable::Object'=> undef, + 'NEXT' => 'cpan', + 'Net::Cmd' => undef, + 'Net::Config' => undef, + 'Net::Domain' => undef, + 'Net::FTP' => undef, + 'Net::FTP::A' => undef, + 'Net::FTP::E' => undef, + 'Net::FTP::I' => undef, + 'Net::FTP::L' => undef, + 'Net::FTP::dataconn' => undef, + 'Net::NNTP' => undef, + 'Net::Netrc' => undef, + 'Net::POP3' => undef, + 'Net::Ping' => 'blead', + 'Net::SMTP' => undef, + 'Net::Time' => undef, + 'Object::Accessor' => 'cpan', + 'Package::Constants' => 'cpan', + 'Params::Check' => 'cpan', + 'Parse::CPAN::Meta' => 'cpan', + 'PerlIO::via::QuotedPrint'=> undef, + 'Pod::Checker' => undef, + 'Pod::Escapes' => undef, + 'Pod::Find' => undef, + 'Pod::InputObjects' => undef, + 'Pod::LaTeX' => undef, + 'Pod::Man' => 'cpan', + 'Pod::ParseLink' => 'cpan', + 'Pod::ParseUtils' => undef, + 'Pod::Parser' => undef, + 'Pod::Perldoc' => undef, + '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' => undef, + 'Pod::Plainer' => 'blead', + 'Pod::Select' => undef, + 'Pod::Simple' => undef, + 'Pod::Simple::BlackBox' => undef, + 'Pod::Simple::Checker' => undef, + 'Pod::Simple::Debug' => undef, + 'Pod::Simple::DumpAsText'=> undef, + 'Pod::Simple::DumpAsXML'=> undef, + 'Pod::Simple::HTML' => undef, + 'Pod::Simple::HTMLBatch'=> undef, + 'Pod::Simple::HTMLLegacy'=> undef, + 'Pod::Simple::LinkSection'=> undef, + 'Pod::Simple::Methody' => undef, + 'Pod::Simple::Progress' => undef, + 'Pod::Simple::PullParser'=> undef, + 'Pod::Simple::PullParserEndToken'=> undef, + 'Pod::Simple::PullParserStartToken'=> undef, + 'Pod::Simple::PullParserTextToken'=> undef, + 'Pod::Simple::PullParserToken'=> undef, + 'Pod::Simple::RTF' => undef, + 'Pod::Simple::Search' => undef, + 'Pod::Simple::SimpleTree'=> undef, + 'Pod::Simple::Text' => undef, + 'Pod::Simple::TextContent'=> undef, + 'Pod::Simple::TiedOutFH'=> undef, + 'Pod::Simple::Transcode'=> undef, + 'Pod::Simple::TranscodeDumb'=> undef, + 'Pod::Simple::TranscodeSmart'=> undef, + 'Pod::Simple::XHTML' => undef, + 'Pod::Simple::XMLOutStream'=> undef, + 'Pod::Text' => 'cpan', + 'Pod::Text::Color' => 'cpan', + 'Pod::Text::Overstrike' => 'cpan', + 'Pod::Text::Termcap' => 'cpan', + 'Pod::Usage' => undef, + 'Safe' => 'blead', + 'Scalar::Util' => undef, + 'SelfLoader' => 'blead', + 'Shell' => undef, + 'Stdio' => undef, + 'Storable' => undef, + 'Switch' => 'blead', + 'Sys::Syslog' => undef, + 'Sys::Syslog::win32::Win32'=> undef, + 'TAP::Base' => undef, + 'TAP::Formatter::Base' => undef, + 'TAP::Formatter::Color' => undef, + 'TAP::Formatter::Console'=> undef, + 'TAP::Formatter::Console::ParallelSession'=> undef, + 'TAP::Formatter::Console::Session'=> undef, + 'TAP::Formatter::File' => undef, + 'TAP::Formatter::File::Session'=> undef, + 'TAP::Formatter::Session'=> undef, + 'TAP::Harness' => undef, + 'TAP::Object' => undef, + 'TAP::Parser' => undef, + 'TAP::Parser::Aggregator'=> undef, + 'TAP::Parser::Grammar' => undef, + 'TAP::Parser::Iterator' => undef, + 'TAP::Parser::Iterator::Array'=> undef, + 'TAP::Parser::Iterator::Process'=> undef, + 'TAP::Parser::Iterator::Stream'=> undef, + 'TAP::Parser::IteratorFactory'=> undef, + 'TAP::Parser::Multiplexer'=> undef, + 'TAP::Parser::Result' => undef, + 'TAP::Parser::Result::Bailout'=> undef, + 'TAP::Parser::Result::Comment'=> undef, + 'TAP::Parser::Result::Plan'=> undef, + 'TAP::Parser::Result::Pragma'=> undef, + 'TAP::Parser::Result::Test'=> undef, + 'TAP::Parser::Result::Unknown'=> undef, + 'TAP::Parser::Result::Version'=> undef, + 'TAP::Parser::Result::YAML'=> undef, + 'TAP::Parser::ResultFactory'=> undef, + 'TAP::Parser::Scheduler'=> undef, + 'TAP::Parser::Scheduler::Job'=> undef, + 'TAP::Parser::Scheduler::Spinner'=> undef, + 'TAP::Parser::Source' => undef, + 'TAP::Parser::Source::Perl'=> undef, + 'TAP::Parser::Utils' => undef, + 'TAP::Parser::YAMLish::Reader'=> undef, + 'TAP::Parser::YAMLish::Writer'=> undef, + 'Term::ANSIColor' => 'cpan', + 'Term::Cap' => undef, + 'Term::UI' => 'cpan', + 'Term::UI::History' => 'cpan', + 'Test' => undef, + 'Test::Builder' => undef, + 'Test::Builder::Module' => undef, + 'Test::Builder::Tester' => undef, + 'Test::Builder::Tester::Color'=> undef, + 'Test::Harness' => undef, + 'Test::More' => undef, + 'Test::Simple' => undef, + 'Text::Balanced' => undef, + 'Text::ParseWords' => undef, + 'Text::Soundex' => undef, + 'Text::Tabs' => 'cpan', + 'Text::Wrap' => 'cpan', + 'Thread::Queue' => 'blead', + 'Thread::Semaphore' => 'blead', + 'Tie::File' => undef, + 'Tie::RefHash' => 'cpan', + 'Time::HiRes' => undef, + 'Time::Local' => undef, + 'Time::Piece' => undef, + 'Time::Piece::Seconds' => undef, + 'Unicode::Collate' => 'first-come', + 'Unicode::Normalize' => 'first-come', + 'Win32' => undef, + 'Win32API::File' => undef, + 'Win32API::File::ExtUtils::Myconst2perl'=> undef, + 'Win32CORE' => undef, + 'XSLoader' => undef, + 'autodie' => 'cpan', + 'autodie::exception' => 'cpan', + 'autodie::exception::system'=> 'cpan', + 'base' => 'blead', + 'bigint' => undef, + 'bignum' => undef, + 'bigrat' => undef, + 'constant' => undef, + 'encoding' => undef, + 'encoding::warnings' => undef, + 'fields' => 'blead', + 'if' => undef, + 'lib' => 'blead', + 'parent' => undef, + 'threads' => 'blead', + 'threads::shared' => 'blead', + 'version' => undef, + 'warnings' => undef, + 'warnings::register' => undef, +); + +%bug_tracker = ( + 'App::Prove' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'App::Prove::State' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'App::Prove::State::Result'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'App::Prove::State::Result::Test'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'Archive::Extract' => undef, + 'Archive::Tar' => undef, + 'Archive::Tar::Constant'=> undef, + 'Archive::Tar::File' => undef, + 'Attribute::Handlers' => undef, + 'AutoLoader' => undef, + 'AutoSplit' => undef, + 'B::Debug' => undef, + 'B::Lint' => undef, + 'CGI' => undef, + 'CGI::Apache' => undef, + 'CGI::Carp' => undef, + 'CGI::Cookie' => undef, + 'CGI::Fast' => undef, + 'CGI::Pretty' => undef, + 'CGI::Push' => undef, + 'CGI::Switch' => undef, + 'CGI::Util' => undef, + 'CPAN' => undef, + 'CPAN::Author' => undef, + 'CPAN::Bundle' => undef, + 'CPAN::CacheMgr' => undef, + 'CPAN::Complete' => undef, + 'CPAN::Debug' => undef, + 'CPAN::DeferredCode' => undef, + 'CPAN::Distribution' => undef, + 'CPAN::Distroprefs' => undef, + 'CPAN::Distrostatus' => undef, + 'CPAN::Exception::RecursiveDependency'=> undef, + 'CPAN::Exception::blocked_urllist'=> undef, + 'CPAN::Exception::yaml_not_installed'=> undef, + 'CPAN::FTP' => undef, + 'CPAN::FTP::netrc' => undef, + 'CPAN::FirstTime' => undef, + 'CPAN::HandleConfig' => undef, + 'CPAN::Index' => undef, + 'CPAN::InfoObj' => undef, + 'CPAN::Kwalify' => undef, + 'CPAN::LWP::UserAgent' => undef, + 'CPAN::Module' => undef, + 'CPAN::Nox' => undef, + 'CPAN::Prompt' => undef, + 'CPAN::Queue' => undef, + 'CPAN::Shell' => undef, + 'CPAN::Tarzip' => undef, + 'CPAN::URL' => undef, + 'CPAN::Version' => undef, + 'CPANPLUS' => undef, + 'CPANPLUS::Backend' => undef, + 'CPANPLUS::Backend::RV' => undef, + 'CPANPLUS::Config' => undef, + 'CPANPLUS::Configure' => undef, + 'CPANPLUS::Configure::Setup'=> undef, + 'CPANPLUS::Dist' => undef, + 'CPANPLUS::Dist::Autobundle'=> undef, + 'CPANPLUS::Dist::Base' => undef, + 'CPANPLUS::Dist::Build' => undef, + 'CPANPLUS::Dist::Build::Constants'=> undef, + 'CPANPLUS::Dist::MM' => undef, + 'CPANPLUS::Dist::Sample'=> undef, + 'CPANPLUS::Error' => undef, + 'CPANPLUS::Internals' => undef, + 'CPANPLUS::Internals::Constants'=> undef, + 'CPANPLUS::Internals::Constants::Report'=> undef, + 'CPANPLUS::Internals::Extract'=> undef, + 'CPANPLUS::Internals::Fetch'=> undef, + 'CPANPLUS::Internals::Report'=> undef, + 'CPANPLUS::Internals::Search'=> undef, + 'CPANPLUS::Internals::Source'=> undef, + 'CPANPLUS::Internals::Source::Memory'=> undef, + 'CPANPLUS::Internals::Source::SQLite'=> undef, + 'CPANPLUS::Internals::Source::SQLite::Tie'=> undef, + 'CPANPLUS::Internals::Utils'=> undef, + 'CPANPLUS::Internals::Utils::Autoflush'=> undef, + 'CPANPLUS::Module' => undef, + 'CPANPLUS::Module::Author'=> undef, + 'CPANPLUS::Module::Author::Fake'=> undef, + 'CPANPLUS::Module::Checksums'=> undef, + 'CPANPLUS::Module::Fake'=> undef, + 'CPANPLUS::Module::Signature'=> undef, + 'CPANPLUS::Selfupdate' => undef, + 'CPANPLUS::Shell' => undef, + 'CPANPLUS::Shell::Classic'=> undef, + 'CPANPLUS::Shell::Default'=> undef, + 'CPANPLUS::Shell::Default::Plugins::CustomSource'=> undef, + 'CPANPLUS::Shell::Default::Plugins::Remote'=> undef, + 'CPANPLUS::Shell::Default::Plugins::Source'=> undef, + 'CPANPLUS::inc' => undef, + 'Class::ISA' => undef, + 'Compress::Raw::Bzip2' => undef, + 'Compress::Raw::Zlib' => undef, + 'Cwd' => undef, + 'DB_File' => undef, + 'DCLsym' => undef, + 'Devel::InnerPackage' => undef, + 'Devel::PPPort' => undef, + 'Digest' => undef, + 'Digest::MD5' => undef, + 'Digest::SHA' => undef, + 'Digest::base' => undef, + 'Digest::file' => undef, + 'Encode' => undef, + 'Encode::Alias' => undef, + 'Encode::Byte' => undef, + 'Encode::CJKConstants' => undef, + 'Encode::CN' => undef, + 'Encode::CN::HZ' => undef, + 'Encode::Config' => undef, + 'Encode::EBCDIC' => undef, + 'Encode::Encoder' => undef, + 'Encode::Encoding' => undef, + 'Encode::GSM0338' => undef, + 'Encode::Guess' => undef, + 'Encode::JP' => undef, + 'Encode::JP::H2Z' => undef, + 'Encode::JP::JIS7' => undef, + 'Encode::KR' => undef, + 'Encode::KR::2022_KR' => undef, + 'Encode::MIME::Header' => undef, + 'Encode::MIME::Header::ISO_2022_JP'=> undef, + 'Encode::MIME::Name' => undef, + 'Encode::Symbol' => undef, + 'Encode::TW' => undef, + 'Encode::Unicode' => undef, + 'Encode::Unicode::UTF7' => undef, + 'Exporter' => undef, + 'Exporter::Heavy' => undef, + 'ExtUtils::CBuilder' => undef, + 'ExtUtils::CBuilder::Base'=> undef, + 'ExtUtils::CBuilder::Platform::Unix'=> undef, + 'ExtUtils::CBuilder::Platform::VMS'=> undef, + 'ExtUtils::CBuilder::Platform::Windows'=> undef, + 'ExtUtils::CBuilder::Platform::aix'=> undef, + 'ExtUtils::CBuilder::Platform::cygwin'=> undef, + 'ExtUtils::CBuilder::Platform::darwin'=> undef, + 'ExtUtils::CBuilder::Platform::dec_osf'=> undef, + 'ExtUtils::CBuilder::Platform::os2'=> undef, + 'ExtUtils::Command' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Command', + 'ExtUtils::Command::MM' => undef, + 'ExtUtils::Constant' => undef, + 'ExtUtils::Constant::Base'=> undef, + 'ExtUtils::Constant::ProxySubs'=> undef, + 'ExtUtils::Constant::Utils'=> undef, + 'ExtUtils::Constant::XS'=> undef, + 'ExtUtils::Install' => undef, + 'ExtUtils::Installed' => undef, + 'ExtUtils::Liblist' => undef, + 'ExtUtils::Liblist::Kid'=> undef, + 'ExtUtils::MM' => undef, + 'ExtUtils::MM_AIX' => undef, + 'ExtUtils::MM_Any' => undef, + 'ExtUtils::MM_BeOS' => undef, + 'ExtUtils::MM_Cygwin' => undef, + 'ExtUtils::MM_DOS' => undef, + 'ExtUtils::MM_Darwin' => undef, + 'ExtUtils::MM_MacOS' => undef, + 'ExtUtils::MM_NW5' => undef, + 'ExtUtils::MM_OS2' => undef, + 'ExtUtils::MM_QNX' => undef, + 'ExtUtils::MM_UWIN' => undef, + 'ExtUtils::MM_Unix' => undef, + 'ExtUtils::MM_VMS' => undef, + 'ExtUtils::MM_VOS' => undef, + 'ExtUtils::MM_Win32' => undef, + 'ExtUtils::MM_Win95' => undef, + 'ExtUtils::MY' => undef, + 'ExtUtils::MakeMaker' => undef, + 'ExtUtils::MakeMaker::Config'=> undef, + 'ExtUtils::MakeMaker::bytes'=> undef, + 'ExtUtils::MakeMaker::vmsish'=> undef, + 'ExtUtils::Manifest' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Manifest', + 'ExtUtils::Mkbootstrap' => undef, + 'ExtUtils::Mksymlists' => undef, + 'ExtUtils::Packlist' => undef, + 'ExtUtils::ParseXS' => undef, + 'ExtUtils::testlib' => undef, + 'Fatal' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', + 'File::Fetch' => undef, + 'File::Path' => undef, + 'File::Spec' => undef, + 'File::Spec::Cygwin' => undef, + 'File::Spec::Epoc' => undef, + 'File::Spec::Functions' => undef, + 'File::Spec::Mac' => undef, + 'File::Spec::OS2' => undef, + 'File::Spec::Unix' => undef, + 'File::Spec::VMS' => undef, + 'File::Spec::Win32' => undef, + 'File::Temp' => undef, + 'Filespec' => undef, + 'Filter::Simple' => undef, + 'Filter::Util::Call' => undef, + 'Getopt::Long' => undef, + 'IO' => undef, + 'IO::Dir' => undef, + 'IO::File' => undef, + 'IO::Handle' => undef, + 'IO::Pipe' => undef, + 'IO::Poll' => undef, + 'IO::Seekable' => undef, + 'IO::Select' => undef, + 'IO::Socket' => undef, + 'IO::Socket::INET' => undef, + 'IO::Socket::UNIX' => undef, + 'IO::Zlib' => undef, + 'IPC::Cmd' => undef, + 'IPC::Msg' => undef, + 'IPC::Semaphore' => undef, + 'IPC::SharedMem' => undef, + 'IPC::SysV' => undef, + 'List::Util' => undef, + 'Locale::Constants' => undef, + 'Locale::Country' => undef, + 'Locale::Currency' => undef, + 'Locale::Language' => undef, + 'Locale::Maketext' => undef, + 'Locale::Maketext::Guts'=> undef, + 'Locale::Maketext::GutsLoader'=> undef, + 'Locale::Maketext::Simple'=> undef, + 'Locale::Script' => undef, + 'Log::Message' => undef, + 'Log::Message::Config' => undef, + 'Log::Message::Handlers'=> undef, + 'Log::Message::Item' => undef, + 'Log::Message::Simple' => undef, + 'MIME::Base64' => undef, + 'MIME::QuotedPrint' => undef, + 'Math::BigFloat' => undef, + 'Math::BigFloat::Trace' => undef, + 'Math::BigInt' => undef, + 'Math::BigInt::Calc' => undef, + 'Math::BigInt::CalcEmu' => undef, + 'Math::BigInt::FastCalc'=> undef, + 'Math::BigInt::Trace' => undef, + 'Math::BigRat' => undef, + 'Math::Complex' => undef, + 'Math::Trig' => undef, + 'Memoize' => undef, + 'Memoize::AnyDBM_File' => undef, + 'Memoize::Expire' => undef, + 'Memoize::ExpireFile' => undef, + 'Memoize::ExpireTest' => undef, + 'Memoize::NDBM_File' => undef, + 'Memoize::SDBM_File' => undef, + 'Memoize::Storable' => undef, + 'Module::Build' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Base' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Compat' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Config' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::ConfigData'=> undef, + 'Module::Build::Cookbook'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Dumper' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::ModuleInfo'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Notes' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::PPMMaker'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::Amiga'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::Default'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::EBCDIC'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::MPEiX'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::MacOS'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::RiscOS'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::Unix'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::VMS'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::VOS'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::Windows'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::aix'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::cygwin'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::darwin'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Platform::os2'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::PodParser'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::Version'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::Build::YAML' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build', + 'Module::CoreList' => undef, + 'Module::Load' => undef, + 'Module::Load::Conditional'=> undef, + 'Module::Loaded' => undef, + 'Module::Pluggable' => undef, + 'Module::Pluggable::Object'=> undef, + 'NEXT' => undef, + 'Net::Cmd' => undef, + 'Net::Config' => undef, + 'Net::Domain' => undef, + 'Net::FTP' => undef, + 'Net::FTP::A' => undef, + 'Net::FTP::E' => undef, + 'Net::FTP::I' => undef, + 'Net::FTP::L' => undef, + 'Net::FTP::dataconn' => undef, + 'Net::NNTP' => undef, + 'Net::Netrc' => undef, + 'Net::POP3' => undef, + 'Net::Ping' => undef, + 'Net::SMTP' => undef, + 'Net::Time' => undef, + 'Object::Accessor' => undef, + 'Package::Constants' => undef, + 'Params::Check' => undef, + 'Parse::CPAN::Meta' => undef, + 'PerlIO::via::QuotedPrint'=> undef, + 'Pod::Checker' => undef, + 'Pod::Escapes' => undef, + 'Pod::Find' => undef, + 'Pod::InputObjects' => undef, + 'Pod::LaTeX' => undef, + 'Pod::Man' => undef, + 'Pod::ParseLink' => undef, + 'Pod::ParseUtils' => undef, + 'Pod::Parser' => undef, + 'Pod::Perldoc' => undef, + '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' => undef, + 'Pod::Plainer' => undef, + 'Pod::Select' => undef, + 'Pod::Simple' => undef, + 'Pod::Simple::BlackBox' => undef, + 'Pod::Simple::Checker' => undef, + 'Pod::Simple::Debug' => undef, + 'Pod::Simple::DumpAsText'=> undef, + 'Pod::Simple::DumpAsXML'=> undef, + 'Pod::Simple::HTML' => undef, + 'Pod::Simple::HTMLBatch'=> undef, + 'Pod::Simple::HTMLLegacy'=> undef, + 'Pod::Simple::LinkSection'=> undef, + 'Pod::Simple::Methody' => undef, + 'Pod::Simple::Progress' => undef, + 'Pod::Simple::PullParser'=> undef, + 'Pod::Simple::PullParserEndToken'=> undef, + 'Pod::Simple::PullParserStartToken'=> undef, + 'Pod::Simple::PullParserTextToken'=> undef, + 'Pod::Simple::PullParserToken'=> undef, + 'Pod::Simple::RTF' => undef, + 'Pod::Simple::Search' => undef, + 'Pod::Simple::SimpleTree'=> undef, + 'Pod::Simple::Text' => undef, + 'Pod::Simple::TextContent'=> undef, + 'Pod::Simple::TiedOutFH'=> undef, + 'Pod::Simple::Transcode'=> undef, + 'Pod::Simple::TranscodeDumb'=> undef, + 'Pod::Simple::TranscodeSmart'=> undef, + 'Pod::Simple::XHTML' => undef, + 'Pod::Simple::XMLOutStream'=> undef, + 'Pod::Text' => undef, + 'Pod::Text::Color' => undef, + 'Pod::Text::Overstrike' => undef, + 'Pod::Text::Termcap' => undef, + 'Pod::Usage' => undef, + 'Safe' => undef, + 'Scalar::Util' => undef, + 'SelfLoader' => undef, + 'Shell' => undef, + 'Stdio' => undef, + 'Storable' => undef, + 'Switch' => undef, + 'Sys::Syslog' => undef, + 'Sys::Syslog::win32::Win32'=> undef, + 'TAP::Base' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::Base' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::Color' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::Console'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::Console::ParallelSession'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::Console::Session'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::File' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::File::Session'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Formatter::Session'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Harness' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Object' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Aggregator'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Grammar' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Iterator' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Iterator::Array'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Iterator::Process'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Iterator::Stream'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::IteratorFactory'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Multiplexer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Bailout'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Comment'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Plan'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Pragma'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Test'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Unknown'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::Version'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Result::YAML'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::ResultFactory'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Scheduler'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Scheduler::Job'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Scheduler::Spinner'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Source' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Source::Perl'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::Utils' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::YAMLish::Reader'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'Term::ANSIColor' => undef, + 'Term::Cap' => undef, + 'Term::UI' => undef, + 'Term::UI::History' => undef, + 'Test' => undef, + 'Test::Builder' => 'http://code.google.com/p/test-more/issues', + 'Test::Builder::Module' => 'http://code.google.com/p/test-more/issues', + 'Test::Builder::Tester' => 'http://code.google.com/p/test-more/issues', + 'Test::Builder::Tester::Color'=> 'http://code.google.com/p/test-more/issues', + 'Test::Harness' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'Test::More' => 'http://code.google.com/p/test-more/issues', + 'Test::Simple' => 'http://code.google.com/p/test-more/issues', + 'Text::Balanced' => undef, + 'Text::ParseWords' => undef, + 'Text::Soundex' => undef, + 'Text::Tabs' => undef, + 'Text::Wrap' => undef, + 'Thread::Queue' => undef, + 'Thread::Semaphore' => undef, + 'Tie::File' => undef, + 'Tie::RefHash' => undef, + 'Time::HiRes' => undef, + 'Time::Local' => undef, + 'Time::Piece' => undef, + 'Time::Piece::Seconds' => undef, + 'Unicode::Collate' => undef, + 'Unicode::Normalize' => undef, + 'Win32' => undef, + 'Win32API::File' => undef, + 'Win32API::File::ExtUtils::Myconst2perl'=> undef, + 'XSLoader' => undef, + 'autodie' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', + 'autodie::exception' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', + 'autodie::exception::system'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', + 'base' => undef, + 'bigint' => undef, + 'bignum' => undef, + 'bigrat' => undef, + 'constant' => undef, + 'encoding' => undef, + 'encoding::warnings' => undef, + 'fields' => undef, + 'if' => undef, + 'lib' => undef, + 'parent' => undef, + 'threads' => undef, + 'threads::shared' => undef, + 'version' => undef, + 'warnings' => undef, +); + # Create aliases with trailing zeros for $] use $released{'5.000'} = $released{5};