[Bps-public-commit] r12407 - in Carp-REPL: . lib/Carp

sartak at bestpractical.com sartak at bestpractical.com
Fri May 16 11:11:46 EDT 2008


Author: sartak
Date: Fri May 16 11:11:31 2008
New Revision: 12407

Removed:
   Carp-REPL/t/boilerplate.t
Modified:
   Carp-REPL/   (props changed)
   Carp-REPL/MANIFEST
   Carp-REPL/lib/Carp/REPL.pm
   Carp-REPL/t/00-load.t

Log:
 r56030 at onn:  sartak | 2008-05-16 11:11:00 -0400
 Finish renaming LexEnvCarp to Plugin::Carp::REPL


Modified: Carp-REPL/MANIFEST
==============================================================================
--- Carp-REPL/MANIFEST	(original)
+++ Carp-REPL/MANIFEST	Fri May 16 11:11:31 2008
@@ -33,7 +33,6 @@
 t/12-env.t
 t/13-list.t
 t/99-bug.t
-t/boilerplate.t
 t/scripts/01-trivial.pl
 t/scripts/02-lexicals.pl
 t/scripts/03-subs.pl

Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm	(original)
+++ Carp-REPL/lib/Carp/REPL.pm	Fri May 16 11:11:31 2008
@@ -200,8 +200,7 @@
 
 =item * $_REPL
 
-This represents the Devel::REPL object (with the LexEnvCarp plugin, among
-others, mixed in).
+This represents the Devel::REPL object.
 
 =item * $_a
 

Modified: Carp-REPL/t/00-load.t
==============================================================================
--- Carp-REPL/t/00-load.t	(original)
+++ Carp-REPL/t/00-load.t	Fri May 16 11:11:31 2008
@@ -4,7 +4,7 @@
 
 BEGIN {
 	use_ok( 'Carp::REPL' );
-	use_ok( 'Devel::REPL::Plugin::LexEnvCarp' );
+	use_ok( 'Devel::REPL::Plugin::Devel::REPL' );
 }
 
 diag( "Testing Carp::REPL $Carp::REPL::VERSION, Perl $], $^X" );



More information about the Bps-public-commit mailing list