[libexception-class-trycatch-perl] branch master updated (2b6ce32 -> 4018fff)

gregor herrmann gregoa at debian.org
Sat Mar 1 22:24:30 UTC 2014


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

gregoa pushed a change to branch master
in repository libexception-class-trycatch-perl.

      from  2b6ce32   update changelog
       new  9e5e331   Imported Upstream version 1.13
       new  fb09348   New upstream release.
       new  20a00d4   Switch to "3.0 (quilt)" source format.
       new  cf711f2   remove boilerplate comments from debian/watch
       new  77a272e   Use three-line debian/rules.
       new  0ee35e1   debian/copyright: switch formatting to Copyright-Format 1.0, update years.
       new  6fc648a   Install new CONTRIBUTING document.
       new  7377477   Bump debhelper compatibility level to 8.
       new  1665ccd   Remove unneeded build dependencies.
       new  a459429   Declare compliance with Debian Policy 3.9.5.
       new  4018fff   releasing package libexception-class-trycatch-perl version 1.13-1

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                     |  34 ---
 CONTRIBUTING                                 | 100 +++++++
 Changes                                      |   8 +
 INSTALL                                      |  28 --
 LICENSE                                      |   6 +
 MANIFEST                                     |  35 ++-
 MANIFEST.SKIP                                |  33 ---
 META.json                                    |  93 ++++++
 META.yml                                     |  55 ++--
 Makefile.PL                                  |  86 +++++-
 README                                       |  97 +++----
 Todo                                         |   9 -
 cpanfile                                     |  37 +++
 debian/changelog                             |  20 +-
 debian/compat                                |   2 +-
 debian/control                               |  11 +-
 debian/copyright                             |  62 ++--
 debian/libexception-class-trycatch-perl.docs |   1 +
 debian/rules                                 |  21 +-
 debian/source/format                         |   1 +
 debian/watch                                 |   2 -
 dist.ini                                     |  10 +
 inc/Module/Build/WikiDoc.pm                  |  62 ----
 lib/Exception/Class/TryCatch.pm              | 420 ++++++++++++++-------------
 lib/Exception/Class/TryCatch.pod             | 286 ------------------
 xt/perlcriticrc => perlcritic.rc             |   8 +-
 t/00-report-prereqs.t                        | 181 ++++++++++++
 t/01_Exception_Class_TryCatch.t              | 190 ++++++------
 tidyall.ini                                  |   5 +
 xt/author/00-compile.t                       |  53 ++++
 xt/author/critic.t                           |  12 +
 xt/author/pod-spell.t                        |  23 ++
 xt/critic.t                                  |  15 -
 xt/pod-coverage.t                            |  29 --
 xt/pod-format.t                              |  13 -
 xt/release/distmeta.t                        |   6 +
 xt/release/minimum-version.t                 |   8 +
 xt/release/pod-coverage.t                    |   7 +
 xt/release/pod-syntax.t                      |   6 +
 xt/release/portability.t                     |  12 +
 xt/release/test-version.t                    |  22 ++
 xt/spelling.t                                |  21 --
 xt/stopwords.txt                             |  10 -
 43 files changed, 1134 insertions(+), 1006 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 delete mode 100644 INSTALL
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 Todo
 create mode 100644 cpanfile
 create mode 100644 debian/libexception-class-trycatch-perl.docs
 create mode 100644 debian/source/format
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Build/WikiDoc.pm
 delete mode 100644 lib/Exception/Class/TryCatch.pod
 rename xt/perlcriticrc => perlcritic.rc (76%)
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 tidyall.ini
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/critic.t
 create mode 100644 xt/author/pod-spell.t
 delete mode 100644 xt/critic.t
 delete mode 100644 xt/pod-coverage.t
 delete mode 100644 xt/pod-format.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t
 create mode 100644 xt/release/pod-coverage.t
 create mode 100644 xt/release/pod-syntax.t
 create mode 100644 xt/release/portability.t
 create mode 100644 xt/release/test-version.t
 delete mode 100644 xt/spelling.t
 delete mode 100644 xt/stopwords.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libexception-class-trycatch-perl.git



More information about the Pkg-perl-cvs-commits mailing list