diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 07:12:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 07:12:00 +0000 |
commit | 42d3a99d28b720322fc7b50bd358ea47c49a9722 (patch) | |
tree | c5b52eef753dff12b14441ecb1a16b8747028e7b /ext | |
parent | 54fcf5cbbb7372784afd0d461d42215e471a4ec5 (diff) | |
download | perl-42d3a99d28b720322fc7b50bd358ea47c49a9722.tar.gz |
fix bytecode.pl with moved var names
p4raw-id: //depot/perl@1611
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/B/Asmdata.pm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ext/B/B/Asmdata.pm b/ext/B/B/Asmdata.pm index 247c5ae975..f3e57a17d0 100644 --- a/ext/B/B/Asmdata.pm +++ b/ext/B/B/Asmdata.pm @@ -148,3 +148,23 @@ while (($insn_name, $insn_data) = each %insn_data) { @insn_name = map($_ || "unused", @insn_name); 1; + +__END__ + +=head1 NAME + +B::Asmdata - Autogenerated data about Perl ops, used to generate bytecode + +=head1 SYNOPSIS + + use Asmdata; + +=head1 DESCRIPTION + +See F<ext/B/B/Asmdata.pm>. + +=head1 AUTHOR + +Malcolm Beattie, C<mbeattie@sable.ox.ac.uk> + +=cut |