From: Peter Rabbitson Date: Sat, 25 Aug 2012 21:54:22 +0000 (+0200) Subject: merge comments X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftopic%2Finflatecolumn-datetime-pod-timezone;p=dbsrgits%2FDBIx-Class.git merge comments --- diff --git a/TO_MERGE b/TO_MERGE new file mode 100644 index 0000000..078b68f --- /dev/null +++ b/TO_MERGE @@ -0,0 +1,8 @@ +* (split(/::/, (caller(1))[3]))[-1] ne 'post_inflate_datetime' +There is this thing called regular expression matching. +Please rewrite sanely + +* Do not add extra methods to ::Row. The whole point of our +discussion (and the resulting 4815bb2cb8) was to carve out a +niche for "private overridable methods". So please undo the +removal of _ and re-document.