projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
46b7361
)
Fix typo in B::Assembler.
Marcus Holland-Moritz [Sun, 29 Aug 2004 13:22:48 +0000 (13:22 +0000)]
p4raw-id: //depot/perl@23243
ext/B/B/Assembler.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Assembler.pm
b/ext/B/B/Assembler.pm
index
6f6addf
..
f312273
100644
(file)
--- a/
ext/B/B/Assembler.pm
+++ b/
ext/B/B/Assembler.pm
@@
-10,7
+10,7
@@
use Exporter;
use B qw(ppname);
use B::Asmdata qw(%insn_data @insn_name);
use Config qw(%Config);
-require ByteLoader; # we just need its $VERSIOM
+require ByteLoader; # we just need its $VERSION
no warnings; # XXX