]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - README
This is 0.07
[perl/modules/Scalar-Vec-Util.git] / README
diff --git a/README b/README
index f63840332298abcb7b3e22e31a50f664602e113e..a89b0c71c88228f140804c28ed9c3b19c87bab3a 100644 (file)
--- 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<vfill vcopy veq>;
 
         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
     <http://www.profvince.com/perl/cover/Scalar-Vec-Util>.
 
 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.