Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 19449
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

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



Subject: license is not found if unknown function is present
This bug is a spinoff of bug 19445, the auto_poop bug. Attached are a Makefile.PL and Foo.pm to illustrate it. The test submitted with 19445 already illustrates it. You can see that when auto_poop(); is not present, the license is detected correctly, but when auto_poop(); is added in, a warning is generated that the license can't be found. Mark
Subject: Foo.pm
package Foo; $VERSION = '3.21'; 1; __END__ =head1 NAME Foo - A test module =cut
Hi. Added a remedy in the trunk and will be fixed in the next release. Thanks. On 2006-5-23 Tue 13:22:45, guest wrote: Show quoted text
> This bug is a spinoff of bug 19445, the auto_poop bug. > > Attached are a Makefile.PL and Foo.pm to illustrate it. The test > submitted with 19445 already illustrates it. > > You can see that when auto_poop(); is not present, the license is > detected correctly, but when auto_poop(); is added in, a warning is > generated that the license can't be found. > > Mark
Hi. Module::Install with a fix is out. Thanks.