in reply to Re^2: CPAN Testers command-line viewer
in thread CPAN Testers command-line viewer
perl -MYAML::Any -E'say YAML::Any->implementation, q( ), YAML::Any->im +plementation->VERSION' YAML::XS 0.34
Does that qualify as ancient?
The first thing I did when I saw my error message was to check the version of YAML::Any which was installed. Since it was older than CPAN (0.72 vs. 0.81), I updated it:
cpan YAML::Any
This apparently only updates the pure Perl code in the distribution (unless I answered prompts wrong, if there were any... I don't remember). This is what I get:
perl -MYAML::Any -E'say YAML::Any->VERSION' 0.81
So, how do I get the latest YAML::XS?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CPAN Testers command-line viewer
by tobyink (Canon) on Jun 27, 2012 at 15:42 UTC | |
by mje (Curate) on Jun 27, 2012 at 16:03 UTC | |
|
Re^4: CPAN Testers command-line viewer
by zwon (Abbot) on Jun 28, 2012 at 11:57 UTC |