summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-17 17:13:36 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-17 17:13:36 -0700
commite5e95423bba0ffdd041620c97d771de39464ba97 (patch)
tree56f2f7939424d58a189aaccfc73327ebbb64f8c2
parentbd30e7cb853dd4c526abefcf7fc2a65e28e03793 (diff)
downloadcarton-e5e95423bba0ffdd041620c97d771de39464ba97.tar.gz
v0.9.59v0.9.59
-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 e4bea9a..0c8cbae 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa"
],
"dist_name" => "carton",
- "dist_version" => "v0.9.58",
+ "dist_version" => "v0.9.59",
"license" => "perl",
"module_name" => "carton",
"recommends" => {},
diff --git a/Changes b/Changes
index 6addd46..cd4cc92 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v0.9.59 2013-06-17 17:13:21 PDT
+ - carton exec -Ilib gives a warning, while carton exec perl -Ilib won't #97
+
v0.9.58 2013-06-10 03:17:23 PDT
- Fix tests
- carton exec without an arg should raise an error
diff --git a/META.json b/META.json
index 4e53d3a..fc1a482 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v0.9.58",
+ "version" : "v0.9.59",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 590b3ee..de4c5e6 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("v0.9.58");
+use version; our $VERSION = version->declare("v0.9.59");
1;
__END__