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

Fix error/errstr documentation mixup

parent 047cb7b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.