glide has asked for the wisdom of the Perl Monks concerning the following question:
I'm having problems with the installation of the module Class::Std::Utils in some Linux systems. With the make test failing in a single test:
~/.cpan/build/Class-Std-Utils-v0.0.3# prove t/ident.t t/ident......1/? # Failed test 'ident acts like int on Regexp' # at t/ident.t line 15. # got: '0' # expected: '8789600' # Looks like you failed 1 test of 15.
This problem, apparently, only occur in perl built for x86_64-linux-gnu-thread-multi.
Can, someone, confirm this problem? Any suggestion to resolve it?
I've made tests in the systems listed below:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Class::Std::Utils install problem
by gamache (Friar) on Dec 26, 2007 at 16:32 UTC | |
|
Re: Class::Std::Utils install problem
by KurtSchwind (Chaplain) on Dec 26, 2007 at 16:55 UTC | |
|
Re: Class::Std::Utils install problem
by glide (Pilgrim) on Dec 26, 2007 at 18:07 UTC |