X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F00-load.t;h=7bc69f4e6cbd9fe4b7f5eddd19c4031a3369831d;hb=b30ad18085c2c1d922eff05ee4801c38ad465807;hp=c64b78fa2c9856308933abf6e055ca3cb7663703;hpb=371c59db44b6f3466b5a79d7dbe03458779735b1;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/00-load.t b/t/00-load.t index c64b78f..7bc69f4 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -12,3 +12,7 @@ BEGIN { my $p = Variable::Magic::VMG_PERL_PATCHLEVEL; $p = $p ? 'patchlevel ' . $p : 'no patchlevel'; diag( "Testing Variable::Magic $Variable::Magic::VERSION, Perl $] ($p), $^X" ); + +if (eval { require ActivePerl; 1 } and defined &ActivePerl::BUILD) { + diag "This is ActiveState Perl $] build " . ActivePerl::BUILD(); +}