diff -ru Bit-Vector-6.3.orig/t/09_parameters.t Bit-Vector-6.3/t/09_parameters.t
--- Bit-Vector-6.3.orig/t/09_parameters.t	2002-09-28 15:40:37.000000000 -0400
+++ Bit-Vector-6.3/t/09_parameters.t	2003-07-22 18:46:27.304004000 -0400
@@ -83,8 +83,8 @@
 $method_list{'Bit_Copy'}            = [ 0, 2, 7 ];
 $method_list{'LSB'}                 = [ 0, 7 ];
 $method_list{'MSB'}                 = [ 0, 7 ];
-$method_list{'lsb'}                 = [ 0 ];
-$method_list{'msb'}                 = [ 0 ];
+$method_list{'lsb_'}                 = [ 0 ];
+$method_list{'msb_'}                 = [ 0 ];
 $method_list{'rotate_left'}         = [ 0 ];
 $method_list{'rotate_right'}        = [ 0 ];
 $method_list{'shift_left'}          = [ 0, 7 ];
diff -ru Bit-Vector-6.3.orig/Vector.xs Bit-Vector-6.3/Vector.xs
--- Bit-Vector-6.3.orig/Vector.xs	2002-09-28 15:40:37.000000000 -0400
+++ Bit-Vector-6.3/Vector.xs	2003-07-22 18:47:27.354007000 -0400
@@ -1517,7 +1517,7 @@
 
 
 boolean
-BitVector_lsb(reference)
+BitVector_lsb_(reference)
 BitVector_Object	reference
 CODE:
 {
@@ -1535,7 +1535,7 @@
 
 
 boolean
-BitVector_msb(reference)
+BitVector_msb_(reference)
 BitVector_Object	reference
 CODE:
 {
