I actually came to the same conclusion as you and explicitly added use Date::Manip::Lang::english; into my test program. This way, the PAR'ed up executable no longer reported the obscure message. Instead, it reports:
I have tracked it down to the Date::Manip::Date::date->parse method which is for some reason failing. Do you have any other suggestions?Use of uninitialized value $beg in string comparison (cmp) at Date/Man +ip/TZ.pm line 1035. Use of uninitialized value $end in string comparison (cmp) at Date/Man +ip/TZ.pm line 1037. Use of uninitialized value $beg in string comparison (cmp) at Date/Man +ip/TZ.pm line 1035. Use of uninitialized value $end in string comparison (cmp) at Date/Man +ip/TZ.pm line 1037. Use of uninitialized value $y in length at Date/Manip/Base.pm line 222 +3. Use of uninitialized value $y in concatenation (.) or string at Date/M +anip/Base.pm line 2224. Use of uninitialized value $m in length at Date/Manip/Base.pm line 222 +6. Use of uninitialized value $d in length at Date/Manip/Base.pm line 222 +7. Use of uninitialized value $h in length at Date/Manip/Base.pm line 222 +8. Use of uninitialized value $mn in length at Date/Manip/Base.pm line 22 +29. Use of uninitialized value $s in length at Date/Manip/Base.pm line 223 +0. Use of uninitialized value $m in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $d in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $h in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $mn in concatenation (.) or string at Date/ +Manip/Base.pm line 2231. Use of uninitialized value $s in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $beg in string comparison (cmp) at Date/Man +ip/TZ.pm line 1035. Use of uninitialized value $end in string comparison (cmp) at Date/Man +ip/TZ.pm line 1037. Use of uninitialized value $year in addition (+) at Date/Manip/TZ.pm l +ine 1038. Use of uninitialized value $beg in string comparison (cmp) at Date/Man +ip/TZ.pm line 1035. Use of uninitialized value $end in string comparison (cmp) at Date/Man +ip/TZ.pm line 1037. Use of uninitialized value $y in length at Date/Manip/Base.pm line 222 +3. Use of uninitialized value $y in concatenation (.) or string at Date/M +anip/Base.pm line 2224. Use of uninitialized value $m in length at Date/Manip/Base.pm line 222 +6. Use of uninitialized value $d in length at Date/Manip/Base.pm line 222 +7. Use of uninitialized value $h in length at Date/Manip/Base.pm line 222 +8. Use of uninitialized value $mn in length at Date/Manip/Base.pm line 22 +29. Use of uninitialized value $s in length at Date/Manip/Base.pm line 223 +0. Use of uninitialized value $m in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $d in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $h in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $mn in concatenation (.) or string at Date/ +Manip/Base.pm line 2231. Use of uninitialized value $s in concatenation (.) or string at Date/M +anip/Base.pm line 2231. Use of uninitialized value $beg in string comparison (cmp) at Date/Man +ip/TZ.pm line 1035. Use of uninitialized value $end in string comparison (cmp) at Date/Man +ip/TZ.pm line 1037. Use of uninitialized value $year in addition (+) at Date/Manip/TZ.pm l +ine 1038. Use of uninitialized value $f[1] in multiplication (*) at script/try.p +l line 20. Use of uninitialized value $f[2] in multiplication (*) at script/try.p +l line 21. Use of uninitialized value $f[3] in multiplication (*) at script/try.p +l line 22. Use of uninitialized value $f[4] in multiplication (*) at script/try.p +l line 23. Use of uninitialized value $f[5] in multiplication (*) at script/try.p +l line 24. Use of uninitialized value $f[6] in multiplication (*) at script/try.p +l line 25. Delta is 0 seconds
In reply to Re^2: PAR::packer with Date::Manip gives error
by gri6507
in thread PAR::packer with Date::Manip gives error
by gri6507
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |