[Bps-public-commit] r12403 - in Carp-REPL: .

sartak at bestpractical.com sartak at bestpractical.com
Fri May 16 08:55:54 EDT 2008


Author: sartak
Date: Fri May 16 08:55:53 2008
New Revision: 12403

Removed:
   Carp-REPL/README
Modified:
   Carp-REPL/   (props changed)
   Carp-REPL/Makefile.PL
   Carp-REPL/lib/Devel/REPL/Plugin/Carp/REPL.pm

Log:
 r56021 at onn:  sartak | 2008-05-16 08:55:47 -0400
 Remove some old filler crap :)


Modified: Carp-REPL/Makefile.PL
==============================================================================
--- Carp-REPL/Makefile.PL	(original)
+++ Carp-REPL/Makefile.PL	Fri May 16 08:55:53 2008
@@ -1,21 +1,18 @@
-# Load the Module::Install bundled in ./inc/
 use inc::Module::Install;
 
-# Define metadata
-name            'Carp-REPL';
-all_from        'lib/Carp/REPL.pm';
-
-# Specific dependencies
-requires        'Devel::LexAlias'      => 0;
-requires        'Devel::REPL'          => 0;
-requires        'Moose'                => 0;
-requires        'Moose::Role'          => 0;
-requires        'namespace::clean'     => 0;
-requires        'PadWalker'            => 0;
-requires        'Data::Dump::Streamer' => 0;
+name     'Carp-REPL';
+all_from 'lib/Carp/REPL.pm';
 
-build_requires  'Test::Expect'         => 0;
-build_requires  'Test::More'           => 0;
+requires 'Devel::LexAlias'      => 0;
+requires 'Devel::REPL'          => 0;
+requires 'Moose'                => 0;
+requires 'Moose::Role'          => 0;
+requires 'namespace::clean'     => 0;
+requires 'PadWalker'            => 0;
+requires 'Data::Dump::Streamer' => 0;
+
+build_requires  'Test::Expect' => 0;
+build_requires  'Test::More'   => 0;
 
 no_index package => 'DB';
 no_index package => 'Devel::REPL::Plugin::Carp::REPL';

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:55:53 2008
@@ -1,6 +1,4 @@
 package Devel::REPL::Plugin::Carp::REPL;
-
-use 5.6.0;
 use Moose::Role;
 use namespace::clean -except => [ 'meta' ];
 use Devel::LexAlias;
@@ -155,15 +153,7 @@
 
 =head1 NAME
 
-Devel::REPL::Plugin::LexEnvCarp - Devel::REPL plugin for Carp::REPL
-
-=head1 VERSION
-
-Version 0.12 released ???
-
-=cut
-
-our $VERSION = '0.12';
+Devel::REPL::Plugin::Carp::REPL - Devel::REPL plugin for Carp::REPL
 
 =head1 SYNOPSIS
 
@@ -184,7 +174,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2007 Best Practical Solutions, all rights reserved.
+Copyright 2007-2008 Best Practical Solutions, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.



More information about the Bps-public-commit mailing list