]> git.vpit.fr Git - perl/modules/Mac-NSGetExecutablePath.git/commitdiff
This is 0.03 v0.03
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:59:35 +0000 (16:59 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:59:35 +0000 (16:59 -0300)
Changes
META.json
META.yml
README
lib/Mac/NSGetExecutablePath.pm

diff --git a/Changes b/Changes
index 0bd686c21ae0eef89adbf2bf553dfc463664393b..27670bee6aae913ade2e51e3e7d3a0cf88c3a13a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 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
index 79d448a7a53549256e6a172f2b1f70ee5eed33d6..109f7564c39bff6b706fdc70936dd01a8d27f4df 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "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"
    ],
@@ -46,7 +46,7 @@
    "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" : [
@@ -56,5 +56,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FMac-NSGetExecutablePath.git"
       }
    },
-   "version" : "0.02"
+   "version" : "0.03"
 }
index f640df4f60b24ebc36882e2ab525e619b669cd2b..eca233d4d4f75e6b4408c7ca464deafe903cc012 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -11,7 +11,7 @@ build_requires:
 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
@@ -27,8 +27,8 @@ requires:
   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
diff --git a/README b/README
index 3d62560c70ebff93a0722882aac0a61e01573de7..58fc6aabf09c69d928d063e5acb98a966158b5b7 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     darwin (OS X) system call.
 
 VERSION
-    Version 0.02
+    Version 0.03
 
 SYNOPSIS
         sub get_perl_path {
@@ -48,7 +48,7 @@ DEPENDENCIES
     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
@@ -77,7 +77,7 @@ ACKNOWLEDGEMENTS
     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.
index ebc93db251229218bf1e2eb6d59262a94c068467..e4df108996aafd425362e8f90c090dc7c94a4767 100644 (file)
@@ -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