Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Very Odd Issue When Using pp to Create an .exe File Including Date::Calc

by swl (Parson)
on Jun 28, 2017 at 04:04 UTC ( [id://1193741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MModule::ScanDeps -e"print $Module::ScanDeps::VERSION"
    1.23
    
  2. or download this
    use utf8; use strict; use List::Util qw(max); use Date::Calc qw(Delta_
    +Days); use 42;
    
  3. or download this
    scandeps use_on_one_line_42_at_end.pl
    'Portable'                      => '1.22',
    ...
    'File::HomeDir::Driver'         => '1.00',
    'Math::BigInt::GMP'             => '1.6003',
    'Math::BigInt::LTM'             => '0.044',
    
  4. or download this
    scandeps -e"use 5.022; use Date::Calc"
    scandeps -e"use Date::Calc; use 5.022"
    
  5. or download this
    scandeps -e"use 5.009; use Date::Calc"
    scandeps -e"use 4; use Date::Calc"
    
  6. or download this
    scandeps -e"use 5.009;"
    No modules found!
    

Log In?
Username:
Password:

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

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

    No recent polls found