Skip Menu |

This queue is for tickets about the Smart-Comments CPAN distribution.

Report information
The Basics
Id: 52402
Status: new
Priority: 0/
Queue: Smart-Comments

People
Owner: Nobody in particular
Requestors: pjs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v1.0.3
Fixed in: (no value)



Subject: Does not recognize @_
Any expression involving elements of @_ (in a subroutine) produces undef, e.g.: sub foo { ### $_[0] shift() acts on @ARGV instead: sub foo { ### shift However, @_ itself expands correctly: sub foo { ### @_