diff options
Diffstat (limited to 'ext/B/B/Stash.pm')
-rw-r--r-- | ext/B/B/Stash.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Stash.pm b/ext/B/B/Stash.pm index 828ffac3c0..d992a89af8 100644 --- a/ext/B/B/Stash.pm +++ b/ext/B/B/Stash.pm @@ -4,7 +4,7 @@ package B::Stash; BEGIN { %Seen = %INC } -END { +STOP { my @arr=scan($main::{"main::"}); @arr=map{s/\:\:$//;$_;} @arr; print "-umain,-u", join (",-u",@arr) ,"\n"; |