diff --git a/Changelog b/Changelog index e7d11eb3c0378612b9f793d6f5fe41467d7163af..07dd8751202d31564970bed2aed4d9d0126a3b63 100644 --- a/Changelog +++ b/Changelog @@ -3,7 +3,7 @@ git HEAD [Travel::Status::DE::DeutscheBahn] * Fix ->results returning duplicate connections when accessed more than one time - * new: Only die when encountering wrong options, set ->error otherwise + * new: Only die when encountering wrong options, set ->errstr otherwise * Adds new ->errstr accessor to check for request errors Travel::Status::DE::DeutscheBahn 0.04 - Wed Jul 13 2011 diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 136cf5158d7f8c0c687815368c5f39b1f6acfc3b..797d40f6d1f67435e10f898bc7af91d7b7f1be71 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -278,7 +278,7 @@ By default, the following are shown: ice, ic_ec, d, nv, s. =back -=item $status->error +=item $status->errstr In case of an error in the HTTP request, returns a string describing it. If no error occured, returns undef.