[libdevel-stacktrace-perl] branch master updated (c6b266a -> 6e686bc)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 02:13:09 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libdevel-stacktrace-perl.

      from  c6b266a   update changelog
      adds  00ef061   Imported Upstream version 2.0100
       new  c98c45c   Merge tag 'upstream/2.0100'
       new  b86f742   Update debian/changelog
       new  c5d2bca   d/u/metada: update repository's urls
       new  7212e44   debian/copyright: update years of upstream copyright
       new  e6e983a   debian/copyright: update years of Debian packaging copyright
       new  3c71976   Declare compliance with Debian policy 3.9.7
       new  fd6e9f6   Add build dependency on libtest-simple-perl (>= 0.96)
       new  6e686bc   Releasing libdevel-stacktrace-perl version 2.0100-1

The 8 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                                         |   7 +
 LICENSE                                         |   2 +-
 MANIFEST                                        |  16 +-
 META.json                                       | 487 ++++++++++++++++--------
 META.yml                                        | 400 ++++++++++++-------
 Makefile.PL                                     |  19 +-
 README.md                                       | 328 ++++++++--------
 cpanfile                                        |  50 +++
 debian/changelog                                |  15 +-
 debian/control                                  |   6 +-
 debian/copyright                                |   4 +-
 debian/upstream/metadata                        |   4 +-
 dist.ini                                        |   2 -
 lib/Devel/StackTrace.pm                         |  33 +-
 lib/Devel/StackTrace/Frame.pm                   |  21 +-
 perlcriticrc                                    |  58 +++
 perltidyrc                                      |  22 ++
 t/00-report-prereqs.dd                          |  21 +-
 t/00-report-prereqs.t                           |  13 +-
 t/01-basic.t                                    |  57 +--
 t/02-bad-utf8.t                                 |   7 +-
 t/06-dollar-at.t                                |   1 +
 t/08-filter-early.t                             |  18 +-
 t/09-skip-frames.t                              |   6 +-
 t/{09-skip-frames.t => 10-set-frames.t}         |  18 +-
 t/{00-compile.t => author-00-compile.t}         |  17 +-
 t/author-eol.t                                  |  40 +-
 t/{author-eol.t => author-mojibake.t}           |  11 +-
 t/author-no-tabs.t                              |  13 +-
 t/author-pod-spell.t                            |   6 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/author-test-version.t                         |  32 ++
 t/{release-synopsis.t => release-meta-json.t}   |   5 +-
 t/release-pod-coverage.t                        |   9 +
 t/release-portability.t                         |   1 +
 t/{release-pod-syntax.t => release-tidyall.t}   |  11 +-
 tidyall.ini                                     |  19 +
 weaver.ini                                      |  17 -
 38 files changed, 1209 insertions(+), 592 deletions(-)
 create mode 100644 cpanfile
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 copy t/{09-skip-frames.t => 10-set-frames.t} (54%)
 rename t/{00-compile.t => author-00-compile.t} (72%)
 copy t/{author-eol.t => author-mojibake.t} (58%)
 copy t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 create mode 100644 t/author-test-version.t
 copy t/{release-synopsis.t => release-meta-json.t} (79%)
 rename t/{release-pod-syntax.t => release-tidyall.t} (70%)
 create mode 100644 tidyall.ini
 delete mode 100644 weaver.ini

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



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