Skip to content

Commit

Permalink
Import of MWS/ResourcePool-0.9906 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: ResourcePool
gitpan-cpan-version:      0.9906
gitpan-cpan-path:         MWS/ResourcePool-0.9906.tar.gz
gitpan-cpan-author:       MWS
gitpan-cpan-maturity:     released
  • Loading branch information
Markus Winand authored and Gitpan committed Oct 23, 2014
1 parent 2568bdb commit 0215b09
Show file tree
Hide file tree
Showing 19 changed files with 615 additions and 452 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,5 +1,12 @@
Changelog for ResourcePool

V0.9906 - 2002-07-10

* wrapped DBI calls into eval{} blocks to make RaiseError aware.
* It's possible to pass the options for ResourcePool and LoadBalancer
using a Hash reference.
* added tests

V0.9905 - 2002-07-05

* A rollback() is performed on DBI sessions with AutoCommit disabled
Expand Down
7 changes: 6 additions & 1 deletion MANIFEST
Expand Up @@ -2,8 +2,9 @@ MANIFEST
Changes
README
Makefile.PL
lib/ResourcePool/Singleton.pm
lib/ResourcePool.pm
lib/ResourcePool.pod
lib/ResourcePool/Singleton.pm
lib/ResourcePool/LoadBalancer.pm
lib/ResourcePool/Resource/Net/LDAP.pm
lib/ResourcePool/Resource/DBI.pm
Expand All @@ -14,3 +15,7 @@ lib/ResourcePool/Resource.pm
t/01Singleton.t
t/02FactorySingleton.t
t/03ResourcePoolSingleton.t
t/04LBSingleton.t
t/10PoolOptions.t
t/30DBI.t
t/40LDAP.t
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,7 +1,7 @@
#*********************************************************************
#*** Makefile.PL
#*** Copyright (c) 2002 by Markus Winand <mws@fatalmind.com>
#*** $Id: Makefile.PL,v 1.4 2002/07/05 16:00:48 mws Exp $
#*** $Id: Makefile.PL,v 1.9 2002/07/10 17:06:42 mws Exp $
#*********************************************************************

use ExtUtils::MakeMaker;
Expand All @@ -11,7 +11,7 @@ use ExtUtils::MakeMaker;
my %opts;

$opts{NAME} = 'ResourcePool',
$opts{VERSION} = '0.9905';
$opts{VERSION} = '0.9906';

if ($ExtUtils::MakeMaker::VERSION >= 5.43) {
$opts{ABSTRACT} = 'A connection caching and pooling class.';
Expand Down
5 changes: 2 additions & 3 deletions README
Expand Up @@ -6,9 +6,8 @@ See COPYRIGHT section in the ResourcePool(3pm) manpage.

Recent Changes
--------------
When using DBI connections without AutoCommit, ResourcePool
performs a rollback on the session if it's returned to the
pool.
* wrapped DBI calls into eval{} blocks to make RaiseError aware.
* added tests

Installation
------------
Expand Down

0 comments on commit 0215b09

Please sign in to comment.