[libmodule-reader-perl] branch master updated (5f1a75d -> d5d27bf)

gregor herrmann gregoa at debian.org
Sat Oct 21 20:33:53 UTC 2017


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

gregoa pushed a change to branch master
in repository libmodule-reader-perl.

      from  5f1a75d   releasing package libmodule-reader-perl version 0.003002-1
      adds  fe240aa   spelling fixes
      adds  1b42001   move test module to separate directory
      adds  a6c46b2   move test inc hook into module
      adds  c6952b7   use correct mode for reading test file
      adds  a7a8fb0   minor cleanups
      adds  9d4c06e   fix EACCES handling, with option
      adds  430f9b9   fix raw filehandle for unopened files
      adds  3c4a929   check hooks for missing unsearchable paths
      adds  09b49f5   handle prefix return from hooks
      adds  3412b38   changelog
      adds  216b687   Bumping version to 0.003003
      adds  89c86b1   Release commit for 0.003003
      adds  20d84d6   New upstream version 0.003003
       new  325ff05   Update upstream source from tag 'upstream/0.003003'
       new  75b8328   Update debian/changelog
       new  a5815fb   Drop spelling.patch, merged upstream.
       new  7423c53   Update years of packaging copyright.
       new  52792e3   Declare compliance with Debian Policy 4.1.1.
       new  d5d27bf   releasing package libmodule-reader-perl version 0.003003-1

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                                            |   6 +
 MANIFEST                                           |   3 +-
 META.json                                          |   6 +-
 META.yml                                           |   2 +-
 README                                             |  18 ++-
 debian/changelog                                   |   9 ++
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +-
 debian/patches/series                              |   1 -
 debian/patches/spelling.patch                      |  27 ----
 lib/Module/Reader.pm                               | 142 ++++++++++++++-------
 maint/Makefile.PL.include                          |   2 +
 t/file-types.t                                     |  21 ++-
 t/lib/InlineModule.pm                              |  53 ++++++++
 t/main.t                                           |   6 +-
 t/memory.t                                         |  45 ++-----
 .../TestLib.pm => test-data/lib/MyTestModule.pm}   |   2 +-
 17 files changed, 223 insertions(+), 124 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 t/lib/InlineModule.pm
 rename t/{lib/TestLib.pm => test-data/lib/MyTestModule.pm} (58%)

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



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