The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 package GFX::Enhancer::SingleLineEnhancer;### project a single line from e.g. a scanned in linesub new { my ($class) = @_; my $self = {}; $class = ref($class) || $class; bless $self, $class;}1;
package
GFX::Enhancer::SingleLineEnhancer;
### project a single line from e.g. a scanned in line
sub
new {
my
(
$class
) =
@_
;
$self
= {};
=
ref
) ||
bless
,
}
1;