Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

# [[[ HEADER ]]]
use strict;
use RPerl;
our $VERSION = 0.001_000;
# [[[ OO INHERITANCE ]]]
# [[[ OO PROPERTIES ]]]
our %properties = ( ## no critic qw(ProhibitPackageVars) # USER DEFAULT 3: allow OO properties
empty_property => my integer $TYPED_empty_property = 2
);
# [[[ OO METHODS ]]]
our void__method $empty_method = sub {
( my string $class ) = @_;
return 2;
};
1; # end of class