[libdatetime-format-mail-perl] branch master updated (75f48c8 -> b47e940)

gregor herrmann gregoa at debian.org
Tue Nov 10 19:18:41 UTC 2015


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

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

      from  75f48c8   update changelog
       new  b71fe3c   Add debian/upstream/metadata
       new  eb26427   Update debian/changelog
      adds  b671d48   - Import to group repository.
      adds  15afde0   - Generated files.
      adds  0e871f0   - Mentioned what happens with unparseable strings.
      adds  d2904cd   - Starting 0.24 changes.
      adds  c37ea4f   - Minor documentation fixes. - Refactored year and timezone repair functions. - Added tests for said functions. - Added ability to parse multiple sign timezones. - GMT and UTC are recognised as timezone names.
      adds  19c9f2a   - 0.24 generated files.
      adds  69eb5cb   - Works on 5.005_03 now. - Minor tz fix.
      adds  e4944e6   - 0.25 autogen.
      adds  3a31f81   Notes in case anyone is bored
      adds  8c2036d   - Use spiffy new locale system
      adds  8f38d0e   - Bump versions
      adds  31d0675   - No TODO needed. rt.cpan.org
      adds  1217d45   - Oops
      adds  1606987   - Not enjoying how this file works out
      adds  1ee0c0c   - Autogen
      adds  3fcdf38   - Smarter file opening for 5.8 with non-8bit locales
      adds  748b3b9   - 0.27 - Rearranged source a bit to bring the two regex together. - Strict regex slightly stricter. - Loose parsing promoted a bit more in the POD. - Mention 5.8.1's copies of the licenses.
      adds  9cdf7d6   (0.27)
      adds  259c8e7   (0.27 junk)
      adds  c76b6ec   perl5.00503 can't compile 3-arg open
      adds  ea0ac0d   (Build process changes)
      adds  a91a85b   - Shifted docs to end as per dev standards
      adds  3700d77   - Revised default cutoff to be 49 as per rfc2822
      adds  b9dca9c   - Minor formatting tweaks
      adds  4d91a82   - set_year_cutoff and new(year_cutoff) made more strict with their args. - Doc reworkings.
      adds  016383a   - Test corrected
      adds  66fdf95   - Test corrected
      adds  0fca5a8   - Fixed cloning
      adds  7f97d33   - 0.28 bumping
      adds  1b0874f   - Added rfc notes
      adds  c26ee24   (0.28)
      adds  8b61bca   - Grah
      adds  9b5a3be   - Errors and examples
      adds  ddb1cbe   (0.29)
      adds  796a974   new maintainer remove autogen files new build system
      adds  7f5b295   update version to match Changes
      adds  5d2a980   add M::B to build_requires
      adds  8ffe540   Don't sign tarball
      adds  a00cc31   Make day of week optional in strict regex.
      adds  df41e69   add test to manifest
      adds  4fcc9d6   De-YAML-ize this Changes file.
      adds  7dfdb65   Don't include RFCs in distro.
      adds  66ec0a0   ignore generated files/dirs
      adds  269455e   Changes/version # for 0.3001
      adds  9a415c2   a simpler test for POD correctness
      adds  e96c40a   make determine_timezone a private function
      adds  b77d5d5   test for POD coverage
      adds  5709ff0   update MANIFEST
      adds  ec30c5a   some extra test cases for day < 10 and floating timezone
      adds  514330d   The examples given in the RFC and elsewhere use a single-digit day-of-month
      adds  be73510   invalid timezones are set to "floating", and "floating" is shown as -0000
      adds  40be66d   Merge branch 'rt-94556'
      adds  fa03496   depend on a somewhat later version of DateTime
      adds  d910a82   there's no point in testing signature when the tarball is not signed
      adds  74ce6a9   update AUTHORS with the new maintainer and several bug reporters
      adds  a6d06ae   merge AUTHORS and CREDITS in a single file
      adds  3d7c126   whitespace patch
      adds  8485487   make it clear who "me" is in the THANKS section
      adds  a0b0f1b   a nicer link to RT
      adds  b0e6c9f   remove files generated by dzil
      adds  94ad967   $VERSION is also handled by dzil
      adds  0f12156   dzil configuration file
      adds  820a426   Merge branch 'dzil'
      adds  b7cf881   dzil stuffs all licenses in a single file
      adds  33a3a4b   add the new maintainer
      adds  b61f199   be consistent with the date format used in the Changes file
      adds  23ff679   not needed by dzil
      adds  0a7e5e8   keep not including the RFC in the tarball
      adds  9930b6e   ignore files generated by dzil
      adds  94de12e   Changes for version 0.400
      adds  01e95a7   Fix test failure on first nine days of month
      adds  444afe0   modernize the test code, and run one test per sample date
      adds  37ab6be   some more sample dates from my own mailboxes
      adds  203fafa   Changes for version 0.401
      adds  580c652   ReportVersions::Tiny plugin is deprecated in favour of Test::ReportPrereqs
      adds  6fcaaea   add META.JSON (RT #105633)
      adds  4100640   list SPOON as the author, and add the list of contributors
      adds  cc5ca5f   more files to ignore
      adds  05a52a2   Changes for version 0.402
      adds  bc8fb9a   Imported Upstream version 0.4020
       new  d3618ca   Merge tag 'upstream/0.4020'
       new  f578179   Update debian/changelog
       new  3b8b618   Update years of upstream and packaging copyright.
       new  162d55a   Mark package as autopkgtest-able.
       new  9ff7c90   Declare compliance with Debian Policy 3.9.6.
       new  b47e940   releasing package libdatetime-format-mail-perl version 0.4020-1

The 8 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                      |   6 ++
 LICENSE                      |   8 +-
 MANIFEST                     |   6 +-
 META.json                    |  71 +++++++++++++++++
 META.yml                     |  15 ++--
 Makefile.PL                  |  24 +++---
 debian/changelog             |  12 ++-
 debian/control               |   3 +-
 debian/copyright             |   4 +-
 debian/upstream/metadata     |   6 ++
 dist.ini                     |  11 ++-
 lib/DateTime/Format/Mail.pm  |   2 +-
 t/00-report-prereqs.dd       |  38 +++++++++
 t/00-report-prereqs.t        | 183 +++++++++++++++++++++++++++++++++++++++++++
 t/000-report-versions-tiny.t |  83 --------------------
 t/release-distmeta.t         |   4 +-
 t/release-pod-coverage.t     |  11 +--
 t/release-pod-syntax.t       |   4 +-
 18 files changed, 360 insertions(+), 131 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

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



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