[Perl-workflow-devel] Problem running workflow example (MyApp::Condition::CanAnnotate)
Brought to you by:
jonasbn
From: Thomas E. <tho...@gm...> - 2010-11-20 01:58:50
|
Hi Guys I am trying to get started with workflow, and i am trying to run the example from cpan, but i am ending up in this error: perl workflow.pl Log4perl: Seems like no initialization happened. Forgot to call init()? Cannot include condition class 'MyApp::Condition::CanAnnotate': Can't locate MyApp/Condition/CanAnnotate.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at (eval 921) line 3. Any good ideas? perl -v This is perl, v5.10.0 built for darwin-thread-multi-2level |