X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011-lazy.t;h=2d87867b620ec47fd8e3a6241a8ceedfa3e38143;hb=f9aca0f35658e5e0657e8ce78b783c0185d59969;hp=168eaf1cf2b431a63ca4f91c2eec40f26f5c9e53;hpb=c3398f5bd45f2851b7cd40ca9823bcf7d2378469;p=gitmo%2FMouse.git diff --git a/t/011-lazy.t b/t/011-lazy.t index 168eaf1..2d87867 100644 --- a/t/011-lazy.t +++ b/t/011-lazy.t @@ -27,7 +27,7 @@ do { is => 'rw', lazy => 1, ); - } qr/You must specify a default for lazy attribute 'lazy_no_default'/; + } qr/You cannot have lazy attribute \(lazy_no_default\) without specifying a default value for it/; }; my $object = Class->new;