diff options
-rw-r--r-- | Changelog | 5 | ||||
-rwxr-xr-x | bin/efa-m | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,8 @@ +git HEAD + + * EFA: Fix crash when ->results is called after a network error occured + * efa-m: Add --timeeout option + Travel::Status::DE::VRR 1.08 - Mon Mar 03 2014 * efa-m: Add -o, --offset option @@ -250,6 +250,10 @@ URL to the EFA entry point, defaults to L<http://efa.vrr.de/vrr/XSLT_DM_REQUEST> Depending on your location, some I<url>s may contain more specific data than others. See Travel::Status::DE::EFA(3pm) for alternatives. +=item B<--timeout> I<seconds> + +Set timeout for HTTP requests. Default: 10 seconds. + =item B<-V>, B<--version> Show version information. |