[Rt-commit] [svn] r1087 - Text-Quoted
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Jun 16 16:55:31 EDT 2004
Author: jesse
Date: Wed Jun 16 16:55:30 2004
New Revision: 1087
Modified:
Text-Quoted/Changes
Text-Quoted/Quoted.pm
Log:
Removing debugging output
Modified: Text-Quoted/Changes
==============================================================================
--- Text-Quoted/Changes (original)
+++ Text-Quoted/Changes Wed Jun 16 16:55:30 2004
@@ -1,5 +1,9 @@
Revision history for Perl extension Text::Quoted.
+1.7 Wed Jun 16 16:54:57 EDT 2004
+
+ - New maintainer learns to remove his debugging output
+
1.6 Wed Jun 16 13:36:00 EDT 2004
- New maintainer
Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm (original)
+++ Text-Quoted/Quoted.pm Wed Jun 16 16:55:30 2004
@@ -1,5 +1,5 @@
package Text::Quoted;
-our $VERSION = "1.6";
+our $VERSION = "1.7";
use 5.006;
use strict;
use warnings;
@@ -181,7 +181,6 @@
use Text::Tabs;
@rawlines = expand(@rawlines);
-use Data::Dumper;print scalar Dumper \@rawlines;
# PARSE EACH LINE
More information about the Rt-commit
mailing list