Remove an unintentionally commited subroutine
This commit is contained in:
parent
fb8f582055
commit
cda40f970b
@ -161,8 +161,3 @@ sub __config {
|
|||||||
is( $sender->config($_->{pref}), $_->{expected}, $_->{descr} );
|
is( $sender->config($_->{pref}), $_->{expected}, $_->{descr} );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub fake_hook {
|
|
||||||
my ( $r ) = @_;
|
|
||||||
return @$r ? [{ name => 'test hook', code => sub { return @{ $_->{result} }} }] : undef;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user