Acme-TaintTest
view release on metacpan or search on metacpan
lib/Acme/TaintTest.pm view on Meta::CPAN
# This is a dummy file for testing purposes
package Acme::TaintTest;
use strict;
use warnings;
# use bytes;
use re 'taint';
require v5.14.0;
our $VERSION = "0.0.6";
our @ISA = qw();
sub Version {
return $VERSION;
}
1
( run in 0.423 second using v1.01-cache-2.11-cpan-7fcb06a456a )