diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 07:07:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 07:07:56 +0200 |
commit | d3c04239efd0209b6e9444355c4ae4879eba5daa (patch) | |
tree | 466d803e2167ca58b308876da3e941373c1da63e /README | |
parent | 9fa4c10cc294f0817f64dbbbdb833abb777bcaa1 (diff) |
Fix perl dependency (>= 5.10.1 because of use parent)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |