1
use Test::Roo; # loads Moo and Test::More
7
default => sub { "Digest::MD5" },
10
# specify behaviors to test
11
with 'ObjectCreation';
13
# give our subtests a label
14
sub _build_description { "Testing " . shift->class }
18
run_me( { class => "Digest::SHA1" } );