summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-09-17 00:06:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-09-17 00:06:11 +0200
commiteaf6d71d7811104fb78350d9c8b90cc873b141f8 (patch)
tree166c1f876417660128418768dc9e452ef1e6c3af
parent53e0db6d32d6e6f65c6b6b80bcabcde076982809 (diff)
Release v2.021.02
-rw-r--r--Changelog6
-rwxr-xr-xbin/db-ris4
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm4
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn/Result.pm4
4 files changed, 12 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 507e0f5..ce4150c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+Travel::Status::DE::DeutscheBahn 1.02 - Tue Sep 17 2013
+
+ * Respect proxy environment variables
+ * Add -a / --arrivals option to show arrivals instead of departures
+ * Disable smartmatch warnings on perl >= 5.018
+
Travel::Status::DE::DeutscheBahn 1.01 - Sat Dec 03 2011
* Detect ambiguous input errors (available via errstr)
diff --git a/bin/db-ris b/bin/db-ris
index cafe7b7..5cec6bb 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(first max);
@@ -147,7 +147,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]
=head1 VERSION
-version 1.01
+version 1.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index be46a4a..537b418 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.01';
+our $VERSION = '1.02';
sub new {
my ( $obj, %conf ) = @_;
@@ -286,7 +286,7 @@ arrival/departure monitor
=head1 VERSION
-version 1.01
+version 1.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index c5a75b9..8e127ae 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.01';
+our $VERSION = '1.02';
Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
qw(date time train route_end route_raw platform info_raw));
@@ -165,7 +165,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
=head1 VERSION
-version 1.01
+version 1.02
=head1 DESCRIPTION