[Bps-public-commit] r12410 - in Carp-REPL: lib/Carp
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 16 11:22:26 EDT 2008
Author: sartak
Date: Fri May 16 11:22:20 2008
New Revision: 12410
Modified:
Carp-REPL/ (props changed)
Carp-REPL/Changes
Carp-REPL/MANIFEST
Carp-REPL/lib/Carp/REPL.pm
Log:
r56036 at onn: sartak | 2008-05-16 11:19:52 -0400
Prepare for 0.12 release
Modified: Carp-REPL/Changes
==============================================================================
--- Carp-REPL/Changes (original)
+++ Carp-REPL/Changes Fri May 16 11:22:20 2008
@@ -1,10 +1,11 @@
Revision history for Carp-REPL
-0.12
+0.12 Fri May 16 11:17:55 2008
:l(ist) command for printing source code
Rename Devel::REPL::Plugin::LexEnvCarp to
Devel::REPL::Plugin::Carp::REPL
Allow importing of the 'repl' procedure
+ Internal cleanup
0.11 Thu Sep 20 21:43:56 2007
Devel::REPL configuration is now applied
Modified: Carp-REPL/MANIFEST
==============================================================================
--- Carp-REPL/MANIFEST (original)
+++ Carp-REPL/MANIFEST Fri May 16 11:22:20 2008
@@ -1,22 +1,17 @@
-.cvsignore
Changes
-inc/Module/AutoInstall.pm
inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Carp/REPL.pm
-lib/Devel/REPL/Plugin/LexEnvCarp.pm
+lib/Devel/REPL/Plugin/Carp/REPL.pm
Makefile.PL
MANIFEST This list of files
META.yml
-README
SIGNATURE
t/00-load.t
t/01-trivial.t
Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm (original)
+++ Carp-REPL/lib/Carp/REPL.pm Fri May 16 11:22:20 2008
@@ -86,16 +86,12 @@
=head1 VERSION
-Version 0.12 released ???
+Version 0.12 released 16 May 08
=head1 SYNOPSIS
The intended way to use this module is through the command line.
- perl tps-report.pl
- Can't call method "cover_sheet" without a package or object reference at tps-report.pl line 6019.
-
-
perl -MCarp::REPL tps-report.pl
Can't call method "cover_sheet" without a package or object reference at tps-report.pl line 6019.
@@ -107,8 +103,8 @@
$ $self->get_form
27B/6
- $ "ah ha! there's my bug"
- ah ha! there's my bug
+ $ "ah ha! there's my bug, I thought get_form returned an object"
+ ah ha! there's my bug, I thought get_form returned an object
=head1 USAGE
More information about the Bps-public-commit
mailing list