Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the AutoLoader CPAN distribution.

Report information
The Basics
Id: 45679
Status: new
Priority: 0/
Queue: AutoLoader

People
Owner: Nobody in particular
Requestors: michael [...] bizsystems.com
Cc:
AdminCc:

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



Subject: non-sub code breaks autosplit
AutoSplit 1.04 Non-subroutine code immediately following __END__ breaks AutoSplit __END__ my $_suppress_warnings = sub { # during debug DNSBL_Entry(); TarpitEntry(); dns_udpresp(); dns_udpsend(); DO(); do_INCLUDE(); dns_ns(); }; AutoSplit has not yet initialized my $out so it dies with an error trying to used the undef'd symbol as a reference. Earlier versions of AutoSplit (1.0305) don't do this. Those are the two versions that I have. I've removed the debug code so the module is happy but I think that this is something that should be repaired in AutoSplit as it is no very "perlish" ;-) Thanks for great tools. Michael
Subject: ScriptSupport.pm

Message body is not shown because it is too large.