This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug introduced in 67924fd which put the key _< with an undefined value in the...
authorDuke Leto <jonathan@leto.net>
Wed, 3 Jun 2009 18:40:35 +0000 (11:40 -0700)
committerDuke Leto <jonathan@leto.net>
Wed, 3 Jun 2009 18:40:35 +0000 (11:40 -0700)
commitbc6438f27b8177f398dff639c69a23d6decfb59d
treeb22b5772279fd5848403146a77202fd34d11b200
parente42df61ffa4b532a113a57b2965d347ce4da44b3
Fix bug introduced in 67924fd which put the key _< with an undefined value in the symbol table

This patch makes sure that $filename is defined before setting the _<$filename symbol. It also
adds a test which makes sure that *no* symbols have undefined values after loading perl5db.pl .
lib/perl5db.pl
lib/perl5db.t