Discussion:
DateTime::Locale
(too old to reply)
RAPPAZ Francois
2014-09-25 14:07:18 UTC
Permalink
How can I import in my exe just a part of the DateTime::TimeZone (without enumerating the numerous modules in each folders)

I tried
-X DateTime::TimeZone
-M DateTime::TimeZone::Europe::Zurich
-M DateTime::TimeZone::OlsonDB
-M DateTime::TimeZone::Local


But that fails, I still have all the TimeZone of the world in my exe...

Thanks

François
Roderich Schupp
2014-09-25 14:22:45 UTC
Permalink
Post by RAPPAZ Francois
How can I import in my exe just a part of the DateTime::TimeZone (without
enumerating the numerous modules in each folders)
Sorry, you can't.
You could prune your intermediate .par file though.

Cheers, Roderich

Loading...