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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.