From 4d68ccbe656848371474eb326984ccb0aa802ade Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Wed, 10 Apr 2013 19:08:48 +0200
Subject: [PATCH] release v2.02

---
 Changelog                               | 4 ++++
 bin/efa                                 | 4 ++--
 lib/Travel/Routing/DE/VRR.pm            | 4 ++--
 lib/Travel/Routing/DE/VRR/Route.pm      | 4 ++--
 lib/Travel/Routing/DE/VRR/Route/Part.pm | 4 ++--
 5 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/Changelog b/Changelog
index 973f909..e92168e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Travel::RoutinG::DE::VRR 2.02 - Wed Apr 10 2012
+
+    * Patch by Roland Hieber: respect proxy environment variables
+
 Travel::Routing::DE::VRR 2.01 - Thu Jan 26 2012
 
     * Fix bug in departure_stop_and_platform where the arrival_stop was used
diff --git a/bin/efa b/bin/efa
index fb36898..b5277dd 100755
--- a/bin/efa
+++ b/bin/efa
@@ -12,7 +12,7 @@ use Travel::Routing::DE::VRR;
 use Exception::Class;
 use Getopt::Long qw/:config no_ignore_case/;
 
-our $VERSION = '2.01';
+our $VERSION = '2.02';
 my $ignore_info = 'Fahrradmitnahme';
 my $efa;
 my ( @from, @to, @via, $from_type, $to_type, $via_type );
@@ -259,7 +259,7 @@ efa - unofficial efa.vrr.de command line client
 
 =head1 VERSION
 
-version 2.01
+version 2.02
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index a9a5ee1..a88c9d6 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -37,7 +37,7 @@ use Exception::Class (
 	},
 );
 
-our $VERSION = '2.01';
+our $VERSION = '2.02';
 
 sub set_time {
 	my ( $self, %conf ) = @_;
@@ -684,7 +684,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera
 
 =head1 VERSION
 
-version 2.01
+version 2.02
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm
index e460f7d..dc64eab 100644
--- a/lib/Travel/Routing/DE/VRR/Route.pm
+++ b/lib/Travel/Routing/DE/VRR/Route.pm
@@ -8,7 +8,7 @@ use parent 'Class::Accessor';
 
 use Travel::Routing::DE::VRR::Route::Part;
 
-our $VERSION = '2.01';
+our $VERSION = '2.02';
 
 Travel::Routing::DE::VRR::Route->mk_ro_accessors(
 	qw(duration ticket_text ticket_type fare_adult fare_child vehicle_time));
@@ -52,7 +52,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points
 
 =head1 VERSION
 
-version 2.01
+version 2.02
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm
index 43e2829..7397b82 100644
--- a/lib/Travel/Routing/DE/VRR/Route/Part.pm
+++ b/lib/Travel/Routing/DE/VRR/Route/Part.pm
@@ -6,7 +6,7 @@ use 5.010;
 
 use parent 'Class::Accessor';
 
-our $VERSION = '2.01';
+our $VERSION = '2.02';
 
 Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors(
 	qw(arrival_platform arrival_stop
@@ -86,7 +86,7 @@ points, without interchanges
 
 =head1 VERSION
 
-version 2.01
+version 2.02
 
 =head1 DESCRIPTION
 
-- 
GitLab