Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
123456 use strict;use warnings;use Test::More;eval 'use Test::CPAN::Changes';plan skip_all => 'Test::CPAN::Changes required for this test' if $@;changes_ok();
use
strict;
warnings;
Test::More;
eval
'use Test::CPAN::Changes'
;
plan
skip_all
=>
'Test::CPAN::Changes required for this test'
if
$@;
changes_ok();