[libtime-moment-perl] branch master updated (065c760 -> 6e16b8c)

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Nov 29 12:53:47 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libtime-moment-perl.

      from  065c760   update changelog
      adds  02889f8   New upstream version 0.40
       new  8bfd6ad   Merge tag 'upstream/0.40'
       new  b2ccdeb   debian/control: Declare compliance with Debian policy 3.9.8
       new  d7066b7   debian/rules: enable hardening=+bindnow
       new  4cd13a1   debian/upstream/metadata: refresh metadata
       new  6e16b8c   Releasing package libtime-moment-perl version 0.40-1

The 5 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:
 .travis.yml                      |    1 -
 Changes                          |   16 +
 MANIFEST                         |    3 +
 META.yml                         |    2 +-
 Moment.xs                        |   65 +-
 README                           |   22 +
 debian/changelog                 |   11 +-
 debian/control                   |    2 +-
 debian/rules                     |    2 +
 debian/upstream/metadata         |    4 +-
 eg/cal.pl                        |   14 +-
 eg/cbor.pl                       |    4 +-
 eg/excel.pl                      |  188 ++--
 eg/se_bank_holidays.pl           |  182 ++++
 eg/sereal.pl                     |    4 +-
 lib/Time/Moment.pm               |    2 +-
 lib/Time/Moment.pod              |   24 +
 lib/Time/Moment/Adjusters.pm     |   42 +-
 lib/Time/Moment/Adjusters.pod    |   36 +
 ppport.h                         | 1785 ++++++++++++++++++++++++++------------
 src/{dt_valid.c => dt_easter.c}  |   44 +-
 src/{dt_length.h => dt_easter.h} |   16 +-
 src/moment.c                     |  111 ++-
 src/moment.h                     |   21 +
 t/415_precision.t                |   72 +-
 25 files changed, 1937 insertions(+), 736 deletions(-)
 create mode 100755 eg/se_bank_holidays.pl
 copy src/{dt_valid.c => dt_easter.c} (63%)
 copy src/{dt_length.h => dt_easter.h} (83%)

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



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