[carton] 414/472: v1.0.9

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 433bf55e6d7b06f3f655b656c229c3e5dba442d5
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Aug 17 11:24:54 2013 -0700

    v1.0.9
---
 Build.PL      | 2 +-
 Changes       | 3 +++
 META.json     | 2 +-
 lib/Carton.pm | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Build.PL b/Build.PL
index 090c1c9..39cd64c 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "Carton",
-  "dist_version" => "v1.0.8",
+  "dist_version" => "v1.0.9",
   "license" => "perl",
   "module_name" => "Carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index d9952c8..a9e76f8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v1.0.9  2013-08-17 11:24:46 PDT
+        - Workaround carton help shows wrong doc on case insensitive filesystems
+
 v1.0.8  2013-08-16 18:38:14 PDT
         - Include POD documentation for carton(1)
 
diff --git a/META.json b/META.json
index 3ae5db7..8ab8145 100644
--- a/META.json
+++ b/META.json
@@ -79,7 +79,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v1.0.8",
+   "version" : "v1.0.9",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index d67215d..7ef557f 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -1,7 +1,7 @@
 package Carton;
 use strict;
 use 5.008_005;
-use version; our $VERSION = version->declare("v1.0.8");
+use version; our $VERSION = version->declare("v1.0.9");
 
 1;
 __END__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list