clarify choice of value
Peter Rabbitson [Wed, 2 Jun 2010 13:21:59 +0000 (13:21 +0000)]
lib/DBIx/Class/SQLAHacks.pm

index 500ce54..b5c7d33 100644 (file)
@@ -34,6 +34,8 @@ 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 };