You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#perl -c -Mstrict -Mautodie=truncate -e 'truncate(F,0)'
Bareword "F" not allowed while "strict subs" in use at -e line 1.
#perl -c -Mstrict -e 'truncate(F,0)'
-e syntax OK
Migrated from rt.cpan.org#56316 (status was 'open')
Requestors:
@chorny
From @chorny on 2010-04-06 14:36:59
See also http://rt.perl.org/rt3/Ticket/Display.html?id=3311
From niels@thykier.net on 2013-10-13 09:56:18
:
Hi,
This is caused by "prototype(q{CORE::truncate))" returning "$$". At the current time, I am not sure we can fix this in autodie.
~Niels
The text was updated successfully, but these errors were encountered: