Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910111213 package Javonet::Sdk::Internal::Abstract::AbstractInvocationContext;use strict;use warnings FATAL => 'all';use Moose;use Scalar::Util qw( blessed );use Attribute::Abstract;sub execute : Abstract;sub get_value : Abstract;no Moose;1;
package
Javonet::Sdk::Internal::Abstract::AbstractInvocationContext;
use
strict;
warnings
FATAL
=>
'all'
;
Moose;
Scalar::Util
qw( blessed )
Attribute::Abstract;
sub
execute : Abstract;
get_value : Abstract;
no
1;