andreas1234567 has asked for the wisdom of the Perl Monks concerning the following question:
ENV:$ perl use strict; use warnings; use Test::Deep; __END__ Weak references are not implemented in the version of perl at /usr/lib +/perl5/5.8.5/Test/Deep/Cache/Simple.pm line 7
Is there anything I can do in order to use Test::Deep in the given environment? Alternatively, are there any other modules that allows testing of complex data structures?Module id = Scalar::Util CPAN_VERSION 1.19 INST_VERSION 1.19 Module id = Test::Deep CPAN_VERSION 0.100 INST_VERSION 0.096 $ perl -v This is perl, v5.8.5 built for i386-linux-thread-multi $ uname -srvmpo Linux 2.6.9-55.0.12.EL #1 Fri Nov 2 10:57:39 EDT 2007 i686 i686 GNU/Li +nux
Update Fri Feb 1 21:48:07 CET 2008: Resolved by a simple cpan> force install Scalar::Util. Many thanks to almut and chromatic for helpful advice.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Test::Deep - weak references are not implemented
by almut (Canon) on Feb 01, 2008 at 13:40 UTC | |
|
Re: Test::Deep - weak references are not implemented
by chromatic (Archbishop) on Feb 01, 2008 at 18:43 UTC | |
by almut (Canon) on Feb 01, 2008 at 20:49 UTC | |
|
Re: Test::Deep - weak references are not implemented
by backstab (Novice) on Feb 03, 2008 at 18:27 UTC |