in reply to Win32 Perl-Critic Setup Question
Your Scalar::Util needs to be recompiled.
That's odd, cause the one I have with ActivePerl 5.8.0 and ActivePerl 5.8.8 works:
>c:\progs\perl580\bin\perl -e"use Scalar::Util qw( weaken ); weaken \$ +a" >c:\progs\perl588\bin\perl -e"use Scalar::Util qw( weaken ); weaken \$ +a"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32 Perl-Critic Setup Question
by ddn123456 (Pilgrim) on May 29, 2008 at 09:28 UTC | |
by ddn123456 (Pilgrim) on May 29, 2008 at 09:49 UTC | |
by Anonymous Monk on May 30, 2008 at 08:49 UTC |