[Bps-public-commit] Test-Spelling branch, master, updated. d25c546c09580524e745e51a1f766ae0c9cc0918
Shawn Moore
sartak at bestpractical.com
Mon Apr 25 12:25:34 EDT 2011
The branch, master has been updated
via d25c546c09580524e745e51a1f766ae0c9cc0918 (commit)
from 27288c032b81bb0ae1d476141d2b5815ece3d888 (commit)
Summary of changes:
lib/Test/Spelling.pm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d25c546c09580524e745e51a1f766ae0c9cc0918
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Apr 25 12:25:28 2011 -0400
Remove unused $Pipe_err
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index 2ac85b4..dad6e2d 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -24,8 +24,6 @@ my $Test = Test::Builder->new;
my $Spell_cmd = 'spell';
my $Spell_temp = File::Temp->new->filename;
-my $Pipe_err = 0;
-
sub pod_file_spelling_ok {
my $file = shift;
my $name = @_ ? shift : "POD spelling for $file";
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list