Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
12345678 package MyTest::Plugin::Foo;use strict;sub new { return bless {}, $_[0]; }sub frobnitz {}1;
package
MyTest::Plugin::Foo;
use
strict;
sub
new {
return
bless
{},
$_
[0]; }
frobnitz {}
1;