X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=lib%2FScalar%2FVec%2FUtil.pm;h=2c0f723f0361dbfc8cd8403d7d7bca0c9e5e09e6;hb=5d190c195e99dcfbbe49786e190b0922e24432b0;hp=4f69d8fd1d930c524362dbb8c2c51ad613be4632;hpb=831b8bd03ca3ae94e3ba9e1e1b7d9be913dc9d13;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/lib/Scalar/Vec/Util.pm b/lib/Scalar/Vec/Util.pm index 4f69d8f..2c0f723 100644 --- a/lib/Scalar/Vec/Util.pm +++ b/lib/Scalar/Vec/Util.pm @@ -11,23 +11,23 @@ Scalar::Vec::Util - Utility routines for vec strings. =head1 VERSION -Version 0.04 +Version 0.05 =cut our $VERSION; BEGIN { - $VERSION = '0.04'; + $VERSION = '0.05'; eval { require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); 1; } or do { - sub SVU_PP () { 1 } - sub SVU_SIZE () { 1 } - *vfill = *vfill_pp; - *vcopy = *vcopy_pp; - *veq = *veq_pp; + *SVU_PP = sub () { 1 }; + *SVU_SIZE = sub () { 1 }; + *vfill = *vfill_pp; + *vcopy = *vcopy_pp; + *veq = *veq_pp; } } @@ -227,7 +227,7 @@ L gives a complete reimplementation of bit vectors. Vincent Pit, C<< >>, L. -You can contact me by mail or on #perl @ FreeNode (vincent or Prof_Vince). +You can contact me by mail or on C (vincent). =head1 BUGS