summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-08-17 11:24:54 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-08-17 11:24:54 -0700
commit433bf55e6d7b06f3f655b656c229c3e5dba442d5 (patch)
treef6a6ce14dc1dbc943585c12f94eaad3011ef08d4
parentc251c9a455b41852bc74905b7e6388364592b875 (diff)
downloadcarton-433bf55e6d7b06f3f655b656c229c3e5dba442d5.tar.gz
v1.0.9v1.0.9
-rw-r--r--Build.PL2
-rw-r--r--Changes3
-rw-r--r--META.json2
-rw-r--r--lib/Carton.pm2
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@googlemail.com>",
"David Golden <dagolden@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__