Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
1234567891011121314151617181920 package GFX::Enhancer::VoronoiBath;### filter Voronoi bathssub new { my ($class) = @_; my $self = {}; $class = ref($class) || $class; bless $self, $class;}sub filter { my ($self, $imgrepr) = @_; }1;
package
GFX::Enhancer::VoronoiBath;
### filter Voronoi baths
sub
new {
my
(
$class
) =
@_
;
$self
= {};
=
ref
) ||
bless
,
}
filter {
$imgrepr
1;