diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-15 20:31:16 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-15 21:34:09 -0800 |
commit | fb0be344f48a51d360456aacdacd2277b2c1cac4 (patch) | |
tree | e3692d0bd531bb70b3fad6359cf92f3582f47dbd /lib | |
parent | 0c32f539cfee3d6465ebec4551a3753ef5012e06 (diff) | |
download | perl-fb0be344f48a51d360456aacdacd2277b2c1cac4.tar.gz |
Deparse.pm: Remove obsolete comment about globals
Knowing that object fields were globals is no longer useful, unless
one is intimately familiar with a very old version of B::Deparse and
wants to find his way around the new one. (Good luck!)
Furthermore, several of these ‘former globals’ were never globals,
because they came after this comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/B/Deparse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm index 550a4a17dc..5d64f55010 100644 --- a/lib/B/Deparse.pm +++ b/lib/B/Deparse.pm @@ -232,7 +232,7 @@ BEGIN { # lib/Tie/File/t/29_downcopy 5 # lib/vars 22 -# Object fields (were globals): +# Object fields: # # avoid_local: # (local($a), local($b)) and local($a, $b) have the same internal |