Subject: | Missind dependencies |
The default use of Poet has two missing dependencies:
1. Filesys::Notify::Simple which is needed for the development mode
2. Log::Any::Adapter::Log4perl which is needed for the default logging.
These two are not installed by cpanm -S Poet
The latter gives a logs/poet.log.ERROR file with the content
[Thu Nov 1 20:48:15 2012] Could not load Log::Log4perl or
Log::Any::Adapter::Log4perl. Install them to enable logging, or modify
logging for your application (see Poet::Manual::Subclassing).
(substitute your own date and time)