diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-01-08 11:32:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-01-08 11:32:44 +0100 |
commit | c8185a761878fdb379181230d2b9634d03f823e2 (patch) | |
tree | 5ae864944fa855e4638d675af0184572f7e4566a | |
parent | 3ed11d5e2fb6ae787d10843281ce53e0b2c750aa (diff) |
vesion bump2.02
-rwxr-xr-x | Build.PL | 2 | ||||
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | bin/hafas-m | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Result.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/StopFinder.pm | 6 |
7 files changed, 17 insertions, 17 deletions
@@ -17,7 +17,7 @@ Module::Build->new( module_name => 'Travel::Status::DE::DeutscheBahn', license => 'perl', requires => { - 'perl' => '5.14', + 'perl' => '5.14.0', 'Carp' => 0, 'Class::Accessor' => '0.16', 'DateTime' => 0, @@ -1,4 +1,4 @@ -git HEAD +Travel::Status::DE::DeutscheBahn 2.02 - Sun Jan 08 2017 * New dependencies: DateTime and DateTime::Format::Strptime * Result: New accessors ->datetime, ->countdown and ->countdown_sec diff --git a/bin/hafas-m b/bin/hafas-m index 3840834..4a53392 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '2.01'; +our $VERSION = '2.02'; use Encode qw(decode); use Getopt::Long qw(:config no_ignore_case); @@ -212,7 +212,7 @@ B<hafas-m> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 2.01 +version 2.02 =head1 DESCRIPTION @@ -312,7 +312,7 @@ The non-default services (anything other than DB) are not well tested. =head1 AUTHOR -Copyright (C) 2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2015-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index ae27229..ef39ad7 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -6,7 +6,7 @@ use 5.014; use parent 'Travel::Status::DE::HAFAS'; -our $VERSION = '2.01'; +our $VERSION = '2.02'; sub new { my ( $class, %opt ) = @_; @@ -49,7 +49,7 @@ monitor operated by Deutsche Bahn =head1 VERSION -version 2.01 +version 2.02 =head1 DESCRIPTION @@ -105,7 +105,7 @@ Travel::Status::DE::HAFAS(3pm). =head1 AUTHOR -Copyright (C) 2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2015-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index 2cf271a..ef7d0fb 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -16,7 +16,7 @@ use Travel::Status::DE::HAFAS::Result; use Travel::Status::DE::HAFAS::StopFinder; use XML::LibXML; -our $VERSION = '2.01'; +our $VERSION = '2.02'; my %hafas_instance = ( BVG => { @@ -425,7 +425,7 @@ monitors =head1 VERSION -version 2.01 +version 2.02 =head1 DESCRIPTION @@ -589,7 +589,7 @@ Travel::Status::DE::HAFAS::Result(3pm), Travel::Status::DE::HAFAS::StopFinder(3p =head1 AUTHOR -Copyright (C) 2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2015-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/HAFAS/Result.pm b/lib/Travel/Status/DE/HAFAS/Result.pm index 83d9045..2b308bc 100644 --- a/lib/Travel/Status/DE/HAFAS/Result.pm +++ b/lib/Travel/Status/DE/HAFAS/Result.pm @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; use parent 'Class::Accessor'; -our $VERSION = '2.01'; +our $VERSION = '2.02'; Travel::Status::DE::HAFAS::Result->mk_ro_accessors( qw(date datetime info raw_e_delay raw_delay time train route_end)); @@ -190,7 +190,7 @@ arrival/departure received by Travel::Status::DE::HAFAS =head1 VERSION -version 2.01 +version 2.02 =head1 DESCRIPTION @@ -312,7 +312,7 @@ Travel::Status::DE::HAFAS(3pm). =head1 AUTHOR -Copyright (C) 2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2015-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm index 3767a67..2b2ce71 100644 --- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm +++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm @@ -12,7 +12,7 @@ use Encode qw(decode); use JSON; use LWP::UserAgent; -our $VERSION = '2.01'; +our $VERSION = '2.02'; sub new { my ( $obj, %conf ) = @_; @@ -123,7 +123,7 @@ finder services =head1 VERSION -version 2.01 +version 2.02 =head1 DESCRIPTION @@ -212,7 +212,7 @@ Travel::Status::DE::HAFAS(3pm). =head1 AUTHOR -Copyright (C) 2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2015-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |