From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112131415161718 use strict;use warnings;package CeeJay;# ABSTRACT: All about me. Cee Jayour $VERSION = '0.0.3';sub new { my $class = shift; my $self = bless { @_ }, $class; return $self;}1;
use
strict;
warnings;
package
CeeJay;
# ABSTRACT: All about me. Cee Jay
our
$VERSION
=
'0.0.3'
;
sub
new {
my
$class
shift
$self
bless
{
@_
},
return
}
1;