Clarify change for Str not accepting globs
Dave Rolsky [Fri, 16 Oct 2009 19:08:24 +0000 (14:08 -0500)]
Changes

diff --git a/Changes b/Changes
index 0952566..763fbd2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,7 +16,7 @@ for, noteworthy changes.
       - Allow array refs for non-anonymous form of enum and duck_type, not
         just anonymous. The non-arrayref forms may be removed in the
         future. (doy)
-      - Changed Str constraint to not accept GV. (chansen)
+      - Changed Str constraint to not accept globs (*STDIN or *FOO). (chansen)
 
     * Moose::Exporter
       - Moose::Exporter using modules can now export their functions to the