[libfilehandle-unget-perl] branch master updated (0f5b563 -> 0f3d4e9)

gregor herrmann gregoa at debian.org
Mon Jun 29 18:56:12 UTC 2015


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

gregoa pushed a change to branch master
in repository libfilehandle-unget-perl.

      from  0f5b563   update changelog
       new  9634e1a   Add debian/upstream/metadata.
       new  4c1f764   Imported Upstream version 0.1628
       new  78d514e   Update debian/changelog
       new  49bd11f   Switch to "3.0 (quilt)" source format.
       new  360523f   Remove quilt from debian/*.
       new  8320d6a   Drop Makefile.PL.patch, we have a new enough Scalar::Util.
       new  2ca6a7e   Update build dependencies.
       new  ed3415a   Update years of upstream and packaging copyright.
       new  49603e1   Update license stanzas in debian/copyright.
       new  ea927af   Update upstream license.
       new  a5e37ee   Bump debhelper compatibility level to 9.
       new  22b62aa   Reformat debian/control with cme
       new  a5dddee   Mark package as autopkgtest-able.
       new  5c7e9c0   Declare compliance with Debian Policy 3.9.6.
       new  0f3d4e9   releasing package libfilehandle-unget-perl version 0.1628-1

The 15 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                                            |  40 +++
 LICENSE                                            |  45 ++--
 MANIFEST                                           |  11 +
 META.yml                                           |  23 +-
 Makefile.PL                                        |  30 ++-
 README                                             |  24 +-
 TODO                                               |   4 +
 debian/README.source                               |   6 -
 debian/changelog                                   |  22 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  11 +-
 debian/copyright                                   |  46 ++--
 debian/patches/Makefile.PL.patch                   |  13 -
 debian/patches/series                              |   1 -
 debian/rules                                       |   2 +-
 debian/source/format                               |   1 +
 debian/upstream/metadata                           |   5 +
 inc/Module/Install.pm                              | 240 ++++++++++-------
 inc/Module/Install/AutoLicense.pm                  |  63 +++++
 inc/Module/Install/AutomatedTester.pm              |  24 ++
 inc/Module/Install/Base.pm                         |  11 +-
 inc/Module/Install/Bugtracker.pm                   |  28 ++
 inc/Module/Install/Can.pm                          |  85 +++++-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/GithubMeta.pm                   |  53 ++++
 inc/Module/Install/Include.pm                      |  34 +++
 inc/Module/Install/Makefile.pm                     | 244 +++++++++++++----
 inc/Module/Install/Metadata.pm                     | 292 ++++++++++++++-------
 .../Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm |  47 ++++
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   7 +-
 lib/FileHandle/Unget.pm                            |  64 +++--
 .../Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm |  46 ++++
 t/binmode_bug.t                                    |  23 +-
 t/buffer.t                                         |  17 +-
 t/eof.t                                            |  17 +-
 t/filehandle.t                                     |  27 +-
 t/fileno.t                                         |   9 +-
 t/gensym.t                                         |  35 ++-
 t/input_record_separator.t                         |  25 +-
 t/loop_bug.t                                       |  19 +-
 t/memory_leak.t                                    |   2 +-
 t/multiple_handles.t                               |  19 +-
 t/new.t                                            |  25 +-
 t/pod.t                                            |  10 +
 t/seek.t                                           |  18 +-
 t/stdin_tell_bug.t                                 |  63 ++---
 t/tell.t                                           |  20 +-
 t/ungetc.t                                         |  19 +-
 t/ungets.t                                         |  21 +-
 50 files changed, 1312 insertions(+), 585 deletions(-)
 create mode 100644 TODO
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/Makefile.PL.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 debian/upstream/metadata
 create mode 100644 inc/Module/Install/AutoLicense.pm
 create mode 100644 inc/Module/Install/AutomatedTester.pm
 create mode 100644 inc/Module/Install/Bugtracker.pm
 create mode 100644 inc/Module/Install/GithubMeta.pm
 create mode 100644 inc/Module/Install/Include.pm
 create mode 100644 inc/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 mode change 100755 => 100644 lib/FileHandle/Unget.pm
 create mode 100644 private-lib/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 create mode 100644 t/pod.t

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



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