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

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

      from  e651125   Releasing package libdatetime-perl version 2:1.41-1
      adds  b9bb8cf   Fix conditional load of DT::F::Strptime in 
44set-formatter.t
      adds  3308e9e   Switch from Params::Validate to Params::CheckCompiler & 
Specio
      adds  e6d4156   Name all compiled check subs
      adds  8fbbe00   Fix code under 5.8
      adds  960d499   Doc Params::CheckCompiler change in Changes
      adds  dd67f7a   Make tidyall happy
      adds  4c7384b   Add $VERSION to DateTime::Types
      adds  7e324fd   v1.29
      adds  65a70ae   Bump version after release
      adds  3bf0fbb   Require Params::CheckCompiler 0.06
      adds  e6e0d42   v1.30
      adds  770f38e   Bump version after release
      adds  fdfaefb   Merge branch 'master' into use-pcc
      adds  d3a95ab   v1.31
      adds  cc49c1e   Bump version after release
      adds  15d9cdf   Credit Slaven for locale param report
      adds  1e3ffa9   Update for Params::CheckCompiler 0.07
      adds  a4c56ae   Bump version after release
      adds  afc7ed1   Merge branch 'master' into use-pcc
      adds  6c71f0a   Params::CheckCompiler is now ValidationCompiler
      adds  129f205   s/bounday/boundary/
      adds  e4d080c   Merge pull request #18 from oalders/master
      adds  3fc8d35   Add leap second on December 31, 2016
      adds  f6f8ac0   v1.34
      adds  e137c97   Use namespace::autoclean in all of our modules
      adds  4a30fdb   Merge branch 'master' into use-pcc
      adds  421d153   Rename $check to $validator
      adds  cd12e09   Fix pod coverage
      adds  31140a2   Merge branch 'master' into use-pcc
      adds  1505212   Manually bump version
      adds  dff25f6   v1.35
      adds  f660bf2   Bump version after release
      adds  916c68d   Merge branch 'master' into use-pcc
      adds  5493e34   Only try to name validation subs if Sub::Name is installed
      adds  20436f3   Require namespace::autoclean 0.19
      adds  8a2a65f   v1.36
      adds  ebc2262   Bump version after release
      adds  33dc8fa   Merge branch 'master' into use-pvc
      adds  549dfe7   Require the latest Params::ValidationCompiler, which uses 
Sub::Util to name subs
      adds  3e2734f   Changes for next trial release
      adds  c84ef22   v1.37
      adds  d0fc4d6   Bump version after release
      adds  3bbe0cb   Disable harness preloading for 39no-so.t
      adds  860c56f   Require Params::ValidationCompiler 0.13
      adds  840852d   Fix spelling of Slaven Rezić in Changes
      adds  9ff23ff   Update release notes for non-TRIAL P::VC release
      adds  4379461   Require P::VC-using version of DT::Locale and DT::TZ
      adds  c51f035   Get Test::CleanNamespaces passing
      adds  c23bb71   v1.38
      adds  962cd22   Bump version after release
      adds  1acb845   Update some old Changes
      adds  1e6b77f   Replace "use constant" with subs
      adds  3132974   Require Perl 5.8.4+
      adds  79f198d   v1.39
      adds  120941f   Bump version after release
      adds  8888eae   Rephrase docs for $dt->add a little
      adds  52c00af   Doc removed methods/params in 1.38
      adds  90f9650   Add missing word
      adds  de69c49   Merge pull request #19 from book/patch-1
      adds  55b2a6a   Switch to use GitHub issues
      adds  26f135f   v1.40
      adds  b89a9b6   DateTime->add and subtract now accept duration objects
      adds  be72f55   Remove pointless "undef $dt" in 06add.t
      adds  2d3db1b   Small style tweak when importing subs
      adds  917bcc2   Merge pull request #46 from houseabsolute/skington-master
      adds  9f79b47   Bump version manually
      adds  42006be   v1.41
      adds  d27edb4   Bump version after release
      adds  9545a39   Documentation fix for addition of 2017 leap second
      adds  5f123bf   Merge pull request #47 from mrdvt92/master
      adds  d07a117   Explicitly test DateTime::LeapSecond::day_length
      adds  56ba3c9   Small doc fixes for DateTime::LeapSecond
      adds  ff0e378   Fix leap second for 2012 in DateTime::LeapSecond data
      adds  3aaa9f4   Make all code pass tidy and critic checks
      adds  d865e21   Merge pull request #51 from 
houseabsolute/autarch/tidy-it-all
      adds  1fbc8f0   Fix DT::Duration->add and ->subtract to accept duration 
objects
      adds  6297029   Merge pull request #52 from 
houseabsolute/autarch/fix-duration-add
      adds  8e82f0b   v1.42
      adds  7806222   New upstream version 1.42
       new  c6849c9   Merge tag 'upstream/1.42'
       new  e2e84b5   Update debian/changelog
       new  de66ea9   releasing package libdatetime-perl version 2:1.42-1

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:
 CONTRIBUTING.md                    |   4 +-
 Changes                            |   8 +
 META.json                          |  67 ++--
 META.yml                           |  65 ++--
 Makefile.PL                        |   2 +-
 README.md                          |   3 +-
 debian/changelog                   |   6 +
 lib/DateTime.pm                    |  53 ++-
 lib/DateTime/Duration.pm           |  31 +-
 lib/DateTime/Helpers.pm            |   2 +-
 lib/DateTime/Infinite.pm           |  13 +-
 lib/DateTime/LeapSecond.pm         |  26 +-
 lib/DateTime/PP.pm                 |  13 +-
 lib/DateTime/PPExtra.pm            |   4 +-
 lib/DateTime/Types.pm              |   4 +-
 perlcriticrc                       |   8 +
 t/01sanity.t                       |  32 +-
 t/02last-day.t                     |  35 +-
 t/03components.t                   | 238 ++++++------
 t/06add.t                          | 742 ++++++++++++++++++++-----------------
 t/07compare.t                      |  41 +-
 t/09greg.t                         |   6 +-
 t/10subtract.t                     |   8 +-
 t/11duration.t                     | 136 ++++---
 t/12week.t                         |   2 +-
 t/14locale.t                       |  85 +++--
 t/16truncate.t                     |  87 ++---
 t/17set-return.t                   |  14 +-
 t/19leap-second.t                  | 249 +++++++------
 t/20infinite.t                     |  22 +-
 t/21bad-params.t                   |  49 ++-
 t/22from-doy.t                     |  28 +-
 t/24from-object.t                  |   1 +
 t/29overload.t                     |  33 +-
 t/31formatter.t                    | 120 ++++--
 t/36invalid-local.t                |  66 ++--
 t/37local-add.t                    |   8 +-
 t/39no-so.t                        |   9 +-
 t/40leap-years.t                   |   1 +
 t/41cldr-format.t                  |  11 +-
 t/42duration-class.t               |   2 +-
 t/44set-formatter.t                |   3 +-
 t/45core-time.t                    |   1 +
 t/46warnings.t                     |   1 +
 t/47default-time-zone.t            |  79 ++--
 tidyall.ini                        |  13 +
 xt/author/pod-coverage.t           |   8 +-
 xt/author/pod-spell.t              |   2 +
 xt/author/pp-01sanity.t            |  32 +-
 xt/author/pp-02last-day.t          |  35 +-
 xt/author/pp-03components.t        | 238 ++++++------
 xt/author/pp-06add.t               | 742 ++++++++++++++++++++-----------------
 xt/author/pp-07compare.t           |  41 +-
 xt/author/pp-09greg.t              |   6 +-
 xt/author/pp-10subtract.t          |   8 +-
 xt/author/pp-11duration.t          | 136 ++++---
 xt/author/pp-12week.t              |   2 +-
 xt/author/pp-14locale.t            |  85 +++--
 xt/author/pp-16truncate.t          |  87 ++---
 xt/author/pp-17set-return.t        |  14 +-
 xt/author/pp-19leap-second.t       | 249 +++++++------
 xt/author/pp-20infinite.t          |  22 +-
 xt/author/pp-21bad-params.t        |  49 ++-
 xt/author/pp-22from-doy.t          |  28 +-
 xt/author/pp-24from-object.t       |   1 +
 xt/author/pp-29overload.t          |  33 +-
 xt/author/pp-31formatter.t         | 120 ++++--
 xt/author/pp-36invalid-local.t     |  66 ++--
 xt/author/pp-37local-add.t         |   8 +-
 xt/author/pp-40leap-years.t        |   1 +
 xt/author/pp-41cldr-format.t       |  11 +-
 xt/author/pp-42duration-class.t    |   2 +-
 xt/author/pp-44set-formatter.t     |   3 +-
 xt/author/pp-45core-time.t         |   1 +
 xt/author/pp-46warnings.t          |   1 +
 xt/author/pp-47default-time-zone.t |  79 ++--
 76 files changed, 2535 insertions(+), 2006 deletions(-)

-- 
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