diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-20 21:28:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-20 21:28:43 +0000 |
commit | 3070f6ec3ff16a55374e9cfa04154bb3486d1b59 (patch) | |
tree | 59a6e58a55b1a4fa3b9bfa1b2ffb38f6a6515456 /embed.pl | |
parent | 6b88bc9c1f6d4b32c70e7ef68f8c65266e431623 (diff) | |
download | perl-3070f6ec3ff16a55374e9cfa04154bb3486d1b59.tar.gz |
add rsfp_filters and perldb to pollutants list
p4raw-id: //depot/perl@1582
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ my @extvars = qw(sv_undef sv_yes sv_no na dowarn stdingv defgv errgv + rsfp_filters + perldb ); sub readsyms (\%$) { |