develooper Front page | perl.perl5.porters | Postings from October 2011

[perl #102064] [PATCH] Fix use inaccuracy in perlmod.pm

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
October 30, 2011 12:27
Subject:
[perl #102064] [PATCH] Fix use inaccuracy in perlmod.pm
Message ID:
rt-3.6.HEAD-31297-1320002870-726.102064-15-0@perl.org
On Sun Oct 30 01:34:29 2011, rvtol+usenet@isolution.nl wrote:
> Bareword "DBI::" refers to nonexistent package at -e line 4.
> 

Can we get rid of that warning?  It occurs all the time for me in cases
like this:

package Foo;

...
    $x = Foo::Subpackage::->new()
...

package Foo::Subpackage;
...


So all it does is discourage good practices.

-- 

Father Chrysostomos


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About