Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created August 22, 2009 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaperl/172530 to your computer and use it in GitHub Desktop.
Save metaperl/172530 to your computer and use it in GitHub Desktop.
[tbrannon@devel lib]$ ./app update_range 199 201
couldn't load MyApp::Command::list_actors: app setup requested on App::Cmd subclass MyApp at /usr/lib/perl5/site_perl/5.8.8/App/Cmd/Setup.pm line 35
App::Cmd::Setup::_make_app_class('App::Cmd::Setup', 'undef', 'HASH(0x992dc20)') called at /usr/lib/perl5/site_perl/5.8.8/Sub/Exporter.pm line 536
Sub::Exporter::__ANON__('ARRAY(0x991ca98)') called at /usr/lib/perl5/site_perl/5.8.8/Sub/Exporter.pm line 562
Sub::Exporter::_collect_collections('HASH(0x991dbc0)', 'ARRAY(0x991c6d8)', 'App::Cmd::Setup', 'MyApp') called at /usr/lib/perl5/site_perl/5.8.8/Sub/Exporter.pm line 740
Sub::Exporter::__ANON__('App::Cmd::Setup', '-app') called at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp.pm line 3
MyApp::BEGIN() called at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp.pm line 3
eval {...} called at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp.pm line 3
require MyApp.pm called at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp/Command/list_actors.pm line 2
MyApp::Command::list_actors::BEGIN() called at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp.pm line 3
eval {...} called at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp.pm line 3
require MyApp/Command/list_actors.pm called at (eval 19) line 3
eval 'require MyApp::Command::list_actors
;' called at /usr/lib/perl5/site_perl/5.8.8/App/Cmd.pm line 167
App::Cmd::_command('MyApp', 'undef') called at /usr/lib/perl5/site_perl/5.8.8/App/Cmd.pm line 147
App::Cmd::new('MyApp') called at /usr/lib/perl5/site_perl/5.8.8/App/Cmd.pm line 250
App::Cmd::run('MyApp') called at ./app line 9
BEGIN failed--compilation aborted at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp.pm line 3.
Compilation failed in require at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp/Command/list_actors.pm line 2.
BEGIN failed--compilation aborted at /home/tbrannon/prg/Rose-DB-Object-FAQ/lib/../lib/MyApp/Command/list_actors.pm line 2.
Compilation failed in require at (eval 19) line 3.
[tbrannon@devel lib]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment