Skip Menu |

This queue is for tickets about the Scalar-Defer CPAN distribution.

Report information
The Basics
Id: 37285
Status: resolved
Priority: 0/
Queue: Scalar-Defer

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.15
Fixed in: (no value)



Subject: Scalar::Defer breaks @ARGV
follow is sample code. Show quoted text
> perl -e 'warn @ARGV; use UNIVERSAL::require; require Scalar::Defer;
warn @ARGV' foo follow is result. Show quoted text
> foo at -e line 1. > Warning: something's wrong at -e line 1.
fixed at 0.16. thanks.