From 2e03d069b24a5bf27fb035386594c904fa7ff496 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 14 May 2015 12:04:58 +0200 Subject: version bump (plus, fix some typos while at it) --- lib/Travel/Status/DE/DeutscheBahn/Result.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Travel/Status/DE/DeutscheBahn/Result.pm') diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm index 43ce27b..be9ec18 100644 --- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm +++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => "experimental::smartmatch"; use parent 'Class::Accessor'; -our $VERSION = '1.04'; +our $VERSION = '1.05'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(date time train route_end route_raw platform info_raw routeinfo_raw)); @@ -201,7 +201,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION -version 1.04 +version 1.05 =head1 DESCRIPTION @@ -281,7 +281,7 @@ Note that all main stations will be stripped of their "Hbf" suffix. Returns the raw string used to create the route array. -Note that canceled stops are filtered from B, but still present in +Note that cancelled stops are filtered from B, but still present in B. =item $result->route_timetable -- cgit v1.2.3