* Fixes
- Bump forgotten Class::Accessor::Grouped core dependency
- Promote forgotten Hash::Merge optdep to a hard requirement
+ - Skip t/storage/error.t on smokers with leaking perls
0.08125 2010-12-27 04:30 (UTC)
* New Features / Changes
# destruction of everything except the $dbh should use the proper
# exception fallback:
-{
+SKIP: {
+ if (DBICTest::RunMode->peepeeness) {
+ skip "Your perl version $] appears to leak like a sieve - skipping garbage collected \$schema test", 1;
+ }
+
undef ($schema);
throws_ok (
sub {