From d3c04239efd0209b6e9444355c4ae4879eba5daa Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 13 Jul 2011 07:07:56 +0200 Subject: Fix perl dependency (>= 5.10.1 because of use parent) --- Build.PL | 2 +- Changelog | 2 ++ README | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 17f66e1..746c20c 100755 --- a/Build.PL +++ b/Build.PL @@ -15,7 +15,7 @@ Module::Build->new( module_name => 'Travel::Status::DE::DeutscheBahn', license => 'perl', requires => { - 'perl' => '5.10.0', + 'perl' => '5.10.1', 'Carp' => 0, 'Class::Accessor' => '0.16', 'Getopt::Long' => 0, diff --git a/Changelog b/Changelog index 616ac49..55df95a 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,7 @@ git HEAD + * Clarify derl dependency (we actually need >= 5.10.1) + [Travel::Status::DE::DeutscheBahn] * Strip leading / trailing whitespace in result fields diff --git a/README b/README index 35f0e17..650100b 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Interface to the DeutscheBahn online departure monitor Dependencies ------------ - * perl version 5.10 or newer + * perl version 5.10.1 or newer * Clas::Accessor * LWP::UserAgent (usually shipped by libwww-perl) * XML::LibXML -- cgit v1.2.3