]> git.vpit.fr Git - perl/modules/Mac-NSGetExecutablePath.git/blobdiff - lib/Mac/NSGetExecutablePath.pm
Make Perl version numbers more readable
[perl/modules/Mac-NSGetExecutablePath.git] / lib / Mac / NSGetExecutablePath.pm
index e15a6ab72563df3c891ff90493d73a53fb3f014a..7b9934a574a847a6e253122f3a7aaaa95911579d 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
@@ -85,7 +85,7 @@ L<perl> 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<Exporter> (core since perl 5), L<XSLoader> (since 5.006), L<base> (since 5.004_05).
+L<Exporter> (core since perl 5), L<XSLoader> (since 5.6.0), L<base> (since 5.004_05).
 
 =head1 SEE ALSO