summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-25 00:13:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-25 00:13:38 +0200
commitc5183920ae123bd47c8c2aa68c77c5449c793290 (patch)
tree88980644a61bd03b767da2415d05feeddaca86d4
parent79de061967a4df626b2f2fd25c4c1af1c73bbcca (diff)
release v2.002.00
-rw-r--r--Changelog2
-rwxr-xr-xbin/hafas-m4
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm4
-rw-r--r--lib/Travel/Status/DE/HAFAS.pm4
-rw-r--r--lib/Travel/Status/DE/HAFAS/Result.pm4
-rw-r--r--lib/Travel/Status/DE/HAFAS/StopFinder.pm4
6 files changed, 11 insertions, 11 deletions
diff --git a/Changelog b/Changelog
index ec81516..d969ca9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::DeutscheBahn 2.00 - Fri Sep 25 2015
* This release is NOT backwards compatible with 1.xx versions
* It now uses the HAFAS API instead of parsing bahn.de/ris and also
diff --git a/bin/hafas-m b/bin/hafas-m
index 22eaaab..e802461 100755
--- a/bin/hafas-m
+++ b/bin/hafas-m
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '1.05';
+our $VERSION = '2.00';
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 1.05
+version 2.00
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index f3e4ba3..30773d3 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Travel::Status::DE::HAFAS';
-our $VERSION = '1.05';
+our $VERSION = '2.00';
sub new {
my ( $class, %opt ) = @_;
@@ -49,7 +49,7 @@ monitor operated by Deutsche Bahn
=head1 VERSION
-version 1.05
+version 2.00
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm
index 72d73d9..10ad0b7 100644
--- a/lib/Travel/Status/DE/HAFAS.pm
+++ b/lib/Travel/Status/DE/HAFAS.pm
@@ -14,7 +14,7 @@ use Travel::Status::DE::HAFAS::Result;
use Travel::Status::DE::HAFAS::StopFinder;
use XML::LibXML;
-our $VERSION = '1.05';
+our $VERSION = '2.00';
my %hafas_instance = (
BVG => {
@@ -411,7 +411,7 @@ monitors
=head1 VERSION
-version 1.05
+version 2.00
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/HAFAS/Result.pm b/lib/Travel/Status/DE/HAFAS/Result.pm
index cdb74df..f7fabef 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 = '1.05';
+our $VERSION = '2.00';
Travel::Status::DE::HAFAS::Result->mk_ro_accessors(
qw(date info raw_e_delay raw_delay time train route_end));
@@ -143,7 +143,7 @@ arrival/departure received by Travel::Status::DE::HAFAS
=head1 VERSION
-version 1.05
+version 2.00
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
index b171afa..e3a8fda 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 = '1.05';
+our $VERSION = '2.00';
sub new {
my ( $obj, %conf ) = @_;
@@ -123,7 +123,7 @@ finder services
=head1 VERSION
-version 1.05
+version 2.00
=head1 DESCRIPTION