diff --git a/Changes b/Changes index 89994ee..10a8dfd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Scope::Container::DBI +0.08 Thu Jan 10 14:01:56 2013 + - show correct connection errors (thanks tagomoris) + 0.07 Thu Jun 14 10:22:11 2012 - fixed requires diff --git a/lib/Scope/Container/DBI.pm b/lib/Scope/Container/DBI.pm index 511ea7a..b90db9a 100644 --- a/lib/Scope/Container/DBI.pm +++ b/lib/Scope/Container/DBI.pm @@ -12,7 +12,7 @@ use Module::Load qw/load/; use Carp; use DBI 1.615; -our $VERSION = '0.07'; +our $VERSION = '0.08'; our $DBI_CLASS = 'DBI'; sub connect {