Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08.
Browse files Browse the repository at this point in the history
Changelog diff is:

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
  • Loading branch information
kazeburo committed Jan 10, 2013
1 parent c455f14 commit 9325134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion lib/Scope/Container/DBI.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit 9325134

Please sign in to comment.