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

gregoa pushed a change to branch master
in repository libdatetime-format-strptime-perl.

      from  4d2a928   update changelog
       new  48822eb   Add debian/upstream/metadata
       new  bbb414e   Update debian/changelog
      adds  88a7fc9   Imported Upstream version 1.6000
       new  ef2747b   Merge tag 'upstream/1.6000'
       new  14dcff4   Update debian/changelog
       new  8565003   Update years of upstream and packaging copyright.
       new  fa6e0eb   Update (build) dependencies.
       new  c3e3458   Add debian/NEWS to mention backwards incompatible changes.
       new  371745a   Reformat debian/control with cme
       new  10442b6   Declare compliance with Debian Policy 3.9.6.
       new  d1216ab   Bump debhelper compatibility level to 9.
       new  9be601e   releasing package libdatetime-format-strptime-perl 
version 1.6000-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:
 Changes                                         |   68 +
 INSTALL                                         |    1 -
 LICENSE                                         |    2 +-
 MANIFEST                                        |   35 +-
 META.json                                       |  639 +++++---
 META.yml                                        |  527 ++++---
 Makefile.PL                                     |   43 +-
 README.md                                       |  416 +++--
 bench                                           |  553 +++++++
 cpanfile                                        |   50 +
 debian/NEWS                                     |   20 +
 debian/changelog                                |   14 +-
 debian/compat                                   |    2 +-
 debian/control                                  |   17 +-
 debian/copyright                                |    4 +-
 debian/upstream/metadata                        |    8 +
 dist.ini                                        |    6 +-
 lib/DateTime/Format/Strptime.pm                 | 1915 +++++++++++------------
 perlcriticrc                                    |   58 +
 perltidyrc                                      |   22 +
 t/00-report-prereqs.dd                          |   34 +-
 t/00-report-prereqs.t                           |   28 +-
 t/001_load.t                                    |   12 -
 t/002_dates.t                                   |  104 --
 t/003_every.t                                   |   92 --
 t/004_locale_defaults.t                         |   70 -
 t/005_croak.t                                   |  144 --
 t/006_locales.t                                 |  122 --
 t/007_edge.t                                    |  107 --
 t/008_epoch.t                                   |   88 --
 t/009_regexp.t                                  |   63 -
 t/{00-compile.t => author-00-compile.t}         |   20 +-
 t/author-001_all_locales.t                      |   97 --
 t/author-eol.t                                  |   41 +
 t/author-mojibake.t                             |   17 +
 t/author-no-tabs.t                              |   41 +
 t/author-pod-spell.t                            |    3 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |    5 +-
 t/author-test-all-my-deps.t                     |  122 ++
 t/author-test-version.t                         |   32 +
 t/basic.t                                       |  450 ++++++
 t/edge.t                                        |   54 +
 t/errors.t                                      |  296 ++++
 t/lib/T.pm                                      |  125 ++
 t/locales.t                                     |  266 ++++
 t/release-eol.t                                 |   16 -
 t/release-no-tabs.t                             |   42 -
 t/release-pod-coverage.t                        |   15 +-
 t/release-portability.t                         |    1 +
 t/{release-pod-syntax.t => release-tidyall.t}   |   11 +-
 tidyall.ini                                     |    9 +
 weaver.ini                                      |   17 +
 52 files changed, 4265 insertions(+), 2679 deletions(-)
 create mode 100644 bench
 create mode 100644 cpanfile
 create mode 100644 debian/NEWS
 create mode 100644 debian/upstream/metadata
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 delete mode 100644 t/001_load.t
 delete mode 100644 t/002_dates.t
 delete mode 100644 t/003_every.t
 delete mode 100644 t/004_locale_defaults.t
 delete mode 100644 t/005_croak.t
 delete mode 100644 t/006_locales.t
 delete mode 100644 t/007_edge.t
 delete mode 100644 t/008_epoch.t
 delete mode 100644 t/009_regexp.t
 rename t/{00-compile.t => author-00-compile.t} (62%)
 delete mode 100644 t/author-001_all_locales.t
 create mode 100644 t/author-eol.t
 create mode 100644 t/author-mojibake.t
 create mode 100644 t/author-no-tabs.t
 copy t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 create mode 100644 t/author-test-all-my-deps.t
 create mode 100644 t/author-test-version.t
 create mode 100644 t/basic.t
 create mode 100644 t/edge.t
 create mode 100644 t/errors.t
 create mode 100644 t/lib/T.pm
 create mode 100644 t/locales.t
 delete mode 100644 t/release-eol.t
 delete mode 100644 t/release-no-tabs.t
 rename t/{release-pod-syntax.t => release-tidyall.t} (70%)
 create mode 100644 tidyall.ini
 create mode 100644 weaver.ini

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to