http://www.perlmonks.org?node_id=613042


in reply to Late to the party, Re^4: Why CGI::Application?
in thread Why CGI::Application?

You need to call $self->SUPER::setup() as the first line after my $self = shift;

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Late to the party, Re^4: Why CGI::Application?