Subject: | Does not parse eval "use Module $version" |
The following code is not seen as using Test::Pod:
my $min_tp = 1.22;
eval "use Test::Pod $min_tp";
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
(Example taken from Class::InsideOut t/98_pod.t)