From: Dave Rolsky Date: Fri, 16 Oct 2009 19:08:24 +0000 (-0500) Subject: Clarify change for Str not accepting globs X-Git-Tag: 0.93~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e9429e102c61405dfbc56117d142d0909aa48ea;p=gitmo%2FMoose.git Clarify change for Str not accepting globs --- diff --git a/Changes b/Changes index 0952566..763fbd2 100644 --- 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