Skip Menu |

This queue is for tickets about the Import-Into CPAN distribution.

Report information
The Basics
Id: 106659
Status: resolved
Priority: 0/
Queue: Import-Into

People
Owner: haarg [...] haarg.org
Requestors: preaction [...] cpan.org
Cc:
AdminCc:

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



Subject: Hashref target level does not work
When I try to use the hashref argument to specify a level and a version, I get a warning "Use of uninitialized value $package in concatenation (.) or string at /.../Import/Into.pm line 22." and the things I want are not imported. $module->import::into( { level => 2, version => $version } ); Changing line 12 in Import::Into to add "level" at the end of the hash slice fixes this. = ref $target ? @{$target}{qw(package filename line level)}
Fixed in git. New release soon.
Fixed in 1.002005.
Subject: Re: [rt.cpan.org #106659] Resolved: Hashref target level does not work
Date: Tue, 01 Sep 2015 19:27:25 -0500
To: bug-Import-Into [...] rt.cpan.org
From: Douglas Bell <preaction [...] me.com>
Excellent! Thank you!