Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: A Growing Dislike for SQL-OOP Mappers

by markjugg (Curate)
on Aug 23, 2005 at 02:01 UTC ( [id://485803]=note: print w/replies, xml ) Need Help??


in reply to A Growing Dislike for SQL-OOP Mappers

This sounds like what I ran into when I tried to sub-class HTML::Template.

The core problem was that something like this existed in HTML::Template:

# It's own "new()" method was being called internally. HTML::Template->new()

Call new() on the current package seemed to fix that:

my $pkg = ref $self $pkg->new();

Details are in the bug report:

http://rt.cpan.org/NoAuth/Bug.html?id=14037

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://485803]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-03-28 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found