p4raw-id: //depot/perl@34392
package XSLoader;
-$VERSION = "0.09";
+$VERSION = "0.09_1";
#use strict;
$bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
if (-s $bs) { # only read file if it's not empty
- print STDERR "BS: $bs ($^O, $dlsrc)\n" if $dl_debug;
eval { do $bs; };
warn "$bs: $@\n" if $@;
}