The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213 use v5.12;use strict;use warnings;package Benchmark::Featureset::ParamCheck::Base::PVC;our $AUTHORITY = 'cpan:TOBYINK';our $VERSION = '0.003';use parent qw(Benchmark::Featureset::ParamCheck::Base);use Params::ValidationCompiler 0.24 qw();1;
use
v5.12;
strict;
warnings;
package
Benchmark::Featureset::ParamCheck::Base::PVC;
our
$AUTHORITY
=
'cpan:TOBYINK'
;
$VERSION
'0.003'
parent
qw(Benchmark::Featureset::ParamCheck::Base)
Params::ValidationCompiler 0.24
qw()
1;