summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-28 10:44:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-28 10:44:22 +0200
commited8f38f2ae20a6f794aa6ce322df47ce92c46555 (patch)
tree0b340fe10a4e162f84d9f727bf7a59fa90f86018 /t
parent7e214984c064709e59a74a784f5776493f763c50 (diff)
Try Exception::Class
Diffstat (limited to 't')
-rw-r--r--t/20-vrr.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/20-vrr.t b/t/20-vrr.t
index c97b376..a53d71a 100644
--- a/t/20-vrr.t
+++ b/t/20-vrr.t
@@ -14,6 +14,8 @@ sub efa_conf {
my $ret = {
origin => ['Essen', 'HBf'],
destination => ['Koeln', 'HBf'],
+ lwp_options => {},
+ submit => 0,
};
foreach my $p (@_) {
$ret->{$p->[0]} = $p->[1];