diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-11-20 13:02:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-11-20 13:02:44 +0100 |
commit | 3fac36617f9b0f125ce477808873e2e34f4c9cdd (patch) | |
tree | 38f675b63e9cc4d021c3e4543ff1c5b981b1ca0a /lib/App/VRR | |
parent | ff4e248c6baf0468ff9dbe6b99d4c59191a67277 (diff) |
detect Travel::Status::DE::VRR error messages
Diffstat (limited to 'lib/App/VRR')
-rw-r--r-- | lib/App/VRR/Fakedisplay.pm.PL | 2 |
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___'; |