fix typo and whitespace in Cookbook
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks.pm
index e6df357..b5c7d33 100644 (file)
@@ -33,6 +33,11 @@ BEGIN {
   }
 }
 
+# the "oh noes offset/top without limit" constant
+# limited to 32 bits for sanity (and since it is fed
+# to sprintf %u)
+sub __max_int { 0xFFFFFFFF };
+
 
 # Tries to determine limit dialect.
 #