- or download this
$req=Apache::FakeRequest::ViceRaid->new( method::lookup_uri => sub {
# ... insert what you want it to do
});
- or download this
sub lookup_uri {
$_[0]->{method::lookup_uri}->(@_);
}
- or download this
sub lookup_uri {
($_[0]->{method::lookup_uri} || $_[0]->can(SUPER::lookup_uri))->(@
+_);
}