X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FUndefTolerant.pm;h=ccb6f33a1de47cac188683b964be8b69ec94b175;hb=aeb57613366fe3838ccfbd5b41952a3d8c1b3ce4;hp=e44a3e441ae97f7ebfd9f83e8d751579e1604951;hpb=2b46c4883d98fc8d6e5f6ea38da818bf05642271;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/lib/MooseX/UndefTolerant.pm b/lib/MooseX/UndefTolerant.pm index e44a3e4..ccb6f33 100644 --- a/lib/MooseX/UndefTolerant.pm +++ b/lib/MooseX/UndefTolerant.pm @@ -1,5 +1,8 @@ package MooseX::UndefTolerant; +use strict; +use warnings; + use Moose qw(); use Moose::Exporter; @@ -139,8 +142,8 @@ See L. This extension does not currently work in immutable classes when applying the trait to some (but not all) attributes in the class. This is because the inlined constructor initialization code currently lives in -L, not L. The good -news is that this is expected to be changing shortly. +L, not L. The good news is that +this is expected to be changing shortly. =head1 ACKNOWLEDGEMENTS