[Bps-public-commit] r18307 - Carp-REPL

sartak at bestpractical.com sartak at bestpractical.com
Mon Feb 9 17:19:07 EST 2009


Author: sartak
Date: Mon Feb  9 17:19:07 2009
New Revision: 18307

Modified:
   Carp-REPL/   (props changed)
   Carp-REPL/Makefile.PL

Log:
 r79795 at onn:  sartak | 2009-02-09 17:19:03 -0500
 Depend on Lexical::Persistence


Modified: Carp-REPL/Makefile.PL
==============================================================================
--- Carp-REPL/Makefile.PL	(original)
+++ Carp-REPL/Makefile.PL	Mon Feb  9 17:19:07 2009
@@ -8,6 +8,7 @@
 requires 'Devel::REPL'                     => 0;
 requires 'namespace::clean'                => 0;
 requires 'Data::Dump::Streamer'            => 0;
+requires 'Lexical::Persistence'            => 0;
 
 build_requires  'Test::Expect' => 0;
 build_requires  'Test::More'   => 0;



More information about the Bps-public-commit mailing list