]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - t/20-good.t
781bf385df45e51280821c700820c92e31fbcbf1
[perl/modules/Test-Valgrind.git] / t / 20-good.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 eval 'use Test::Valgrind'; # diag => 1';
8 plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind' if $@;
9
10 1;