From: Sartak Date: Fri, 6 Feb 2009 21:57:18 +0000 (+0000) Subject: r79775@onn: sartak | 2009-02-06 15:56:59 -0500 X-Git-Tag: v1.003015~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=8995c74bf1817f85cf6ff85128d1cb9107c9c0db r79775@onn: sartak | 2009-02-06 15:56:59 -0500 Plugin attributes need to be lazy git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5415 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index bff581a..40fa76d 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -13,6 +13,7 @@ has complete_session => ( metaclass => 'String', is => 'rw', isa => 'Str', + lazy => 1, default => '', provides => { append => 'add_to_session',