Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Will the real Internals module please stand up?

by Anonymous Monk
on Mar 01, 2009 at 05:31 UTC ( [id://747252]=note: print w/replies, xml ) Need Help??


in reply to Will the real Internals module please stand up?

They're exposed by UNIVERSAL
http://cpansearch.perl.org/src/RGARCIA/perl-5.10.0/universal.c
  • Comment on Re: Will the real Internals module please stand up?

Replies are listed 'Best First'.
Re^2: Will the real Internals module please stand up?
by ikegami (Patriarch) on Mar 01, 2009 at 06:12 UTC

    Why isn't it documented? How official is this? For example, can I rely on

    our $VERSION = version::qv('1.0.0');

    without doing use version; first? (Ignore compatibility with 5.8.)

      I don't know, appears to be a case of "some patch got accepted"
      can I rely on our $VERSION = version::qv('1.0.0'); without doing use version; first?
      In counter-example, the utf8 and Win32 doc specifically say what can be assumed to be available without loading the module, so unless you can find a similar guarantee in the version doc, I think you'd be overly trusting to do so.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found