[libmodule-extractuse-perl] branch master updated (420cbf2 -> 940fa16)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Feb 21 20:48:17 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libmodule-extractuse-perl.

      from  420cbf2   update changelog
      adds  a41508e   Linkify POD modules, mention Module::Extract::Use to resolve RT#45571.
      adds  bc3830e   Merge pull request #13 from thrig/master
      adds  83cb8db   Detect uses of Module::Runtime
      adds  0283dfa   Make the grammar for use_module() and use_package_optimistically() more strict
      adds  85a23a1   Merge pull request #14 from brummett/handle-module-runtime
      adds  90b8b79   include extractuse as provided by Jonathan Yu in example/
      adds  5211fdb   Merge pull request #15 from brummett/rt-45607
      adds  96be26e   Class::Load::load_class(), try_load_class() and load_optional_class() are working
      adds  43d8492   load_first_existing_class() is now working
      adds  c16e96a   Merge pull request #16 from brummett/handle-class-load
      adds  796b617   Merge branch 'master' of github.com:domm/Module-ExtractUse
      adds  ce48867   regenerate Grammar
      adds  64cefe4   add CONTRIBUTORS to docs
      adds  8b5d1a0   bumped version, dist housekeeping
      adds  443a803   fixed 20_parse_self.t; version.pm is not used anymore
      adds  072de4f   Merge branch 'master' of github.com:domm/Module-ExtractUse
      adds  eef0ef7   bumped version
      adds  e070381   Imported Upstream version 0.341
       new  4965f82   Merge tag 'upstream/0.341'
       new  a652eec   Update debian/changelog
       new  1bc3cfd   d/u/metadata: update contact and repo url
       new  7b45741   Refresh autopkgtest.patch
       new  60561f9   d/copyright: update Upstream-Contact field
       new  d307519   Update email of Thomas Klausner, use CPAN email
       new  a42b77c   Update Debian packaging copyright
       new  4653ec6   Declare compliance with Debian policy 3.9.7
       new  940fa16   Releasing libmodule-extractuse-perl version 0.341-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:
 Build.PL                         |     9 +-
 Changes                          |    12 +
 LICENSE                          |     2 +-
 MANIFEST                         |    14 +-
 META.json                        |    11 +-
 META.yml                         |    31 +-
 README                           |     4 +-
 _build/auto_features             |     2 -
 _build/build_params              |   124 -
 _build/cleanup                   |     2 -
 _build/config_data               |     2 -
 _build/features                  |     2 -
 _build/lib/MyModuleBuilder.pm    |    28 -
 _build/magicnum                  |     1 -
 _build/notes                     |     2 -
 _build/prereqs                   |     8 -
 _build/runtime_params            |     4 -
 debian/changelog                 |    16 +-
 debian/control                   |     2 +-
 debian/copyright                 |     5 +-
 debian/patches/autopkgtest.patch |     8 +-
 debian/upstream/metadata         |     4 +-
 example/extractuse.pl            |   149 +
 grammar                          |    47 +
 lib/Module/ExtractUse.pm         |    46 +-
 lib/Module/ExtractUse/Grammar.pm | 11614 ++++++++++++++++++++++++++++---------
 t/20_parse_self.t                |     4 +-
 t/27_module_runtime.t            |    53 +
 t/28_class_load.t                |    67 +
 29 files changed, 9417 insertions(+), 2856 deletions(-)
 delete mode 100644 _build/auto_features
 delete mode 100644 _build/build_params
 delete mode 100644 _build/cleanup
 delete mode 100644 _build/config_data
 delete mode 100644 _build/features
 delete mode 100644 _build/lib/MyModuleBuilder.pm
 delete mode 100644 _build/magicnum
 delete mode 100644 _build/notes
 delete mode 100644 _build/prereqs
 delete mode 100644 _build/runtime_params
 create mode 100644 example/extractuse.pl
 create mode 100644 t/27_module_runtime.t
 create mode 100644 t/28_class_load.t

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



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