summaryrefslogtreecommitdiff
path: root/lib/App/VRR/Fakedisplay.pm.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-11-20 13:02:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-11-20 13:02:44 +0100
commit3fac36617f9b0f125ce477808873e2e34f4c9cdd (patch)
tree38f675b63e9cc4d021c3e4543ff1c5b981b1ca0a /lib/App/VRR/Fakedisplay.pm.PL
parentff4e248c6baf0468ff9dbe6b99d4c59191a67277 (diff)
detect Travel::Status::DE::VRR error messages
Diffstat (limited to 'lib/App/VRR/Fakedisplay.pm.PL')
-rw-r--r--lib/App/VRR/Fakedisplay.pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL
index 1a9bf49..02b8bac 100644
--- a/lib/App/VRR/Fakedisplay.pm.PL
+++ b/lib/App/VRR/Fakedisplay.pm.PL
@@ -110,7 +110,7 @@ ___CUT___
parse_char_row( 0, 'A' .. 'Z' );
parse_char_row( 10, 'a' .. 'z' );
parse_char_row( 20, '0' .. '9' );
-parse_char_row( 30, q{:}, q{-}, q{.}, q{,}, q{/}, q{ } );
+parse_char_row( 30, q{:}, q{-}, q{.}, q{,}, q{/}, q{|}, q{ } );
parse_char_row( 40, qw(ä ö ü ß) );
print $out_fh <<'___CUT___';