summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-17 21:47:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-17 21:47:46 +0200
commit7143e6948a7d158da45a245f8411c636fb9d8e5e (patch)
tree1d1ee3b4024ae3ac91c6d883c55743434359dd1f
parenta951d4d671b97e9ce14be5efd44a725dbc47522a (diff)
Release v1.061.06
-rw-r--r--Changelog5
-rwxr-xr-xbin/efa4
-rw-r--r--lib/Travel/Routing/DE/VRR.pm4
-rw-r--r--lib/Travel/Routing/DE/VRR/Route.pm4
-rw-r--r--lib/Travel/Routing/DE/VRR/Route/Part.pm4
5 files changed, 13 insertions, 8 deletions
diff --git a/Changelog b/Changelog
index 1c9405f..9290d42 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+Travel::Routing::DE::VRR 1.06 - Sat Sep 17 2011
+
+ * Fix dependencies. We claimed to use WWW::Mechanize but in fact only
+ need LWP::UserAgent
+
Travel::Routing::DE::VRR 1.05 - Sun Jul 17 2011
* Documentation fixes (in a few places, the module was prefixed
diff --git a/bin/efa b/bin/efa
index 63c3eae..3dca2cc 100755
--- a/bin/efa
+++ b/bin/efa
@@ -10,7 +10,7 @@ use Travel::Routing::DE::VRR;
use Exception::Class;
use Getopt::Long qw/:config no_ignore_case/;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
my $ignore_info = 'Fahrradmitnahme';
my $efa;
my ( @from, @to, @via, $from_type, $to_type, $via_type );
@@ -228,7 +228,7 @@ efa - unofficial efa.vrr.de command line client
=head1 VERSION
-version 1.05
+version 1.06
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index c152907..915fca5 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -35,7 +35,7 @@ use Exception::Class (
},
);
-our $VERSION = '1.05';
+our $VERSION = '1.06';
sub set_time {
my ( $self, %conf ) = @_;
@@ -627,7 +627,7 @@ Travel::Routing::DE::VRR - inofficial interface to the efa.vrr.de German itinera
=head1 VERSION
-version 1.05
+version 1.06
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm
index 838484b..e5ffa05 100644
--- a/lib/Travel/Routing/DE/VRR/Route.pm
+++ b/lib/Travel/Routing/DE/VRR/Route.pm
@@ -6,7 +6,7 @@ use 5.010;
use Travel::Routing::DE::VRR::Route::Part;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
sub new {
my ( $obj, @parts ) = @_;
@@ -47,7 +47,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points
=head1 VERSION
-version 1.05
+version 1.06
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm
index 6c316aa..ee01baf 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 = '1.05';
+our $VERSION = '1.06';
Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors(
qw(arrival_stop arrival_time departure_stop departure_time train_line
@@ -54,7 +54,7 @@ points, without interchanges
=head1 VERSION
-version 1.05
+version 1.06
=head1 DESCRIPTION