replace the old, buggy label.t with the new, slow critic_labels.t. Add Perl::Critic and Test::Perl::Critic as optional requirements to sbin/testEnvironment.pl
This commit is contained in:
parent
614b37e31d
commit
9a9e94a0de
5 changed files with 107 additions and 213 deletions
|
|
@ -67,66 +67,68 @@ if ($] >= 5.006) {
|
|||
}
|
||||
|
||||
|
||||
checkModule("LWP",5.80);
|
||||
checkModule("HTTP::Request",1.40);
|
||||
checkModule("HTTP::Headers",1.61);
|
||||
checkModule("Test::More",0.61,1);
|
||||
checkModule("Test::MockObject",1.02,1);
|
||||
checkModule("Test::Deep",0.095,1);
|
||||
checkModule("Pod::Coverage",0.17,2);
|
||||
checkModule("Text::Balanced",1.95,1);
|
||||
checkModule("Digest::MD5",2.20);
|
||||
checkModule("DBI",1.40);
|
||||
checkModule("DBD::mysql",3.0002);
|
||||
checkModule("HTML::Parser",3.36);
|
||||
checkModule("Archive::Tar",1.05);
|
||||
checkModule("Archive::Zip",1.16);
|
||||
checkModule("IO::Zlib",1.01);
|
||||
checkModule("Compress::Zlib",1.34);
|
||||
checkModule("Net::SMTP",2.24);
|
||||
checkModule("MIME::Tools",5.419);
|
||||
checkModule("Net::POP3",2.28);
|
||||
checkModule("Tie::IxHash",1.21);
|
||||
checkModule("Tie::CPHash",1.001);
|
||||
checkModule("XML::Simple",2.09);
|
||||
checkModule("SOAP::Lite",0.60);
|
||||
checkModule("DateTime",0.2901);
|
||||
checkModule("Time::HiRes",1.38);
|
||||
checkModule("DateTime::Format::Strptime",1.0601);
|
||||
checkModule("DateTime::Format::Mail",0.2901);
|
||||
checkModule("Image::Magick","6.0",2);
|
||||
checkModule("Graphics::Magick","1.1.7",2);
|
||||
checkModule("Log::Log4perl",0.51);
|
||||
checkModule("Net::LDAP",0.25);
|
||||
checkModule("HTML::Highlight",0.20);
|
||||
checkModule("HTML::TagFilter",0.07);
|
||||
checkModule("HTML::Template",2.9);
|
||||
checkModule("HTML::Template::Expr",0.05,2);
|
||||
checkModule("XML::RSSLite",0.11);
|
||||
checkModule("JSON",2.04);
|
||||
checkModule("Config::JSON","1.1.2");
|
||||
checkModule("Text::CSV_XS","0.26");
|
||||
checkModule("Net::Subnets",0.21);
|
||||
checkModule("Finance::Quote",1.08);
|
||||
checkModule("POE",0.3202);
|
||||
checkModule("POE::Component::IKC::Server",0.18);
|
||||
checkModule("POE::Component::Client::HTTP", 0.77);
|
||||
checkModule("Data::Structure::Util",0.11);
|
||||
checkModule("Apache2::Request",2.06);
|
||||
checkModule("URI::Escape","3.28");
|
||||
checkModule("POSIX");
|
||||
checkModule("List::Util");
|
||||
checkModule("Color::Calc");
|
||||
checkModule("Text::Aspell",0.01,2);
|
||||
checkModule("Locale::US");
|
||||
checkModule("Weather::Com::Finder","0.5.1");
|
||||
checkModule("Class::InsideOut","1.06");
|
||||
checkModule("HTML::TagCloud","0.34");
|
||||
checkModule("Image::ExifTool","7.00");
|
||||
checkModule("Archive::Any","0.093");
|
||||
checkModule("Path::Class", '0.16');
|
||||
checkModule("Exception::Class","1.23");
|
||||
checkModule("List::MoreUtils","0.22");
|
||||
checkModule("LWP", 5.80 );
|
||||
checkModule("HTTP::Request", 1.40 );
|
||||
checkModule("HTTP::Headers", 1.61 );
|
||||
checkModule("Test::More", 0.61, 1 );
|
||||
checkModule("Test::MockObject", 1.02, 1 );
|
||||
checkModule("Test::Deep", 0.095, 1 );
|
||||
checkModule("Pod::Coverage", 0.17, 2 );
|
||||
checkModule("Text::Balanced", 1.95, 1 );
|
||||
checkModule("Digest::MD5", 2.20 );
|
||||
checkModule("DBI", 1.40 );
|
||||
checkModule("DBD::mysql", 3.0002 );
|
||||
checkModule("HTML::Parser", 3.36 );
|
||||
checkModule("Archive::Tar", 1.05 );
|
||||
checkModule("Archive::Zip", 1.16 );
|
||||
checkModule("IO::Zlib", 1.01 );
|
||||
checkModule("Compress::Zlib", 1.34 );
|
||||
checkModule("Net::SMTP", 2.24 );
|
||||
checkModule("MIME::Tools", 5.419 );
|
||||
checkModule("Net::POP3", 2.28 );
|
||||
checkModule("Tie::IxHash", 1.21 );
|
||||
checkModule("Tie::CPHash", 1.001 );
|
||||
checkModule("XML::Simple", 2.09 );
|
||||
checkModule("SOAP::Lite", 0.60 );
|
||||
checkModule("DateTime", 0.2901 );
|
||||
checkModule("Time::HiRes", 1.38 );
|
||||
checkModule("DateTime::Format::Strptime", 1.0601 );
|
||||
checkModule("DateTime::Format::Mail", 0.2901 );
|
||||
checkModule("Image::Magick", "6.0", 2 );
|
||||
checkModule("Graphics::Magick", "1.1.7", 2 );
|
||||
checkModule("Log::Log4perl", 0.51 );
|
||||
checkModule("Net::LDAP", 0.25 );
|
||||
checkModule("HTML::Highlight", 0.20 );
|
||||
checkModule("HTML::TagFilter", 0.07 );
|
||||
checkModule("HTML::Template", 2.9 );
|
||||
checkModule("HTML::Template::Expr", 0.05, 2 );
|
||||
checkModule("XML::RSSLite", 0.11 );
|
||||
checkModule("JSON", 2.04 );
|
||||
checkModule("Config::JSON", "1.1.2" );
|
||||
checkModule("Text::CSV_XS", "0.26" );
|
||||
checkModule("Net::Subnets", 0.21 );
|
||||
checkModule("Finance::Quote", 1.08 );
|
||||
checkModule("POE", 0.3202 );
|
||||
checkModule("POE::Component::IKC::Server", 0.18 );
|
||||
checkModule("POE::Component::Client::HTTP", 0.77 );
|
||||
checkModule("Data::Structure::Util", 0.11 );
|
||||
checkModule("Apache2::Request", 2.06 );
|
||||
checkModule("URI::Escape", "3.28" );
|
||||
checkModule("POSIX" );
|
||||
checkModule("List::Util" );
|
||||
checkModule("Color::Calc" );
|
||||
checkModule("Text::Aspell", 0.01,2 );
|
||||
checkModule("Locale::US" );
|
||||
checkModule("Weather::Com::Finder", "0.5.1" );
|
||||
checkModule("Class::InsideOut", "1.06" );
|
||||
checkModule("HTML::TagCloud", "0.34" );
|
||||
checkModule("Image::ExifTool", "7.00" );
|
||||
checkModule("Archive::Any", "0.093" );
|
||||
checkModule("Path::Class", '0.16' );
|
||||
checkModule("Exception::Class", "1.23" );
|
||||
checkModule("List::MoreUtils", "0.22" );
|
||||
checkModule("Perl::Critic", "1.080", 1 );
|
||||
checkModule("Test::Perl::Critic", "1.01", 1 );
|
||||
|
||||
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue