Re: perl version comparison errors
[email protected] ("David E. Wheeler")
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
On Jul 10, 2008, at 16:43, Eric Wilhelm wrote:
> Odd. What is the state of version.pm and such there? I can't repeat
> that with my 5.8.8 with or without version::vxs (0.74 here.)
That's the version I have.
> $ perl -e 'use YAML; use Module::Build;
> warn YAML::Dump(
> Module::Build->check_installed_status(perl => "5.006_002"));'
> ---
> have: 5.8.8
> need: 5.006_002
> ok: 1
benedict% perl -e 'use YAML; use Module::Build;
quote> warn YAML::Dump(
quote> Module::Build->check_installed_status(perl =>
"5.006_002"));'
---
have: 5.10.0
need: 5.006_002
ok: 1
benedict% perl -e 'use YAML; use Module::Build;
warn YAML::Dump(
Module::Build->check_installed_status(perl => 5.006_002));'
---
have: 5.10.0
need: 5.006002
ok: 1
Best,
David