From: Dave Rolsky <autarch@urth.org>
Date: Mon, 4 Apr 2011 04:10:13 +0000 (-0500)
Subject: Doc use of module in roles
X-Git-Tag: 0.12~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b46c4883d98fc8d6e5f6ea38da818bf05642271;p=gitmo%2FMooseX-UndefTolerant.git

Doc use of module in roles
---

diff --git a/lib/MooseX/UndefTolerant.pm b/lib/MooseX/UndefTolerant.pm
index 7744594..e44a3e4 100644
--- a/lib/MooseX/UndefTolerant.pm
+++ b/lib/MooseX/UndefTolerant.pm
@@ -95,6 +95,9 @@ that accepts undef values (for example C<Maybe> types), as it is presumed that
 since the type is already "undef tolerant", there is no need to avoid
 initializing the attribute value with C<undef>.
 
+As of Moose 1.9900, this module can also be used in a role, in which case all
+of that role's attributes will be undef-tolerant.
+
 =head1 MOTIVATION
 
 I often found myself in this quandry: