Skip to content

Commit

Permalink
release v0.08206
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxxa committed Feb 11, 2013
1 parent 992a24f commit 08d7807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for DBIx::Class

0.08206 2013-02-08
* Fixes
- Fix dbh_do() failing to properly reconnect (regression in 0.08205)
- Extra sanity check of a fresh DBI handle ($dbh). Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ our $VERSION;
# $VERSION declaration must stay up here, ahead of any other package
# declarations, as to not confuse various modules attempting to determine
# this ones version, whether that be s.c.o. or Module::Metadata, etc
$VERSION = '0.08205';
$VERSION = '0.08206';

$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases

Expand Down

0 comments on commit 08d7807

Please sign in to comment.