[carton] 219/472: v0.9.50

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:48 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 f51bf7dd4085b945f1797cb7d779e50e290cd933
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri May 31 02:18:29 2013 +0900

    v0.9.50
---
 Build.PL      | 2 +-
 Changes       | 8 ++++++++
 META.json     | 8 ++++----
 lib/Carton.pm | 2 +-
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/Build.PL b/Build.PL
index ae63f40..621392c 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.15",
+  "dist_version" => "v0.9.50",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 62d79d8..eac03d0 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.50  2013-05-31 02:18:07 JST
+        - Documentation fixes
+        - remove bunch of code that is unused
+        - removed tree command for now
+        - Overhauled the way bundle command works
+        - refactored lock and index generation code
+        - Enabled Travis CI tests
+
 v0.9.15  2013-03-31 18:11:28 PDT
         - Add minimum perl dependency
 
diff --git a/META.json b/META.json
index e108ffe..a7a0d4c 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880",
+   "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131490",
    "license" : [
       "perl_5"
    ],
@@ -37,8 +37,8 @@
       },
       "develop" : {
          "requires" : {
-            "Capture::Tiny" : "0",
             "Directory::Scratch" : "0",
+            "File::pushd" : "0",
             "Test::Pod" : "1.41",
             "Test::Requires" : "0"
          }
@@ -65,7 +65,7 @@
          }
       }
    },
-   "release_status" : "stable",
+   "release_status" : "testing",
    "resources" : {
       "bugtracker" : {
          "web" : "https://github.com/miyagawa/carton/issues"
@@ -77,7 +77,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.15",
+   "version" : "v0.9.50",
    "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 29a693b..de4588c 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_005;
-use version; our $VERSION = version->declare("v0.9.15");
+use version; our $VERSION = version->declare("v0.9.50");
 
 use Cwd;
 use Config qw(%Config);

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