X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FMac-NSGetExecutablePath.git;a=blobdiff_plain;f=README;h=58fc6aabf09c69d928d063e5acb98a966158b5b7;hp=5f0836c414af62be66b72258e6963e8c0ca1fc7b;hb=HEAD;hpb=68720c70b78fdbcb3d79362b6e4bb3543e8c6da4 diff --git a/README b/README index 5f0836c..58fc6aa 100644 --- 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.