From: Peter Rabbitson <ribasushi@cpan.org>
Date: Wed, 2 Jun 2010 13:21:59 +0000 (+0000)
Subject: clarify choice of value
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02a8d9459a20417d7d0af17acc908a34328fbba7;p=dbsrgits%2FDBIx-Class-Historic.git

clarify choice of value
---

diff --git a/lib/DBIx/Class/SQLAHacks.pm b/lib/DBIx/Class/SQLAHacks.pm
index 500ce54..b5c7d33 100644
--- a/lib/DBIx/Class/SQLAHacks.pm
+++ b/lib/DBIx/Class/SQLAHacks.pm
@@ -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 };