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  b4dbd15   update changelog
      adds  2fbc3f9   avoid needing . in @INC in dev mode
      adds  cba95c3   remove unneeded load test
      adds  bd91963   reindent
      adds  774f0ec   pull module->file conversion out of require sub
      adds  af9e311   move inc into options hash rather than being a bare list
      adds  1a5527f   fix hook handling
      adds  6496089   move handle reading out of inc search
      adds  02cc309   bring error messages in line with perl core
      adds  0d77194   make stat checks more accurate to perl core
      adds  31001c0   pmc support
      adds  33f6fe5   provide fake filename
      adds  520f322   try to support VMS
      adds  9d4baf3   some extra protections
      adds  b1445e0   add filename finding subs
      adds  84cb2ef   add all exports
      adds  8c0ee14   use more accurate filename for hooks
      adds  e4c7bfd   ignore -C/PERL_UNICODE when opening files
      adds  f67d093   more testing
      adds  9e1c99b   more docs
      adds  4514cef   rip old code
      adds  d1f3f9d   new docs
      adds  17cd627   typo
      adds  cc7f99c   doc tweaks
      adds  b1a5441   Bumping version to 0.003_000
      adds  59196ac   fix relative file loading
      adds  d79d82f   fix is_pmc option
      adds  b8d4dd6   import import at BEGIN
      adds  ce2ad0a   save module content after reading it
      adds  2482db0   dup filehandles where reasonable before returning them
      adds  b6a2b80   doc updates
      adds  c6b472e   open option
      adds  493e18a   open docs
      adds  9eb1fb6   test searching behavior with different file types
      adds  91bf433   doc fix
      adds  3961414   changelog
      adds  1944cc0   Release commit for 0.003_000
      adds  456d1de   fix pod links and formatting
      adds  4bb1a5e   fix arrayref hook calls with strings
      adds  dba8c72   comment some edge cases
      adds  2b2f93c   skip symlink tests where unsupported
      adds  f2f63cf   fix tests for paths with backslashes
      adds  7c0946c   todo test broken on 5.6
      adds  91720a3   fix layer handling on 5.6
      adds  e206bf2   account for cperl goofiness
      adds  c18f8a1   Bumping version to 0.003_001
      adds  9337606   changelog
      adds  18a864d   Release commit for 0.003_001
      adds  9e1110e   changelog
      adds  55edbb3   Bumping version to 0.003002
      adds  07be2e0   Release commit for 0.003002
      adds  a35f455   New upstream version 0.003002
       new  de02be3   Merge tag 'upstream/0.003002'
       new  430d2f0   Update debian/changelog
       new  0aef2c2   Update years of packaging copyright.
       new  731da74   Update short and long description.
       new  736922c   Declare compliance with Debian Policy 3.9.8.
       new  b45bf88   Bump debhelper compatibility level to 9.
       new  0a70332   Update debian/upstream/metadata.
       new  746b9f7   Add a patch to fix spelling mistakes in the POD.
       new  5f1a75d   releasing package libmodule-reader-perl version 0.003002-1

The 9 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                       |  27 ++
 MANIFEST                      |   2 +-
 META.json                     |   7 +-
 META.yml                      |   7 +-
 Makefile.PL                   |   2 +-
 README                        | 213 +++++++++++++--
 debian/changelog              |  11 +-
 debian/compat                 |   2 +-
 debian/control                |  15 +-
 debian/copyright              |   2 +-
 debian/patches/series         |   1 +
 debian/patches/spelling.patch |  27 ++
 debian/upstream/metadata      |   7 +-
 lib/Module/Reader.pm          | 612 +++++++++++++++++++++++++++++++++++-------
 t/00-load.t                   |   6 -
 t/file-types.t                | 145 ++++++++++
 t/lib/TestLib.pm              |   2 +
 t/main.t                      |  13 +-
 t/memory.t                    | 136 +++++++---
 19 files changed, 1050 insertions(+), 187 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 delete mode 100644 t/00-load.t
 create mode 100644 t/file-types.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to