From: Dave Rolsky Date: Mon, 23 Aug 2010 23:32:47 +0000 (-0500) Subject: Correct Delta (coerce => 1 without a coercion on the type is just a warning) X-Git-Tag: 1.11~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa6da652a4c492208e1bc7be48e7dc2daa4e88bc;p=gitmo%2FMoose.git Correct Delta (coerce => 1 without a coercion on the type is just a warning) --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index fb1c5a9..9d702d1 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -34,7 +34,7 @@ Previously, this was accepted, and it sort of worked, except that if you attempted to set the attribute after the object was created, you would get a runtime error. -Now you will get an error when you attempt to define the attribute. +Now you will get a warning when you attempt to define the attribute. =item C, C, and C no longer unimport strict and warnings