Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 71155
Status: resolved
Priority: 0/
Queue: Module-Install-ManifestSkip

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: Minimum req of 5.8.3 not warranted
This simple "fix" works all the way back to 5.6.2 (not tested for earlier): rabbit@Dungeon:~/devel$ diff -ur Module-Install-ManifestSkip-0.19.orig/ Module-Install-ManifestSkip-0.19 diff -ur Module-Install-ManifestSkip-0.19.orig//lib/Module/Install/ManifestSkip.pm Module-Install-ManifestSkip-0.19/lib/Module/Install/ManifestSkip.pm --- Module-Install-ManifestSkip-0.19.orig//lib/Module/Install/ManifestSkip.pm 2011-06-04 12:24:13.000000000 -0400 +++ Module-Install-ManifestSkip-0.19/lib/Module/Install/ManifestSkip.pm 2011-09-22 09:52:06.981594783 -0400 @@ -8,7 +8,7 @@ # - Module::Manifest::Skip package Module::Install::ManifestSkip; -use 5.008003; +use 5.006002; use strict; use warnings; rabbit@Dungeon:~/devel/Module-Install-ManifestSkip-0.19$ perl -MModule::Versions::Report -Ilib t/test.t 1..1 ok 1 - use Module::Install::ManifestSkip; Perl v5.6.2 under linux Modules in memory: attributes; base v1.01; Carp; Config; DynaLoader; Exporter v5.562; IO v1.20; IO::File; IO::Handle v1.21; IO::Poll; IO::Seekable; isn; Module::Install::Base v1.01; Module::Install::Base::FakeAdmin v1.01; Module::Install::ManifestSkip v0.19; Module::Versions::Report v1.06; overload; SelectSaver; strict v1.01; Symbol v1.02; Test::Builder v0.98; Test::Builder::IO::Scalar v2.110; Test::Builder::Module v0.98; Test::More v0.98; UNIVERSAL; vars; warnings; warnings::register; XSLoader v0.01;