This is a follow up of #21278
#21278: bad version required for a prerequisite
http://rt.cpan.org/Public/Bug/Display.html?id=21278
Adam,
The version of Test::Object (0.07) released today requires Test::Builder
0.33. This particular version presents a problem for linux distros perl
packagers (in my case Fedora) as we can not update core perl modules as
it causes file conflicts (RPM database).
Would it be possible to downgrade the requirement to version 0.32
(version included in perl 5.8.8)? The package builds fine with that
version and it would allow me to upgrade the PPI package from version
1.115 to version 1.117 (which introduces the new Test::Object requirement).
A good source of information about perl modules versions shipped with
perl is the perl module Module::CoreList. This perl module tarball also
includes the script corelist which allows us to query the modules
versions database. For example:
$ corelist -a Test::Builder
Test::Builder was first released with perl 5.007003
5.006002 0.17
5.007003 0.11
5.008 0.15
5.008001 0.17
5.008002 0.17
5.008003 0.17
5.008004 0.17
5.008005 0.17
5.008006 0.17
5.008007 0.22
5.008008 0.32
5.009 0.17
5.009001 0.17
5.009002 0.22
5.009003 0.32
5.009004 0.33
Thanks in advance,
jpo