Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
1234567 use strict;use warnings;use Test::More tests => 2;require_ok( 'Geoffrey::Role::Changelog' );use_ok 'Geoffrey::Role::Changelog';
use
strict;
warnings;
Test::More
tests
=> 2;
require_ok(
'Geoffrey::Role::Changelog'
);
use_ok
;