- or download this
#!/usr/bin/perl -T
use strict;
...
my $aa = Archive::Any->new($0);
print "OK\n";
- or download this
Insecure dependency in eval while running with -T switch at .../perl5/
+Archive/Any.pm line 153.
- or download this
sub new {
my ( $class, $file, $type ) = @_;
...
$available{$type} = $plugin;
}
}