]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - t/99-kwalitee.t
VMG_COMPAT_ARRAY_PUSH_NOLEN needs to be enabled for AS Perl 5.8 with build >= 822
[perl/modules/Variable-Magic.git] / t / 99-kwalitee.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval { require Test::Kwalitee; Test::Kwalitee->import() };
9 plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;