From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011121314 package Enbld::Command::Usage;use strict;use warnings;use 5.010001;use parent qw/Enbld::Command/;sub do { say "try 'enblder help' for more information.";}1;
package
Enbld::Command::Usage;
use
strict;
warnings;
5.010001;
parent
qw/Enbld::Command/
;
sub
do
{
say
"try 'enblder help' for more information."
}
1;