Revision history for Mac-NSGetExecutablePath
+0.03 2013-08-24 20:00 UTC
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.02 can skip this update.
+ + Tst : Author tests are no longer bundled with this distribution.
+ They are only made available to authors in the git repository.
+
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
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mac-NSGetExecutablePath"
+ "web" : "http://rt.cpan.org/Dist/Display.html?Name=Mac-NSGetExecutablePath"
},
"homepage" : "http://search.cpan.org/dist/Mac-NSGetExecutablePath/",
"license" : [
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FMac-NSGetExecutablePath.git"
}
},
- "version" : "0.02"
+ "version" : "0.03"
}
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
base: 0
perl: 5.006
resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mac-NSGetExecutablePath
+ bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Mac-NSGetExecutablePath
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.02
+version: 0.03
darwin (OS X) system call.
VERSION
- Version 0.02
+ Version 0.03
SYNOPSIS
sub get_perl_path {
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
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.
=head1 VERSION
-Version 0.02
+Version 0.03
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.02';
+ $VERSION = '0.03';
}
=head1 SYNOPSIS