diff options
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index f7d22f1147..3d254b58de 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,9 +7,9 @@ # package B; -our $VERSION = '1.23'; +our $VERSION = '1.24'; -use XSLoader (); +require XSLoader; require Exporter; @ISA = qw(Exporter); @@ -315,7 +315,7 @@ sub walksymtable { } } -XSLoader::load 'B'; +XSLoader::load(); 1; |