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

use strict;
use warnings FATAL => 'all';
use Moose;
use Scalar::Util qw( blessed );
sub execute : Abstract;
sub get_value : Abstract;
no Moose;
1;