Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: 'base' versus @ISA, why?

by bart (Canon)
on Jul 23, 2007 at 19:29 UTC ( [id://628308]=note: print w/replies, xml ) Need Help??


in reply to Re^3: 'base' versus @ISA, why?
in thread 'base' versus @ISA, why?

It's checking ${"$package\::VERSION"} or something to that effect, while a package is not required to have a $VERSION variable.

Maybe its behavior has been sanitized, but the damage is done. My trust has been shaken.

Replies are listed 'Best First'.
Re^5: 'base' versus @ISA, why?
by perrin (Chancellor) on Jul 23, 2007 at 20:30 UTC
    Hmm, none of my classes have $VERSION declarations, and base has never given me any trouble about it.
      Hmm, none of my classes have $VERSION declarations, and base has never given me any trouble about it.

      Me neither.

      The current (5.8.8) use base requires the file (and ignores any not-found exceptions) if there isn't already a $VERSION for the package containing a scalar. So I guess if you have something that sets $VERSION in another package you will get problems - but that seems am odd edge case to me.

Log In?
Username:
Password:

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

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

    No recent polls found