Displaying 1 result from an estimated 1 matches for "heliotrope".
2015 Sep 09
2
custom ValueRangeProcessor in Perl?
...; use warnings;
sub new {
my ($class, @args) = @_;
my $s = 1;
bless \$s, $class;
}
# doesn't seem to get called
sub process_value_range {
use Data::Dumper; print STDERR "PVR called ", Dumper(\@_);
1;
}
1;
[1] - sup: git clone git://github.com/sup-heliotrope/sup.git