X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=README;h=a89b0c71c88228f140804c28ed9c3b19c87bab3a;hp=f63840332298abcb7b3e22e31a50f664602e113e;hb=7e1c1e73ac4f734a019405602307430ddfe2d196;hpb=7fd1958a0919e94beee7223dda577fc9abd3547a diff --git a/README b/README index f638403..a89b0c7 100644 --- a/README +++ b/README @@ -2,10 +2,10 @@ NAME Scalar::Vec::Util - Utility routines for vec strings. VERSION - Version 0.06 + Version 0.07 SYNOPSIS - use Scalar::Vec::Util qw/vfill vcopy veq/; + use Scalar::Vec::Util qw; my $s; vfill $s, 0, 100, 1; # Fill with 100 bits 1 starting at 0. @@ -149,6 +149,11 @@ CAVEATS unit. I'll add exceptions for them. DEPENDENCIES + perl 5.6. + + A C compiler. This module may happen to build with a C++ compiler as + well, but don't rely on it, as no guarantee is made in this regard. + Carp, Exporter (core modules since perl 5), XSLoader (since perl 5.006). SEE ALSO @@ -175,7 +180,7 @@ SUPPORT . COPYRIGHT & LICENSE - Copyright 2008-2009 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010,2011,2012 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.