Subject: | build error in Devel::FindGlobals under perl 5.16.2 |
Date: | Tue, 23 Apr 2013 16:56:30 -0400 |
To: | bug-Devel-FindGlobals [...] rt.cpan.org |
From: | Morty Abzug <morty+perl [...] frakir.org> |
I'm trying to build Devel::FindGlobals under Perl 5.16.2. During
"make test", I'm getting errors like so:
+ make test
PERL_DL_NONLAZY=1 /opt/perl-5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Use of uninitialized value $got in numeric le (<=) at (eval in cmp_ok) t/findglobals.t line 22.
Can't use string ("Carp::CarpInternal") as a SCALAR ref while "strict refs" in use at /builddir/build/BUILD/Devel-FindGlobals-0.03/blib/lib/Devel/FindGlobals.pm line 145.
# Looks like you planned 10 tests but ran 7.
# Looks like your test exited with 255 just after 7.
Please fix.
The attached trivial patch makes these errors go away. I'm not sure
that correct behavior results. . .
- Morty
Message body is not shown because sender requested not to inline it.