CC: | Caleb Cushing <xenoterracide [...] gmail.com> |
Subject: | [PATCH 1/4] rename Default profile to Minimal |
Date: | Fri, 6 Aug 2010 04:09:35 -0400 |
To: | bug-devel-repl [...] rt.cpan.org |
From: | Caleb Cushing <xenoterracide [...] gmail.com> |
Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>
---
part one of requested patches by MST. Since Readline is now on by default one
of the 2 readline libraries will need to be a dependancy. Also docs should be
written on how to switch profiles in repl.rc (I don't know how). Unloading a
single plugin would be good too.
lib/Devel/REPL/Profile/{Default.pm => Minimal.pm} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
rename lib/Devel/REPL/Profile/{Default.pm => Minimal.pm} (86%)
diff --git a/lib/Devel/REPL/Profile/Default.pm b/lib/Devel/REPL/Profile/Minimal.pm
similarity index 86%
rename from lib/Devel/REPL/Profile/Default.pm
rename to lib/Devel/REPL/Profile/Minimal.pm
index b698d9f..2b03ac9 100644
--- a/lib/Devel/REPL/Profile/Default.pm
+++ b/lib/Devel/REPL/Profile/Minimal.pm
@@ -1,4 +1,4 @@
-package Devel::REPL::Profile::Default;
+package Devel::REPL::Profile::Minimal;
use Moose;
use namespace::clean -except => [ 'meta' ];
--
1.7.2.1