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

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

      from  2844951   update changelog
      adds  f43689a   Bump version after release
      adds  2f3cac6   Test with Perl 5.24
      adds  007c657   Use 5.24 for coverage
      adds  2cd51bd   Corrected comment in from_epoch
      adds  7b52afe   Add fractional epoch test (failing if NV == double)
      adds  737283a   Don't use the stringified representation in from_epoch to 
detect floating point values.
      adds  f8fd0c1   Add Changes
      adds  f609472   Remove some unused vars
      adds  7413b1e   v1.28
      adds  d6e08db   Bump version after release
      adds  5985d51   Add Makefile.PL
      adds  95294a3   Ignore DateTime.bs file
      adds  1db5d1e   remove dead code; tests run successfully
      adds  a53dd60   Merge pull request #16 from viviparous/master
      adds  620a641   Remove unused var in inc::LeapSecondsHeader
      adds  2a06c17   Add Test::Vars to tidyall.ini
      adds  af9c4eb   Remove unused var from DateTime::Duration
      adds  1c4bf4b   Bump version to account for trial release
      adds  4c95f3d   Bump version to account for trial release
      adds  937d23b   Warn when a locale is passed to $dt->set
      adds  c61b65d   Bump version to account for trial release
      adds  4ef21e5   Add support for truncate( to=> 'quarter' )
      adds  43306ff   Improve truncation to quarter tests
      adds  18160a2   Add Changes for truncate fix
      adds  df478d9   Add trial releases from use-pcc to Changes in master
      adds  b76c074   Clarify what trial release changes are not included in 
1.32
      adds  0388d5a   Add conflicts metadata for DateTime::Format::Mail <= 
0.0402
      adds  ab0e536   v1.32
      adds  2c48f88   Bump version after release
      adds  2012554   Fix typo in Changes
      adds  9787ad7   Fix docs around setting locales and require 
DateTime::Locale 1.05 and DT::TZ 2.00
      adds  fc95a74   v1.33
      adds  05f6328   Imported Upstream version 1.33
       new  330bd92   Merge tag 'upstream/1.33'
       new  c83495b   Update debian/changelog
       new  13d2553   Update debian/upstream/metadata (GitHub URLs).
       new  2bfc4c9   Update (build) dependencies.
       new  3e5a012   Ignore a file for autopkgtest's syntax test.
       new  80797e0   releasing package libdatetime-perl version 2:1.33-1

The 6 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:
 CONTRIBUTING.md                      |   6 +-
 Changes                              |  57 ++++++
 INSTALL                              |  14 +-
 MANIFEST                             |   6 +-
 META.json                            | 215 ++++++++++++--------
 META.yml                             | 196 +++++++++++--------
 Makefile.PL                          |  51 ++++-
 README.md                            |  95 ++++-----
 cpanfile                             |  11 +-
 debian/changelog                     |   8 +-
 debian/control                       |  14 +-
 debian/tests/pkg-perl/syntax-skip    |   3 +
 debian/upstream/metadata             |   4 +-
 dist.ini                             |   8 +
 inc/LeapSecondsHeader.pm             |   2 -
 lib/DateTime.pm                      | 131 +++++++------
 lib/DateTime/Conflicts.pm            |  39 ++++
 lib/DateTime/Duration.pm             |   6 +-
 lib/DateTime/Helpers.pm              |   2 +-
 lib/DateTime/Infinite.pm             |   4 +-
 lib/DateTime/LeapSecond.pm           |   4 +-
 lib/DateTime/PP.pm                   |   2 +-
 lib/DateTime/PPExtra.pm              |   2 +-
 ppport.h                             | 366 +++++++++++++++++++++++++----------
 t/00-report-prereqs.dd               |  11 +-
 t/00-report-prereqs.t                |  10 +-
 t/04epoch.t                          |  10 +
 t/16truncate.t                       |  70 +++++++
 t/zzz-check-breaks.t                 |  34 ++++
 tidyall.ini                          |  12 ++
 xt/author/eol.t                      |   4 +-
 xt/author/no-tabs.t                  |   4 +-
 xt/author/pod-coverage.t             |  10 +-
 xt/author/pod-spell.t                |  88 +++++----
 xt/{release => author}/portability.t |   0
 xt/author/pp-04epoch.t               |  10 +
 xt/author/pp-16truncate.t            |  70 +++++++
 xt/release/cpan-changes.t            |   9 +-
 xt/release/tidyall.t                 |  11 +-
 39 files changed, 1136 insertions(+), 463 deletions(-)
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 lib/DateTime/Conflicts.pm
 create mode 100644 t/zzz-check-breaks.t
 rename xt/{release => author}/portability.t (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdatetime-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