[libmime-base32-perl] branch master updated (07f4453 -> 366ed15)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Sep 16 22:04:35 UTC 2017


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

fsfs pushed a change to branch master
in repository libmime-base32-perl.

      from  07f4453   update changelog
      adds  434dcb2   Import of initial module as-is
      adds  de2e6ec   Tested, fixed pod.
      adds  e1ffb0f   added the travis CI build indicator
      adds  395d309   make the readme in markdown format
      adds  38fa7fc   quit asking travis CI to test on versions of Perl it is not capable of testing on
      adds  9d73ee1   Documentation fixups
      adds  a22326e   Documentation fixups
      adds  75cb612   yet more documentation fixups
      adds  cd1cd38   fixed the way the author lines display in the markdown
      adds  5d48a03   anchor tags within the readme itself need to be lowercased
      adds  2c80c0d   Fixed wording, added hex methods to match the RFC.  fixed failure on undef to match Base64 behavior
      adds  f360d7f   a test file got lost in the mix
      adds  3ee6d9a   fixing the _001 dev release
      adds  5a6012e   Remove README.md from the dist
      adds  f30fed5   bumped requirement to 5.8.1 and fixed a few style things
      adds  351bcd3   a few minor tweaks
      adds  8e98086   Tidy up the perl
      adds  f42542e   fix a small markdown error
      adds  94f71d6   meta: remove generated / template files
      adds  5617cb4   .travis.yml: adopt to typical settings
      adds  ced43b0   xt/: Add author tests
      adds  18a21eb   Makefile.PL, MANIFEST.SKIP: Adopt toolchain to typical setup
      adds  ce74aaf   t/: avoid FindBin to test the module which ought to be tested
      adds  56f9417   Base32.pm: fix Kwalitee (use strict)
      adds  c5c0eec   Point TravisCI to p5-utils/MIME-Base32
      adds  ce94b29   LICENSE: Add license conditions as required
      adds  f0dc2f8   Removed links to the old repo, added Jens as the maintainer, fixed a URL in the Makefile.PL merge authors/maintainers
      adds  96b05d3   .gitignore: add some editor files and distribution files
      adds  e2bba37   lib/MIME/Base32.pm: Improve documentation
      adds  8cd9d6b   README.md: rewrite README.md for GitHub frontpage of repository
      adds  b9627fc   .travis.yml: Because of RT#106548 skip tests for dependencies
      adds  846bf2c   Changes: Update date of developer release
      adds  1ee26ed   Changes,lib/: prepare release
      adds  8c27e11   fixes RT 107998 by making the decode methods case insensitive as encoding will always use uppercase
      adds  b66efbc   .travis.yml: Update for newer perls
      adds  779e7da   lib/MIME/Base32.pm: prepare for release
      adds  595ed41   MANIFEST.SKIP: replace by handcrafted one for better results
      adds  468f60e   Fix typos referencing wrong section of RFC 3548
      adds  10c2e98   prepare for release
      adds  da643db   New upstream version 1.303
       new  7db354f   Updated version 1.303 from 'upstream/1.303'
       new  8f95952   Update debian/changelog
       new  d384651   Declare compliance with Debian Policy 4.1.0
       new  366ed15   prepare changelog for release

The 4 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:
 .perltidyrc        |  12 -----
 Changes            |   8 ++++
 MANIFEST           |   3 +-
 MANIFEST.SKIP      |  33 +++++++++++++
 META.json          |   6 +--
 META.yml           |   4 +-
 README.md          | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog   |  11 ++++-
 debian/control     |   2 +-
 lib/MIME/Base32.pm |  14 +++---
 t/00-base32.t      |   6 +++
 t/01-base32hex.t   |   6 +++
 12 files changed, 210 insertions(+), 29 deletions(-)
 delete mode 100644 .perltidyrc
 create mode 100644 MANIFEST.SKIP
 create mode 100644 README.md

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



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