Credit sartak for meta_lookup feature
Dave Rolsky [Mon, 29 Aug 2011 16:28:27 +0000 (11:28 -0500)]
Changes

diff --git a/Changes b/Changes
index edfa9fd..ac59917 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,7 +8,8 @@ for, noteworthy changes.
   * The Moose::Exporter module now has a "meta_lookup" option when creating an
     importer. This allows you to specify an alternate method for determining
     the metaclass of a caller. This is useful for modules like
-    MooseX::Role::Parameterized which generate new metaclasses on the fly.
+    MooseX::Role::Parameterized which generate new metaclasses on the
+    fly. (sartak)
 
   [BUG FIXES]