[carton] 425/472: v1.0.11

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:31 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 bd6456c57b330070d1f13286dc4ffe6ff9998d26
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Sep 18 18:53:53 2013 +0900

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

diff --git a/Build.PL b/Build.PL
index 3d7de11..b12ab95 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "Carton",
-  "dist_version" => "v1.0.10",
+  "dist_version" => "v1.0.11",
   "license" => "perl",
   "module_name" => "Carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 3f6d4c9..4df49b6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for carton
 
 {{$NEXT}}
 
+v1.0.11  2013-09-18 18:51:14 JST
+        - Disable fatal warnings that comes with Moo. This will make Path::Tiny not fail
+          on NFS without flock. #135
+
 v1.0.10  2013-09-02 17:52:42 PDT
         - Documentation fixes
         - Support CRLF in snapshot (kan) #133
diff --git a/META.json b/META.json
index 74c925d..ee901aa 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 4.300037, CPAN::Meta::Converter version 2.132140",
+   "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 4.300038, CPAN::Meta::Converter version 2.132510",
    "license" : [
       "perl_5"
    ],
@@ -79,7 +79,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v1.0.10",
+   "version" : "v1.0.11",
    "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 9ce1d17..c60c3fb 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.10");
+use version; our $VERSION = version->declare("v1.0.11");
 
 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