[carton] 184/472: v0.9.13

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:45 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 ae83a0aa6de00d2e83a0cb14aabc09a986fc7c57
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Mar 30 15:14:56 2013 -0700

    v0.9.13
---
 Build.PL            |  2 +-
 Changes             |  3 +++
 META.json           | 14 ++++++++++++--
 lib/Carton.pm       |  2 +-
 lib/Carton/CLI.pm   |  2 +-
 lib/Carton/Error.pm |  2 +-
 lib/Carton/Tree.pm  |  2 +-
 lib/Carton/Util.pm  |  2 +-
 8 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/Build.PL b/Build.PL
index 387d110..d302817 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa <miyagawa\@bulknews.net>"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.12",
+  "dist_version" => "v0.9.13",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 7fe5688..d1964e5 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.13  2013-03-30 15:14:49 PDT
+        - repackage for better META files with Milla v0.9.3
+
 v0.9.12  2013-03-30 15:01:55 PDT
         - repackage to set $VERSION
 
diff --git a/META.json b/META.json
index 3f88ec7..0eaf559 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa <miyagawa at bulknews.net>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v0.9.2, Dist::Zilla version 4.300032, CPAN::Meta::Converter version 2.130880",
+   "generated_by" : "Dist::Milla version v0.9.3, Dist::Zilla version 4.300032, CPAN::Meta::Converter version 2.130880",
    "license" : [
       "perl_5"
    ],
@@ -13,6 +13,16 @@
       "version" : "2"
    },
    "name" : "carton",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "xt",
+         "inc",
+         "share",
+         "eg",
+         "examples"
+      ]
+   },
    "prereqs" : {
       "build" : {
          "requires" : {
@@ -65,6 +75,6 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.12"
+   "version" : "v0.9.13"
 }
 
diff --git a/lib/Carton.pm b/lib/Carton.pm
index c07c76e..d6a83b0 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_001;
-use version; our $VERSION = version->declare("v0.9.12");
+use version; our $VERSION = version->declare("v0.9.13");
 
 use Cwd;
 use Config qw(%Config);
diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index d96ebfe..6928071 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -1,7 +1,7 @@
 package Carton::CLI;
 use strict;
 use warnings;
-use version; our $VERSION = version->declare("v0.9.12");
+use version; our $VERSION = version->declare("v0.9.13");
 
 use Cwd;
 use Config;
diff --git a/lib/Carton/Error.pm b/lib/Carton/Error.pm
index c2943ea..afbef44 100644
--- a/lib/Carton/Error.pm
+++ b/lib/Carton/Error.pm
@@ -1,6 +1,6 @@
 package Carton::Error;
 use strict;
-use version; our $VERSION = version->declare("v0.9.12");
+use version; our $VERSION = version->declare("v0.9.13");
 use Exception::Class (
     'Carton::Error::CommandExit',
 );
diff --git a/lib/Carton/Tree.pm b/lib/Carton/Tree.pm
index e05504c..4d5d955 100644
--- a/lib/Carton/Tree.pm
+++ b/lib/Carton/Tree.pm
@@ -1,7 +1,7 @@
 package Carton::TreeNode;
 use strict;
 use warnings;
-use version; our $VERSION = version->declare("v0.9.12");
+use version; our $VERSION = version->declare("v0.9.13");
 
 my %cache;
 
diff --git a/lib/Carton/Util.pm b/lib/Carton/Util.pm
index 2c77ab0..20ef509 100644
--- a/lib/Carton/Util.pm
+++ b/lib/Carton/Util.pm
@@ -1,7 +1,7 @@
 package Carton::Util;
 use strict;
 use warnings;
-use version; our $VERSION = version->declare("v0.9.12");
+use version; our $VERSION = version->declare("v0.9.13");
 
 sub load_json {
     my $file = shift;

-- 
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