|
|
| Think about Loose Coupling | |
| PerlMonks |
t/Plack-Middleware/cgibin.t Attempt to free unreferenced scalar: SV 0x16a06d4, Perl interpreter: 0x118600c at Plack-1.0018\blib\lib/Plack/App/WrapCGI.pm line 48by Anonymous Monk |
| on Mar 20, 2013 at 08:45 UTC ( #1024480=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
I'm on win32 using citrusperl v5.16.1 and I get failure for Plack-1.0018/t/Plack-Middleware/cgibin.t Attempt to free unreferenced scalar: SV 0x16a06d4, Perl interpreter: 0x118600c at Plack-1.0018\blib\lib/Plack/App/WrapCGI.pm line 48 Any other win32 folks get this? FWIW, WrapCGI.pm:48 is exec($script) or Carp::croak("cannot exec: $!"); , if I comment that out the failure moves to CGI::Compile line 33 which is a call to CORE::exit update: happens with v5.14.1 also
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||