[libio-prompt-tiny-perl] branch master updated (5d61dbe -> e737f5d)

gregor herrmann gregoa at debian.org
Sat Oct 31 20:45:36 UTC 2015


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

gregoa pushed a change to branch master
in repository libio-prompt-tiny-perl.

      from  5d61dbe   update changelog
       new  0f770d2   Add debian/upstream/metadata
       new  b547190   Update debian/changelog
      adds  1251567   initial import of IO::Prompt::Tiny
      adds  632e0f4   first draft
      adds  1a18e1c   Remove prototype from prompt function
      adds  e2e0187   add tests
      adds  83c7cec   updated README and meta
      adds  6145191   bump Changes
      adds  1e49afe   clarify that tests need Capture::Tiny 0.12
      adds  78e6c31   updated meta files
      adds  7e96978   changed bug tracker to github
      adds  071291a   bump Changes
      adds  92c0c84   updated repo meta files
      adds  5ca0317   tidied code
      adds  28cc1b7   .travis.yml
      adds  1fe9da2   Imported Upstream version 0.003
       new  b334921   Merge tag 'upstream/0.003'
       new  299d57e   Update debian/changelog
       new  4b26f7a   Update filename in debian/libio-prompt-tiny-perl.docs.
       new  411cef8   Reformat debian/control with cme
       new  4c17806   Mark package as autopkgtest-able.
       new  029298f   Declare compliance with Debian Policy 3.9.6.
       new  1bf8ed9   typo
       new  471a397   update debian/upstream/metadata after import
       new  fbef8d3   Mention module name in long description.
       new  e737f5d   releasing package libio-prompt-tiny-perl version 0.003-1

The 12 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.mkdn                  |  87 +++++++++++++++
 Changes                            |   4 +
 MANIFEST                           |   8 +-
 META.json                          |  41 ++++---
 META.yml                           |  41 +++----
 Makefile.PL                        |  58 +++++-----
 README                             |   8 +-
 README.PATCHING                    |  50 ---------
 cpanfile                           |  39 +++++++
 debian/changelog                   |  15 ++-
 debian/control                     |  20 ++--
 debian/libio-prompt-tiny-perl.docs |   2 +-
 debian/upstream/metadata           |   7 ++
 dist.ini                           |   4 +-
 lib/IO/Prompt/Tiny.pm              |  85 +++++++--------
 perlcritic.rc                      |   4 +
 t/00-compile.t                     |  74 -------------
 t/00-report-prereqs.dd             |  49 +++++++++
 t/00-report-prereqs.t              | 214 ++++++++++++++++++++++++++++---------
 t/prompt.t                         |  47 ++++----
 tidyall.ini                        |   5 +
 xt/author/00-compile.t             |  54 ++++++++++
 xt/author/pod-spell.t              |   5 +-
 xt/release/distmeta.t              |   5 +-
 xt/release/pod-coverage.t          |  12 +--
 xt/release/pod-syntax.t            |   5 +-
 xt/release/portability.t           |   3 +
 xt/release/test-version.t          |   4 +-
 28 files changed, 611 insertions(+), 339 deletions(-)
 create mode 100644 CONTRIBUTING.mkdn
 delete mode 100644 README.PATCHING
 create mode 100644 cpanfile
 create mode 100644 debian/upstream/metadata
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 tidyall.ini
 create mode 100644 xt/author/00-compile.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-prompt-tiny-perl.git



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