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

use Moose;
sub default : Path { }
sub welcome : Path(welcome) {
pop->res->body('Welcome to Catalyst');
}
__PACKAGE__->meta->make_immutable;