]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - README
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/re-engine-Hooks.git] / README
diff --git a/README b/README
index d0545bbc9d505293004dceb83dba11f08a997671..c708a09e5a1e1e384e20cec28d966e0e7d669271 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     engine.
 
 VERSION
-    Version 0.03
+    Version 0.05
 
 SYNOPSIS
     In your XS file :
@@ -128,7 +128,11 @@ EXAMPLES
     distribution. It implements a couple of simple examples.
 
 DEPENDENCIES
-    perl 5.10.1.
+    Any stable release of perl since 5.10.1, or a development release of
+    perl from the 5.19 branch.
+
+    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.
 
     ExtUtils::Depends.
 
@@ -153,7 +157,7 @@ SUPPORT
         perldoc re::engine::Hooks
 
 COPYRIGHT & LICENSE
-    Copyright 2012 Vincent Pit, all rights reserved.
+    Copyright 2012,2013 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.