From: Karen Etheridge Date: Fri, 18 Mar 2011 21:07:49 +0000 (-0700) Subject: there could be mroe than one ternary operator X-Git-Tag: 0.11~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5dd383ba1f86d9e308d53aec02089aa673e8bd2;p=gitmo%2FMooseX-UndefTolerant.git there could be mroe than one ternary operator --- diff --git a/lib/MooseX/UndefTolerant.pm b/lib/MooseX/UndefTolerant.pm index f5cac2b..b8ea693 100644 --- a/lib/MooseX/UndefTolerant.pm +++ b/lib/MooseX/UndefTolerant.pm @@ -103,8 +103,8 @@ real solution was: $class = My:Class->new(bar => 123); } -Or some type of codemulch using ternarys. This module allows you to make -your attributes more tolerant of undef so that you can keep the first +Or some type of codemulch using ternary conditionals. This module allows you +to make your attributes more tolerant of undef so that you can keep the first example: have your cake and eat it too! =head1 PER ATTRIBUTE