Fix test after fixing -v option

This commit is contained in:
Duncan Ferguson 2014-07-09 20:32:38 +01:00
parent 72668c128f
commit f22bce3cb1

View file

@ -25,6 +25,11 @@ sub parent {
return $self;
}
sub VERSION {
my ($self) = @_;
return 'TESTING';
}
sub config {
my ($self) = @_;
return $self;