summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-09-21 08:19:33 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-09-21 08:19:33 +0900
commit83a4da2692d37afe29c89d3e893390e64387c6a6 (patch)
treeea515d1b5fde5de4e1d4f0bcf49c7a34205d93e1
parent3f1e7166dcafcbff25c6d50accf0d943f79907bf (diff)
downloadcarton-83a4da2692d37afe29c89d3e893390e64387c6a6.tar.gz
v1.0.901v1.0.901
-rw-r--r--Build.PL4
-rw-r--r--Changes3
-rw-r--r--META.json4
-rw-r--r--lib/Carton.pm2
4 files changed, 8 insertions, 5 deletions
diff --git a/Build.PL b/Build.PL
index 61bef38..ef42261 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa"
],
"dist_name" => "Carton",
- "dist_version" => "v1.0.900",
+ "dist_version" => "v1.0.901",
"license" => "perl",
"module_name" => "Carton",
"recommends" => {},
@@ -34,7 +34,7 @@ my %module_build_args = (
"Getopt::Long" => "2.39",
"JSON" => "2.53",
"Module::Build" => "0.4004",
- "Module::CPANfile" => "1.0903",
+ "Module::CPANfile" => "1.0904",
"Module::CoreList" => 0,
"Module::Metadata" => "1.000003",
"Module::Reader" => "0.002",
diff --git a/Changes b/Changes
index 6b88cd0..2104ed5 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.901 2013-09-21 08:19:25 JST
+ - Experimental support for pinning specific dist (with DarkPAN URL as well)
+
v1.0.900 2013-09-20 15:59:34 JST
- Experimental support for git
diff --git a/META.json b/META.json
index 3730bee..81c8643 100644
--- a/META.json
+++ b/META.json
@@ -55,7 +55,7 @@
"Getopt::Long" : "2.39",
"JSON" : "2.53",
"Module::Build" : "0.4004",
- "Module::CPANfile" : "1.0903",
+ "Module::CPANfile" : "1.0904",
"Module::CoreList" : "0",
"Module::Metadata" : "1.000003",
"Module::Reader" : "0.002",
@@ -79,7 +79,7 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v1.0.900",
+ "version" : "v1.0.901",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"David Golden <dagolden@cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 3417a04..6ab5d5b 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.900");
+use version; our $VERSION = version->declare("v1.0.901");
1;
__END__