diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-31 08:33:21 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-31 09:53:57 -0800 |
commit | eaa589c0d5697441709803abec43cebad24ccda5 (patch) | |
tree | 213424ab4e7a3b2e2b685347b1cc3c75ff78245c /lib/diagnostics.pm | |
parent | 5d3b11d533e22b791b6e0b74378e0f843851dfc4 (diff) | |
download | perl-eaa589c0d5697441709803abec43cebad24ccda5.tar.gz |
Remove use of study from splain
It only helps with very long strings. It actually slows things down
slightly when used on short strings.
Diffstat (limited to 'lib/diagnostics.pm')
-rw-r--r-- | lib/diagnostics.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index dfb05c7217..39bcb3d1dd 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -307,7 +307,6 @@ my %transfmt = (); my $transmo = <<EOFUNC; sub transmo { #local \$^W = 0; # recursive warnings we do NOT need! - study; EOFUNC my %msg; |