Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

use strict;
sub throw {}
#########
use strict;
use Catalyst::Utils; #< some of the scripts use Catalyst::Utils before MyApp.pm
BEGIN { $Catalyst::Exception::CATALYST_EXCEPTION_CLASS = 'TestAppClassExceptionSimpleTest::Exception'; }
__PACKAGE__->setup;
1;