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