From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 package Perl::Lint::Policy;use strict;use warnings;use utf8;# ABSTRACTsub evaluate { die 'Not implemented!';}1;
package
Perl::Lint::Policy;
use
strict;
warnings;
utf8;
# ABSTRACT
sub
evaluate {
die
'Not implemented!'
;
}
1;