[Bast-commits] r3763 - trunk/Devel-REPL/lib/Devel/REPL/Profile

Sartak at dev.catalyst.perl.org Sartak at dev.catalyst.perl.org
Fri Sep 21 01:26:33 GMT 2007


Author: Sartak
Date: 2007-09-21 01:26:33 +0100 (Fri, 21 Sep 2007)
New Revision: 3763

Modified:
   trunk/Devel-REPL/lib/Devel/REPL/Profile/Default.pm
Log:
Add MultiLine::PPI to the default profile
<@mst> I'm willing to have it in the default profile
:)


Modified: trunk/Devel-REPL/lib/Devel/REPL/Profile/Default.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Profile/Default.pm	2007-09-21 00:24:45 UTC (rev 3762)
+++ trunk/Devel-REPL/lib/Devel/REPL/Profile/Default.pm	2007-09-21 00:26:33 UTC (rev 3763)
@@ -6,7 +6,7 @@
 with 'Devel::REPL::Profile';
 
 sub plugins {
-  qw(History LexEnv DDS Packages Commands);
+  qw(History LexEnv DDS Packages Commands MultiLine::PPI);
 }
 
 sub apply_profile {




More information about the Bast-commits mailing list