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