diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-14 12:04:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-14 12:04:58 +0200 |
commit | 2e03d069b24a5bf27fb035386594c904fa7ff496 (patch) | |
tree | 1564cdbb15572d8908bccfe4dfe94a860333c4ff /lib | |
parent | f2d2e5bda1cf5789b75773ae35c6f6dcb01c71fe (diff) |
version bump (plus, fix some typos while at it)1.05
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn/Result.pm | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 4b9534a..94af401 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -12,7 +12,7 @@ use POSIX qw(strftime); use Travel::Status::DE::DeutscheBahn::Result; use XML::LibXML; -our $VERSION = '1.04'; +our $VERSION = '1.05'; sub new { my ( $obj, %conf ) = @_; @@ -291,7 +291,7 @@ arrival/departure monitor =head1 VERSION -version 1.04 +version 1.05 =head1 DESCRIPTION @@ -362,7 +362,7 @@ By default, the following are shown: ice, ic_ec, d, nv, s. =item $status->errstr In case of an error in the HTTP request, returns a string describing it. If -no error occured, returns undef. +no error occurred, returns undef. =item $status->results 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<route>, but still present in +Note that cancelled stops are filtered from B<route>, but still present in B<route_raw>. =item $result->route_timetable |