Cleanup
Peter Rabbitson [Tue, 12 May 2009 06:43:58 +0000 (06:43 +0000)]
lib/DBIx/Class/SQLAHacks.pm
lib/DBIx/Class/SQLAHacks/OracleJoins.pm

index d2f96bf..063b909 100644 (file)
@@ -1,5 +1,5 @@
 package # Hide from PAUSE
-  DBIx::Class::SQLAHacks; # Would merge upstream, but nate doesn't reply :(
+  DBIx::Class::SQLAHacks;
 
 use base qw/SQL::Abstract::Limit/;
 use Carp::Clan qw/^DBIx::Class/;
@@ -17,7 +17,6 @@ sub new {
 }
 
 
-
 # Some databases (sqlite) do not handle multiple parenthesis
 # around in/between arguments. A tentative x IN ( ( 1, 2 ,3) )
 # is interpreted as x IN 1 or something similar.
@@ -392,7 +391,9 @@ __END__
 
 =head1 NAME
 
-DBIx::Class::SQLAHacks - Things desired to be merged into SQL::Abstract
+DBIx::Class::SQLAHacks - This module is a subclass of SQL::Abstract::Limit
+and includes a number of DBIC-specific workarounds, not yet suitable for
+inclusion into SQLA proper.
 
 =head1 METHODS
 
index c9ca81d..cd5feaa 100644 (file)
@@ -1,5 +1,5 @@
 package # Hide from PAUSE
-DBIx::Class::SQLAHacks::OracleJoins;
+  DBIx::Class::SQLAHacks::OracleJoins;
 
 use base qw( DBIx::Class::SQLAHacks );