The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
% my $class = shift;
% my $name = lc $class;
Build.PL
MANIFEST
bin/<%= $name %>
eg/<%= $class %>.conf
lib/<%= $class %>.pm
lib/<%= $class %>/Routes.pm
t/001_basic.t
t/999_pod.t
t/999_pod_coverage.t