Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^6: Why behaviour changes after converting to exe

by gellyfish (Monsignor)
on Jul 31, 2006 at 10:01 UTC ( [id://564727]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Why behaviour changes after converting to exe
in thread Why behaviour changes after converting to exe

But you are not preloading DateTime::Locale are you? You are loading the subclass DateTime::Locale::en_US, so similarly you need to load the appopriate subclass (or subclasses) of DateTime::TimeZone that represents the timezone(s) that you will want to use in your program.

The reason that these modules are not detected as dependencies and loaded automatically is that they are being loaded by DateTime dynamically at run time, based on the environment or the arguments you pass to the DateTime constructor.

/J\

  • Comment on Re^6: Why behaviour changes after converting to exe

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

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

    No recent polls found