From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 ### writer componentuse parent 'OnePassBitmapAlgorithmComponent';sub new { my $self = shift; $self = SUPER::OnePassBitmapAlgorithmComponent->new(BagElement1); bless $self, $class;}
### writer component
use
parent
'OnePassBitmapAlgorithmComponent'
;
sub
new {
my
$self
=
shift
= SUPER::OnePassBitmapAlgorithmComponent->new(BagElement1);
bless
,
$class
}