Thanks for the reply.

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:

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
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?

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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.