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

# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>>
# <<< PARSE_ERROR: 'Global symbol "$empty_method" requires explicit use RPerl;
package name' >>>
# [[[ HEADER ]]]
use strict;
our $VERSION = 0.001_000;
# [[[ OO INHERITANCE ]]]
# [[[ OO PROPERTIES ]]]
our hashref $properties
= { empty_property => my integer $TYPED_empty_property = 2 };
# [[[ SUBROUTINES & OO METHODS ]]]
ou void::method $empty_method = sub {
return 2;
};
1; # end of class