[carton] 02/06: Merge tag 'upstream/1.0.2'

gregor herrmann gregoa at debian.org
Mon Aug 5 11:35:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository carton.

commit 8a9a1f4317697f484d186faa1c100f3a048424cf
Merge: 9d74ec8 2a60e50
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 5 12:52:27 2013 +0200

    Merge tag 'upstream/1.0.2'
    
    Upstream version 1.0.2

 Build.PL                       |   24 +--
 Changes                        |  104 +++++++++
 MANIFEST                       |   33 ++-
 META.json                      |   42 ++--
 META.yml                       |   35 +--
 Makefile.PL                    |   70 ------
 README                         |   54 ++---
 cpanfile                       |   30 ++-
 dist.ini                       |    2 +-
 lib/Carton.pm                  |  460 ++--------------------------------------
 lib/Carton/Builder.pm          |   96 +++++++++
 lib/Carton/CLI.pm              |  408 ++++++++++++++++++-----------------
 lib/Carton/CPANfile.pm         |   27 +++
 lib/Carton/Dependency.pm       |   19 ++
 lib/Carton/Dist.pm             |   33 +++
 lib/Carton/Dist/Core.pm        |   23 ++
 lib/Carton/Doc/Check.pod       |   30 +--
 lib/Carton/Doc/Exec.pod        |   22 +-
 lib/Carton/Doc/FAQ.pod         |   74 +++----
 lib/Carton/Doc/Install.pod     |   74 +++----
 lib/Carton/Doc/List.pod        |   24 +--
 lib/Carton/Doc/Tree.pod        |   13 --
 lib/Carton/Doc/Update.pod      |   40 ++++
 lib/Carton/Environment.pm      |   95 +++++++++
 lib/Carton/Error.pm            |    8 +-
 lib/Carton/Index.pm            |   52 +++++
 lib/Carton/Mirror.pm           |   25 +++
 lib/Carton/Package.pm          |   16 ++
 lib/Carton/Snapshot.pm         |  175 +++++++++++++++
 lib/Carton/Snapshot/Emitter.pm |   30 +++
 lib/Carton/Snapshot/Parser.pm  |  126 +++++++++++
 lib/Carton/Tree.pm             |  177 ++++------------
 script/carton                  |    2 +-
 t/00-compile.t                 |   74 -------
 xt/CLI.pm                      |   75 +++----
 xt/cli/bundle.t                |   19 ++
 xt/cli/check.t                 |   85 +++++++-
 xt/cli/cpanfile.t              |   44 ++++
 xt/cli/deployment.t            |   26 +++
 xt/cli/deps_phase.t            |   29 +++
 xt/cli/exec.t                  |   76 +++++--
 xt/cli/freeze.t                |   24 +++
 xt/cli/help.t                  |   25 +++
 xt/cli/install.t               |   30 +++
 xt/cli/json_pp.t               |   23 ++
 xt/cli/mirror.t                |   23 +-
 xt/cli/mirror_multi.t          |   39 ----
 xt/cli/mismatch.t              |   27 +++
 xt/cli/no_cpanfile.t           |   13 ++
 xt/cli/perl.t                  |    9 +-
 xt/cli/snapshot.t              |   48 +++++
 xt/cli/subdir.t                |   25 +++
 xt/cli/test_deps.t             |   26 ---
 xt/cli/tree.t                  |   23 ++
 xt/cli/update.t                |   78 +++++++
 xt/cli/version.t               |    5 +-
 xt/cli/without.t               |   67 ++++++
 57 files changed, 2070 insertions(+), 1286 deletions(-)

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