Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: attribute collisions ín Moose

by eric256 (Parson)
on Apr 14, 2009 at 14:07 UTC ( [id://757396]=note: print w/replies, xml ) Need Help??


in reply to attribute collisions ín Moose

I think you must have meant "Bubba->new->abba" produces the error. The below code works as I expect it to, printing 2 then your error, then 1.

#!/usr/bin/perl use strict; use warnings; use Hubba; use Bubba; print Hubba->new->abba, "\n"; print Bubba->new->abba, "\n";

This makes sense to me because if i have code that is using a Hubba, and I make a Bubba, then that same code should be able to use the Bubba as if it is a Hubba, which means the interface shouldn't change. i.e. hubba is always an Int as the base clase says it should be.


___________
Eric Hodges

Replies are listed 'Best First'.
Re^2: attribute collisions ín Moose
by morgon (Priest) on Apr 14, 2009 at 14:26 UTC
    I think you must have meant "Bubba->new->abba" produces the error.

    Yes of course. Sorry for the typo.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found