Subject: | DateTime::Event::Cron not loaded automatically |
When using POE::Component::Cron->from_cron you have to load
DateTime::Event::Cron manually, otherwise the function will fail with
the following message:
Can't locate object method "from_cron" via package
"DateTime::Event::Cron" (perhaps you forgot to load
"DateTime::Event::Cron"?) at
/usr/lib/perl5/site_perl/5.8.8/POE/Component/Cron.pm line 139.
Would be an idea to have from_cron load DateTime::Event::Cron automatically.