]> git.vpit.fr Git - perl/modules/Mac-NSGetExecutablePath.git/blobdiff - lib/Mac/NSGetExecutablePath.pm
This is 0.02
[perl/modules/Mac-NSGetExecutablePath.git] / lib / Mac / NSGetExecutablePath.pm
index dcb9f88eadb592ad1f29319faf3df2f461ac22a6..0a63805db673525f29c513e50e0f2487fc91eed7 100644 (file)
@@ -11,13 +11,13 @@ Mac::NSGetExecutablePath - Perl interface to the _NSGetExecutablePath darwin (OS
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.01';
+ $VERSION = '0.02';
 }
 
 =head1 SYNOPSIS
@@ -108,6 +108,10 @@ You can find documentation for this module with the perldoc command.
 
     perldoc Mac::NSGetExecutablePath
 
+=head1 ACKNOWLEDGEMENTS
+
+The implementation of this module is inspired by Nicholas Clark's work of adding this feature to perl 5.16.
+
 =head1 COPYRIGHT & LICENSE
 
 Copyright 2012 Vincent Pit, all rights reserved.