Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Using a base module with a required version

by talexb (Chancellor)
on Aug 03, 2019 at 03:59 UTC ( #11103790=note: print w/replies, xml ) Need Help??


in reply to Re: Using a base module with a required version
in thread Using a base module with a required version

Saying it this way

use Juliet 1.1; our @ISA = 'Juliet';
actually makes the most sense to me -- but I'm uneasy about twiddling with @ISA since that's how Perl gets told about inheritance.

Hiding @ISA with your middle example

use Juliet 1.1; use parent 'Juliet';
is less alarming -- but it seems like it does the same thing.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Replies are listed 'Best First'.
Re^3: Using a base module with a required version
by ikegami (Patriarch) on Aug 03, 2019 at 04:25 UTC

    I'm uneasy about twiddling with @ISA since that's how Perl gets told about inheritance.

    I've very confused. Isn't that exactly what you want to do?

    If not, you shouldn't be using base.pm or parent.pm or @ISA, just use Juliet 1.1;.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2023-05-28 08:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?