Revision history for Mac-NSGetExecutablePath
+0.02 2012-11-02 00:55 UTC
+ + Fix : NSGetExecutablePath() no longer leaks its return value.
+ + Tst : t/93-pod-spelling.t does not crash anymore on perl 5.12 and
+ below.
+ Thanks Slaven Rezic for debugging this.
+
0.01 2012-10-29 19:55 UTC
First version, released on an unsuspecting world.
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FMac-NSGetExecutablePath.git"
}
},
- "version" : "0.01"
+ "version" : "0.02"
}
homepage: http://search.cpan.org/dist/Mac-NSGetExecutablePath/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FMac-NSGetExecutablePath.git
-version: 0.01
+version: 0.02
darwin (OS X) system call.
VERSION
- Version 0.01
+ Version 0.02
SYNOPSIS
sub get_perl_path {
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.
=head1 VERSION
-Version 0.01
+Version 0.02
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.01';
+ $VERSION = '0.02';
}
=head1 SYNOPSIS