summaryrefslogtreecommitdiff
path: root/ext/B/B.pm
diff options
context:
space:
mode:
authorTom Hughes <tom@compton.nu>1999-05-27 00:59:49 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-28 17:13:23 +0000
commite8edd1e67bd80dbb476d68f78da80ae76c0eb341 (patch)
tree08109c36ed32868be933b6115d3e25e6c37ac6a9 /ext/B/B.pm
parent697943021785eb8447e25eb51a6f27fd78921863 (diff)
downloadperl-e8edd1e67bd80dbb476d68f78da80ae76c0eb341.tar.gz
ByteLoader mark 2
To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r--ext/B/B.pm7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 0bfceafd7d..cdbd3b297e 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -9,7 +9,7 @@ package B;
require DynaLoader;
require Exporter;
@ISA = qw(Exporter DynaLoader);
-@EXPORT_OK = qw(byteload_fh byteload_string minus_c ppname
+@EXPORT_OK = qw(minus_c ppname
class peekop cast_I32 cstring cchar hash threadsv_names
main_root main_start main_cv svref_2object opnumber amagic_generation
walkoptree walkoptree_slow walkoptree_exec walksymtable
@@ -820,11 +820,6 @@ preceding the first "::". This is used to turn "B::UNOP" into
In a perl compiled for threads, this returns a list of the special
per-thread threadsv variables.
-=item byteload_fh(FILEHANDLE)
-
-Load the contents of FILEHANDLE as bytecode. See documentation for
-the B<Bytecode> module in F<B::Backend> for how to generate bytecode.
-
=back
=head1 AUTHOR