13
with 'ClassConstructor';
19
for my $c (qw/Digest::MD5 Math::BigInt/) {
20
MyTest->run_tests( $c, { class => $c } );
25
# This file is part of Test-Roo
27
# This software is Copyright (c) 2013 by David Golden.
29
# This is free software, licensed under:
31
# The Apache License, Version 2.0, January 2004
33
# vim: ts=4 sts=4 sw=4 et: