[Bug 1115971] perl-Test-Apocalypse-1.002-7.fc21 FTBFS: 'Test::Apocalypse::Dependencies loaded ok' t/00-compile.t test fails with YAML 0.95

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 3 12:38:34 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1115971



--- Comment #1 from Petr Pisar <ppisar at redhat.com> ---
This is about YAML::Any. The version has been removed. It was:

package YAML::Any;
$YAML::Any::VERSION = '0.94';

There is no $YAML::Any::VERSION in YAML::Any 0.95.

This looks like YAML::Any broke compatibility:

perl -e 'use YAML::Any 0.1'
YAML::Any does not define $YAML::Any::VERSION--version check failed at -e line
1.
BEGIN failed--compilation aborted at -e line 1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AArrhQcPBf&a=cc_unsubscribe



More information about the perl-devel mailing list