X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FMac%2FNSGetExecutablePath.pm;h=e4df108996aafd425362e8f90c090dc7c94a4767;hb=5492fc9bde30586d2f5ca9156b458cc2493cf5a3;hp=0a63805db673525f29c513e50e0f2487fc91eed7;hpb=94000bf6a3b8df512da6d62b9d89bf0211b4f775;p=perl%2Fmodules%2FMac-NSGetExecutablePath.git diff --git a/lib/Mac/NSGetExecutablePath.pm b/lib/Mac/NSGetExecutablePath.pm index 0a63805..e4df108 100644 --- a/lib/Mac/NSGetExecutablePath.pm +++ b/lib/Mac/NSGetExecutablePath.pm @@ -11,13 +11,13 @@ Mac::NSGetExecutablePath - Perl interface to the _NSGetExecutablePath darwin (OS =head1 VERSION -Version 0.02 +Version 0.03 =cut our $VERSION; BEGIN { - $VERSION = '0.02'; + $VERSION = '0.03'; } =head1 SYNOPSIS @@ -85,7 +85,7 @@ L 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. -L (core since perl 5), L (since 5.006), L (since 5.004_05). +L (core since perl 5), L (since 5.6.0), L (since 5.004_05). =head1 SEE ALSO @@ -114,7 +114,7 @@ The implementation of this module is inspired by Nicholas Clark's work of adding =head1 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.