[Bps-public-commit] Test-Spelling branch, master, updated. 7df8aafc177e7b0ae096203739aa7d7a81de5fd3
Shawn Moore
sartak at bestpractical.com
Mon Apr 25 12:13:50 EDT 2011
The branch, master has been updated
via 7df8aafc177e7b0ae096203739aa7d7a81de5fd3 (commit)
from 437f5ba2d5aa19505e8aaea3425b0104ad771c4e (commit)
Summary of changes:
lib/Test/Spelling.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7df8aafc177e7b0ae096203739aa7d7a81de5fd3
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Apr 25 12:12:57 2011 -0400
Remove call to Test::Builder->exported_to
From the doc:
This method isn't terribly useful since modules which share the
same Test::Builder object might get exported to different packages
and only the last one will be honored.
I can reinstate it if needed but I hope no one's depending upon it!
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index e7f1a78..277ec7a 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -26,7 +26,6 @@ sub import {
*{$caller.'::all_pod_files'} = \&all_pod_files
unless defined &{$caller. '::all_pod_files'};
- $Test->exported_to($caller);
$Test->plan(@_);
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list