]> git.vpit.fr Git - perl/modules/Mac-NSGetExecutablePath.git/blobdiff - README
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Mac-NSGetExecutablePath.git] / README
diff --git a/README b/README
index 5f0836c414af62be66b72258e6963e8c0ca1fc7b..58fc6aabf09c69d928d063e5acb98a966158b5b7 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     darwin (OS X) system call.
 
 VERSION
-    Version 0.01
+    Version 0.03
 
 SYNOPSIS
         sub get_perl_path {
@@ -48,7 +48,7 @@ DEPENDENCIES
     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.
 
-    Exporter (core since perl 5), XSLoader (since 5.006), base (since
+    Exporter (core since perl 5), XSLoader (since 5.6.0), base (since
     5.004_05).
 
 SEE ALSO
@@ -72,8 +72,12 @@ SUPPORT
 
         perldoc Mac::NSGetExecutablePath
 
+ACKNOWLEDGEMENTS
+    The implementation of this module is inspired by Nicholas Clark's work
+    of adding this feature to perl 5.16.
+
 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.