Skip to content

Commit

Permalink
Updated CHANGES to reflect code in 2.02. Also documented a bug fix th…
Browse files Browse the repository at this point in the history
…at I'd accidentally introduced in 2.00 in the massive refactoring.
  • Loading branch information
2shortplanks committed Nov 11, 2011
1 parent 96d57e5 commit b53e7e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.02 Changed "label" to "diagnostic" (but kept backwards compatible
accepting of old object.

2.01 Add tests that use DBD::SQLite to test a real database

Fix the bugs with the DBI interface (thanks to ilmari for pointing
Expand All @@ -12,6 +15,13 @@

improved test coverage.

Fix for bug where
tests => [ "time" => "2011-11-11 11:32:26" ]
would have been interpreted as
tests => { '==' => { "time" => "2011-11-11 11:32:26" } }
not
tests => { 'eq' => { "time" => "2011-11-11 11:32:26" } }

1.05 fix for 5.13.6+ new regualar expression stringification breaking our own
test suite

Expand Down

0 comments on commit b53e7e8

Please sign in to comment.