Help for this page
#!/usr/bin/perl use warnings; ... use Test::More tests => 1; is $block, $expected, 'same';