Merge autodie 2.05 into core.
authorPaul Fenwick <pjf@perltraining.com.au>
Sat, 4 Jul 2009 06:41:39 +0000 (16:41 +1000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 4 Jul 2009 09:50:13 +0000 (11:50 +0200)
commit02b13d1d542bbe5c0b940a475065f8e25e0d6722
treeace57c5c3ecfcf2ba238515db846f545ff04112d
parent6b99f28a36db89d4a6baa5b8598d15bfe4b998cb
Merge autodie 2.05 into core.

2.05  Sat Jul  4 16:33:01 AUSEST 2009

        * BUGFIX: format_default() in autodie::exception no longer
          returns a string with file and line attached.  This would
          cause the file and line information to appear twice when
          format handlers would choose to fall back to the defaults.
          The file and line information is now always added by
          stringify().  (RT #47520, thanks to Michael Schwern)

        * BUGFIX: Exceptions thrown by 2-argument open() are more likely
          to specify the mode as 'for reading' when no explicit
          mode was given.  (RT #47520, thanks to Michael Schwern)

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
lib/Fatal.pm
lib/autodie.pm
lib/autodie/exception.pm
lib/autodie/exception/system.pm
lib/autodie/hints.pm
lib/autodie/t/open.t