[libautodie-perl] branch master updated (e830235 -> 2b311af)

Salvatore Bonaccorso carnil at debian.org
Wed Apr 2 20:09:35 UTC 2014


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

carnil pushed a change to branch master
in repository libautodie-perl.

      from  e830235   update changelog
      adds  70bbe91   Imported Upstream version 2.24
       new  0d3beed   Merge tag 'upstream/2.24'
       new  e82daf4   Add fix-spelling-error-in-manpage.patch patch
       new  2b311af   Prepare changelog for release

The 3 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:
 Changes                                            |  26 +++++
 MANIFEST                                           |  10 +-
 META.json                                          |   6 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |   8 +-
 README                                             |  56 ----------
 README.md                                          |  41 +++++++
 cpanfile                                           |  47 ++++++++
 debian/changelog                                   |  11 +-
 debian/patches/fix-spelling-error-in-manpage.patch |  18 +++
 debian/patches/series                              |   1 +
 dist.ini                                           |  11 +-
 lib/Fatal.pm                                       |  53 ++++-----
 lib/autodie.pm                                     |   4 +-
 lib/autodie/Scope/Guard.pm                         |  65 +++++++++++
 lib/autodie/Scope/GuardStack.pm                    | 124 +++++++++++++++++++++
 lib/autodie/ScopeUtil.pm                           |  80 +++++++++++++
 lib/autodie/exception.pm                           |  31 +++++-
 lib/autodie/exception/system.pm                    |   2 +-
 lib/autodie/hints.pm                               |   4 +-
 lib/autodie/skip.pm                                |   4 +-
 t/boilerplate.t                                    |  49 --------
 t/release-pod-coverage.t                           |  11 +-
 t/release-pod-syntax.t                             |   4 +-
 t/scope_leak.t                                     |  10 ++
 t/truncate.t                                       |   7 +-
 t/truncate_me                                      |   0
 27 files changed, 500 insertions(+), 189 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/autodie/Scope/Guard.pm
 create mode 100644 lib/autodie/Scope/GuardStack.pm
 create mode 100644 lib/autodie/ScopeUtil.pm
 delete mode 100755 t/boilerplate.t
 delete mode 100644 t/truncate_me

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



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