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

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

      from  be33b24   releasing package libclass-date-perl version 1.1.10-2
      adds  ba5920f   Imported Upstream version 1.1.15
       new  3cb04e9   Merge tag 'upstream/1.1.15'
       new  77eb712   New upstream release.
       new  05897df   Drop pod-encoding.patch, fixed upstream.
       new  7c9b8b2   debian/copyright: update Upstream-Contact.
       new  a88b7f7   Update build dependencies.
       new  3f0c206   update changelog / add WAITS-FOR

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:
 Changes                           | 295 ++++++++-------
 Date.xs                           |   0
 MANIFEST                          |  17 +-
 MANIFEST.SKIP                     |   3 -
 META.json                         |  56 +++
 META.yml                          |  41 ++-
 Makefile.PL                       |  34 +-
 README                            | 737 +-------------------------------------
 debian/changelog                  |  12 +
 debian/control                    |   2 +
 debian/copyright                  |   2 +-
 debian/patches/pod-encoding.patch |  15 -
 debian/patches/series             |   1 -
 Date.pm => lib/Class/Date.pm      | 201 +----------
 Date.pod => lib/Class/Date.pod    |  88 +++--
 {Date => lib/Class/Date}/Const.pm |   2 +
 lib/Class/Date/Invalid.pm         |  34 ++
 lib/Class/Date/Rel.pm             | 143 ++++++++
 success.txt                       |   4 +
 t/00_base.t                       |  23 +-
 t/05_parsing.t                    |  18 +
 t/10_fields.t                     |  43 +--
 t/20_gmdate.t                     | 125 +++----
 t/30_localdate.t                  | 198 +++++-----
 t/40_errors.t                     |  55 +--
 t/50_timezone.t                   |  55 +++
 26 files changed, 863 insertions(+), 1341 deletions(-)
 mode change 100755 => 100644 Changes
 mode change 100755 => 100644 Date.xs
 mode change 100755 => 100644 MANIFEST
 delete mode 100755 MANIFEST.SKIP
 create mode 100644 META.json
 mode change 100755 => 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 README
 delete mode 100644 debian/patches/pod-encoding.patch
 delete mode 100644 debian/patches/series
 rename Date.pm => lib/Class/Date.pm (75%)
 mode change 100755 => 100644
 rename Date.pod => lib/Class/Date.pod (92%)
 mode change 100755 => 100644
 rename {Date => lib/Class/Date}/Const.pm (98%)
 mode change 100755 => 100644
 create mode 100644 lib/Class/Date/Invalid.pm
 create mode 100644 lib/Class/Date/Rel.pm
 create mode 100644 success.txt
 mode change 100755 => 100644 t/00_base.t
 create mode 100644 t/05_parsing.t
 create mode 100755 t/50_timezone.t

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