[Bast-commits] r5415 - in trunk/Devel-REPL: . lib/Devel/REPL/Plugin
Sartak at dev.catalyst.perl.org
Sartak at dev.catalyst.perl.org
Fri Feb 6 21:57:18 GMT 2009
Author: Sartak
Date: 2009-02-06 21:57:18 +0000 (Fri, 06 Feb 2009)
New Revision: 5415
Modified:
trunk/Devel-REPL/
trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm
Log:
r79775 at onn: sartak | 2009-02-06 15:56:59 -0500
Plugin attributes need to be lazy
Property changes on: trunk/Devel-REPL
___________________________________________________________________
Name: svk:merge
- 08e7d58d-de06-4458-8c15-335e402ab116:/local/Devel-REPL:77573
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/bast/broken_internets/Devel-REPL:80567
+ 08e7d58d-de06-4458-8c15-335e402ab116:/local/Devel-REPL:79775
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/bast/broken_internets/Devel-REPL:80567
Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm 2009-02-05 23:04:13 UTC (rev 5414)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm 2009-02-06 21:57:18 UTC (rev 5415)
@@ -13,6 +13,7 @@
metaclass => 'String',
is => 'rw',
isa => 'Str',
+ lazy => 1,
default => '',
provides => {
append => 'add_to_session',
More information about the Bast-commits
mailing list