Bug#752920: libyaml-perl: YAML::Any does not define $YAML::Any::VERSION
Dominique Dumont
dod at debian.org
Sat Jun 28 12:08:43 UTC 2014
On Friday 27 June 2014 22:17:45 Niko Tyni wrote:
> Config::Model::Backend::Yaml is now broken because YAML::Any
> dropped its $VERSION variable:
On upstream side, YAML::Any is now deprecated. Only YAML module has an
internal $VERSION defined.
Since YAML::Any is going out, I'm going to update upstream
Config::Model::Backend::YAML
to use directly YAML (without version requirement).
In Debian, only libtest-apocalypse-perl is likely to fail:
$ ack 'use\s+YAML::Any\s+\d' --type=perl
libconfig-model-perl/lib/Config/Model/Backend/Yaml.pm
24:use YAML::Any 0.303 ;
libconfig-model-perl/t/yaml_backend.t
11:use YAML::Any 0.303;
libtest-apocalypse-perl/lib/Test/Apocalypse/Dependencies.pm
22:use YAML::Any 0.72;
May be we should patch libtest-apocalypse-perl to use YAML directly and be
done with it.
All the best
More information about the pkg-perl-maintainers
mailing list