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

use strict;
sub new { return bless {}, $_[0]; }
sub frobnitz {}
1;