kamal has asked for the wisdom of the Perl Monks concerning the following question:
see.... linehttp://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.08250/lib/DBIx/C +lass/Carp.pm
*DBIx::Class::_ENV_::BROKEN_NAMESPACE_CLEAN = ($] < 5.008005)
should test "($] < 5.008005)" in the DBIx::Class:Carp be extended to i +ncluding all of Perl 5.8
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using local $] = 5.008004;
by Anonymous Monk on Aug 21, 2013 at 03:34 UTC | |
by tobyink (Canon) on Aug 21, 2013 at 11:01 UTC |