Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
1234567891011 package Javonet::Core::AbstractHandler;use strict;use warnings FATAL => 'all';use Moose;sub handle_command {}no Moose;1;
package
Javonet::Core::AbstractHandler;
use
strict;
warnings
FATAL
=>
'all'
;
Moose;
sub
handle_command {
}
no
1;