Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Install-VersionCheck CPAN distribution.

Report information
The Basics
Id: 71157
Status: resolved
Priority: 0/
Queue: Module-Install-VersionCheck

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unwarranted dependency on 5.8.3
Fix (can't work with 5.6.2 because no version of CPAN::Meta::Converter does) ===== diff -ur Module-Install-VersionCheck-0.15.orig//lib/Module/Install/VersionCheck.pm Module-Install-VersionCheck-0.15/lib/Module/Install/VersionCheck.pm --- Module-Install-VersionCheck-0.15.orig//lib/Module/Install/VersionCheck.pm 2011-07-15 12:14:30.000000000 -0400 +++ Module-Install-VersionCheck-0.15/lib/Module/Install/VersionCheck.pm 2011-09-22 10:22:39.175029070 -0400 @@ -6,7 +6,7 @@ # copyright: 2010, 2011 package Module::Install::VersionCheck; -use 5.008003; +use 5.008001; use strict; use warnings; Results ======== rabbit@Dungeon:~/devel/Module-Install-VersionCheck-0.15$ perl Makefile.PL Writing Makefile for Module::Install::VersionCheck Writing MYMETA.yml and MYMETA.json rabbit@Dungeon:~/devel/Module-Install-VersionCheck-0.15$ make cp lib/Module/Install/VersionCheck.pm blib/lib/Module/Install/VersionCheck.pm cp lib/Module/Install/VersionCheck.pod blib/lib/Module/Install/VersionCheck.pod Manifying blib/man3/Module::Install::VersionCheck.3 rabbit@Dungeon:~/devel/Module-Install-VersionCheck-0.15$ make test PERL_DL_NONLAZY=1 /home/rabbit/perl5/perlbrew/perls/5.8.1/bin/perl5.8.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/use_ok.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.04 CPU) Result: PASS rabbit@Dungeon:~/devel/Module-Install-VersionCheck-0.15$ make install Installing /home/rabbit/perl5/perlbrew/perls/5.8.1/lib/site_perl/5.8.1/Module/Install/VersionCheck.pm Installing /home/rabbit/perl5/perlbrew/perls/5.8.1/lib/site_perl/5.8.1/Module/Install/VersionCheck.pod Installing /home/rabbit/perl5/perlbrew/perls/5.8.1/man/man3/Module::Install::VersionCheck.3 Appending installation info to /home/rabbit/perl5/perlbrew/perls/5.8.1/lib/5.8.1/x86_64-linux/perllocal.pod rabbit@Dungeon:~/devel/Module-Install-VersionCheck-0.15$ perl -MModule::Versions::Report -Ilib t/use_ok.t 1..1 ok 1 - use Module::Install::VersionCheck; Perl v5.8.1 under linux Modules in memory: attributes; base v2.15; Carp v1.23; Config; DynaLoader; Exporter v5.65; Exporter::Heavy v5.65; Internals; isn; Module::Install::Base v1.01; Module::Install::Base::FakeAdmin v1.01; Module::Install::VersionCheck v0.15; Module::Versions::Report v1.06; overload v1.01; PerlIO v1.02; PerlIO::Layer; Regexp; strict v1.03; Test::Builder v0.98; Test::Builder::Module v0.98; Test::More v0.98; UNIVERSAL; utf8; vars v1.01; warnings v1.03; warnings::register v1.00; [at Thu Sep 22 10:23:48 2011 (local) / Thu Sep 22 14:23:48 2011 (GMT)]