X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011-lazy.t;h=2d87867b620ec47fd8e3a6241a8ceedfa3e38143;hb=8a3e5c5d45741e488e89d5130b5dcb44f2c6a6f4;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;