[Bps-public-commit] r12399 - in Carp-REPL: . lib/Carp
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 16 08:50:28 EDT 2008
Author: sartak
Date: Fri May 16 08:50:26 2008
New Revision: 12399
Modified:
Carp-REPL/ (props changed)
Carp-REPL/Makefile.PL
Carp-REPL/lib/Carp/REPL.pm
Carp-REPL/lib/Devel/REPL/Plugin/Carp/REPL.pm
Log:
r56012 at onn: sartak | 2008-05-16 08:47:18 -0400
Finish moving to Devel::REPL::Plugin::Carp::REPL
Modified: Carp-REPL/Makefile.PL
==============================================================================
--- Carp-REPL/Makefile.PL (original)
+++ Carp-REPL/Makefile.PL Fri May 16 08:50:26 2008
@@ -18,7 +18,7 @@
build_requires 'Test::More' => 0;
no_index package => 'DB';
-no_index package => 'Devel::REPL::Plugin::LexEnvCarp';
+no_index package => 'Devel::REPL::Plugin::Carp::REPL';
auto_install;
WriteAll;
Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm (original)
+++ Carp-REPL/lib/Carp/REPL.pm Fri May 16 08:50:26 2008
@@ -155,7 +155,7 @@
$repl = $runner->_repl;
}
- $repl->load_plugin('LexEnvCarp');
+ $repl->load_plugin('Carp::REPL');
$repl->environments(\@environments);
$repl->packages(\@packages);
Modified: Carp-REPL/lib/Devel/REPL/Plugin/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Devel/REPL/Plugin/Carp/REPL.pm (original)
+++ Carp-REPL/lib/Devel/REPL/Plugin/Carp/REPL.pm Fri May 16 08:50:26 2008
@@ -1,4 +1,4 @@
-package Devel::REPL::Plugin::LexEnvCarp;
+package Devel::REPL::Plugin::Carp::REPL;
use 5.6.0;
use Moose::Role;
More information about the Bps-public-commit
mailing list