restore debolaz's cleanup patch since it's not what I thought it was and probably...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
index dde26c0..d0f5b1e 100644 (file)
@@ -26,7 +26,8 @@ __PACKAGE__->sql_maker_class('DBIC::SQL::Abstract');
 
 BEGIN {
 
-package DBIC::SQL::Abstract; # Would merge upstream, but nate doesn't reply :(
+package # Hide from PAUSE
+  DBIC::SQL::Abstract; # Would merge upstream, but nate doesn't reply :(
 
 use base qw/SQL::Abstract::Limit/;