[Bast-commits] r4333 - DBIx-Class/0.08/trunk/lib/DBIx/Class
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Mon May 5 21:22:17 BST 2008
Author: matthewt
Date: 2008-05-05 21:22:17 +0100 (Mon, 05 May 2008)
New Revision: 4333
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class/StartupCheck.pm
Log:
missed another package line
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/StartupCheck.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/StartupCheck.pm 2008-05-05 20:00:49 UTC (rev 4332)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/StartupCheck.pm 2008-05-05 20:22:17 UTC (rev 4333)
@@ -2,7 +2,8 @@
BEGIN {
- { package TestRHBug; use overload bool => sub { 0 } }
+ { package # don't want this in PAUSE
+ TestRHBug; use overload bool => sub { 0 } }
sub _has_bug_34925 {
my %thing;
More information about the Bast-commits
mailing list