projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a89c6fc
)
missed another package line
Matt S Trout [Mon, 5 May 2008 20:22:17 +0000 (20:22 +0000)]
lib/DBIx/Class/StartupCheck.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/StartupCheck.pm
b/lib/DBIx/Class/StartupCheck.pm
index
4710192
..
339aebc
100644
(file)
--- a/
lib/DBIx/Class/StartupCheck.pm
+++ b/
lib/DBIx/Class/StartupCheck.pm
@@
-2,7
+2,8
@@
package DBIx::Class::StartupCheck;
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;