From: Dave Rolsky <autarch@urth.org>
Date: Thu, 17 Dec 2009 20:35:43 +0000 (-0600)
Subject: Doc Sam's regex change
X-Git-Tag: 0.93_01~25
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38a27c92f6dfd8024d988dc113fbcdaf82979e95;p=gitmo%2FMoose.git

Doc Sam's regex change
---

diff --git a/Changes b/Changes
index 3fc96ab..14a566f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+   * Moose::Util::TypeConstraints
+     - Sped up the type constraint parsing regex. (Sam Vilain)
+
    * Makefile.PL
      - Use Module::Install extensions explicitly to avoid confusing errors if
        they're not installed