Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML::Any stopped declaring VERSION in 0.95 #30

Closed
ppisar opened this issue Jul 3, 2014 · 1 comment
Closed

YAML::Any stopped declaring VERSION in 0.95 #30

ppisar opened this issue Jul 3, 2014 · 1 comment

Comments

@ppisar
Copy link

ppisar commented Jul 3, 2014

Previous YAML distributions declared YAML::Any's version:

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

This is not true anymore, so any code requiring a minimal YAML::Any version fails with YAML-0.95:

$ 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.

This causes failures in Test-Apocalypse, or Config-Model.

@ingydotnet
Copy link
Owner

Fixed. Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants