in reply to Re: PerlApp created exe doesn't work. Please help
in thread PerlApp created exe doesn't work. Please help

--add Date::Manip --add Date::Manip::DM6 are used (see the original post)
  • Comment on Re^2: PerlApp created exe doesn't work. Please help

Replies are listed 'Best First'.
Re^3: PerlApp created exe doesn't work. Please help
by Anonymous Monk on May 20, 2014 at 23:57 UTC

    --add Date::Manip --add Date::Manip::DM6 are used (see the original post)

    Yes, I saw that, if this was adequate, why do you have a problem?

    You need to add more

    Q: I have problem A: Use solution Q: But I have problem already

    perl -MDevel::VersionDump -MDate::Manip::DM6 -MDate::Manip -e 1 ... Data::Dump - 1.22 Date::Manip - 6.43 Date::Manip::Base - 6.43 Date::Manip::DM6 - 6.43 Date::Manip::Date - 6.43 Date::Manip::Delta - 6.43 Date::Manip::Lang::english - 6.43 Date::Manip::Lang::index - 6.43 Date::Manip::Obj - 6.43 Date::Manip::Recur - 6.43 Date::Manip::TZ - 6.43 Date::Manip::TZ::etgmt00 - 6.43 Date::Manip::TZ_Base - 6.43 Date::Manip::Zones - 6.43 ...

    $ scandeps -e " use Date::Manip::DM6 ; use Date::Manip ; "

    964 modules here