Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created October 19, 2009 12:08
Show Gist options
  • Save kentfredric/213318 to your computer and use it in GitHub Desktop.
Save kentfredric/213318 to your computer and use it in GitHub Desktop.
perl -MDevel::SimpleTrace script/foo_server.pl
syntax error at /home/kent/perl/git/foo-backend/script/../lib/Foo/Controller/Bar.pm line 111, near ")
#Abort on error
return"
BEGIN not safe after errors--compilation aborted
at <eval>(/home/kent/perl/git/foo-backend/script/../lib/Foo/Controller/Bar.pm:128)
at <eval>(/usr/lib64/perl5/vendor_perl/5.10.1/Catalyst/Utils.pm:280)
at Catalyst::Utils::ensure_class_loaded(/usr/lib64/perl5/vendor_perl/5.10.1/Catalyst/Utils.pm:280)
at Catalyst::setup_components(/usr/lib64/perl5/vendor_perl/5.10.1/Catalyst.pm:2174)
at Catalyst::Plugin::AutoCRUD::setup_components(/home/kent/perl/git/foo-backend/.fakelib/lib/perl5/Catalyst/Plugin/AutoCRUD.pm:15)
at Catalyst::setup(/usr/lib64/perl5/vendor_perl/5.10.1/Catalyst.pm:1096)
at <eval>(/home/kent/perl/git/foo-backend/script/../lib/Foo.pm:124)
at main::__ANON__(script/foo_server.pl:66)
at main::(script/foo_server.pl:107)
Compilation failed in require at /usr/lib64/perl5/vendor_perl/5.10.1/Catalyst/Utils.pm line 280.
Compilation failed in require at script/foo_server.pl line 66.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment