Commit d3c04239 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix perl dependency (>= 5.10.1 because of use parent)

parent 9fa4c10c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+2 −0
Original line number Diff line number Diff line
git HEAD

    * Clarify derl dependency (we actually need >= 5.10.1)

    [Travel::Status::DE::DeutscheBahn]
    * Strip leading / trailing whitespace in result fields

+1 −1
Original line number Diff line number Diff line
@@ -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