diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-07-04 18:00:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-07-04 18:00:37 +0200 |
commit | 1147826c9093f70b143613d61afbcbb95c77db37 (patch) | |
tree | 07cd14dd77abd293431aec32e37c4607b8d2a679 /lib/Travel/Routing/DE/VRR/Route.pm | |
parent | 52cc72dc7d8fa4f896c3f395bafcabc33250b6b6 (diff) |
fix smartmatch warnings on perl >= 5.0182.03
Diffstat (limited to 'lib/Travel/Routing/DE/VRR/Route.pm')
-rw-r--r-- | lib/Travel/Routing/DE/VRR/Route.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm index dc64eab..9f110db 100644 --- a/lib/Travel/Routing/DE/VRR/Route.pm +++ b/lib/Travel/Routing/DE/VRR/Route.pm @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Routing::DE::VRR::Route::Part; -our $VERSION = '2.02'; +our $VERSION = '2.03'; Travel::Routing::DE::VRR::Route->mk_ro_accessors( qw(duration ticket_text ticket_type fare_adult fare_child vehicle_time)); @@ -52,7 +52,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points =head1 VERSION -version 2.02 +version 2.03 =head1 DESCRIPTION |