[libmodule-extractuse-perl] branch master updated (ac673b2 -> 855b434)

gregor herrmann gregoa at debian.org
Fri Oct 17 19:32:27 UTC 2014


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

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

      from  ac673b2   Update debian/changelog
      adds  578061e   imported
      adds  8551a93   updated Module::ExtratUse::Grammer to work with new Parse::RecDecent
      adds  7e998a3   gitignore
      adds  8a7e18d   prepare release
      adds  676776e   fixed changelog
      adds  8a26461   removed files now handled by Dist::Zilla
      adds  f76ff2e   ignore built files
      adds  62e122a   dist.ini
      adds  ba580df   fix typos (reported by gregor herrmann)
      adds  b41e0fc   specify min verion of Parse::RecDescent (1.967009) (suggested by ANDK at cpan.org)
      adds  28f723b   use DZ:MB:Custom
      adds  a0b8743   compile Grammer.pm during Build, based on code by jtbraun at CPAN.org (RT74879)
      adds  b0bb96f   new precompiled Grammer.pm
      adds  2fa85cc   hack $VERSION into Module::ExtractUse::Grammer (RT75342)
      adds  e6ac106   bumped version to 0.25
      adds  c780236   removed Test::NoWarning from a test because it upsets the (manual) plan
      adds  2574c27   bumped version to 0.26
      adds  40cd5d9   Merge branch 'master' of github.com:domm/Module-ExtractUse
      adds  e27ff39   fixed 23_universal_require.t for real (RT75342)
      adds  bc52dd0   bumped version to 0.27
      adds  b56e244   whitespace in use base is valid
      adds  50ffc00   Merge pull request #2 from barbie/master
      adds  2d7bbeb   added test case for Barbies fix
      adds  745ff77   bumped version
      adds  0e839cb   Merge branch 'barbie_fix'
      adds  db3bfc4   fixed regex to filter use/require (RT83569) (reported by ribasushi)
      adds  73fd677   bumped version
      adds  e6b0655   added more require-in-string corner test cases (suggested by Buddy Burden)
      adds  2e463d1   reworked 80_failig.t to TODO tests; added one about require-in-string
      adds  e06096c   Fix the case for eval["']expr["'] and add regression tests.
      adds  7f790ff   Merge branch 'pr/3'
      adds  0ff5853   Prepare eval flag.
      adds  b193fce   Add accessors and tests for _optional/_mandatory.
      adds  03748a8   Extract eval EXPR also in one regexp.
      adds  15c0988   Replace prefixes optional_/mandatory_ with suffixes _in_eval/_out_of_eval.
      adds  8659d2e   bumped version
      adds  4ff2744   proper version number for older releases
      adds  9931db6   Merge pull request #6 from bricas/master
      adds  c69642c   Use plan() instead of done_testing() (ref gh-5).
      adds  02ae8dc   Avoid regex features introduced only in later perl (close gh-5).
      adds  d7b0d19   Add test cases for eval BLOCK.
      adds  ff515f3   Fix incorrect regexp (ref gh-5).
      adds  2e6cf89   Add a failure case of nested BLOCK without semicolon at the end.
      adds  496211c   Merge pull request #8 from yak1ex/loosen_ver_req
      adds  d281abf   Add support for bareword leading hyphyen, in-place arrayref and hashref.
      adds  0310c97   Merge pull request #7 from yak1ex/bareword_leading_hyphen
      adds  e90df6c   added a failing test due to a change in Pod::Simple >= 3.26
      adds  f679a14   fixed the Pod::Simple encoding issue
      adds  8e2a350   applied a patch from wyant (RT#71761)
      adds  3534e7d   fixed RT#71761
      adds  6d677bc   applied a patch from cjm with slight modification to resolve RT#50723 (support use Foo::Bar (); etc)
      adds  2cc587f   bumped version to 0.31
      adds  c2b9c79   Recognize "use parent".
      adds  9d968f6   Merge pull request #9 from yak1ex/recognize_parent
      adds  0b34bb5   Fix handling module beginning with v and pragma with version.
      adds  148d4ff   Merge pull request #10 from yak1ex/module_beginning_with_v
      adds  adaac3b   not to include cached results
      adds  652a789   bumped version
      adds  7038818   ignore use/require method calls
      adds  1246e1f   ignore __DATA|END__ sections (see https://rt.cpan.org/Ticket/Display.html?id=88969 )
      adds  e16e767   typo fix
      adds  959ac79   Merge pull request #11 from dsteinbrunner/patch-1
      adds  8449a21   Merge branch 'master' of github.com:domm/Module-ExtractUse
      adds  5317134   support 'no MODULE' etc (for RT-94305)
      adds  ba03067   Merge remote-tracking branch 'origin/pr/12'
      adds  4e55a2a   better test names
      adds  5ae10d0   added base() handling to no
      adds  54dd5f5   bumped version
      adds  abd0cb3   Imported Upstream version 0.33
       new  4b6fac9   Merge tag 'upstream/0.33'
       new  241e204   update changelog
       new  22d022b   Update upstream copyright years.
       new  42babec   Declare compliance with Debian Policy 3.9.6.
       new  c7f044a   Update libmodule-build-perl build dependency.
       new  a518110   Mark package as autopkgtest-able.
       new  c0ab309   debian/watch: add second URL.
       new  855b434   releasing package libmodule-extractuse-perl version 0.33-1

The 8 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                         |   7 +-
 Changes                          |   8 +
 LICENSE                          |   6 +-
 MANIFEST                         |  10 +
 META.json                        |   5 +-
 META.yml                         |   3 +-
 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                 |  13 +-
 debian/control                   |  10 +-
 debian/copyright                 |   2 +-
 debian/patches/autopkgtest.patch |  44 ++
 debian/patches/series            |   1 +
 debian/watch                     |   3 +
 dist.ini                         |   3 +-
 grammar                          |   9 +
 lib/Module/ExtractUse.pm         | 122 ++++-
 lib/Module/ExtractUse/Grammar.pm | 976 +++++++++++++++++++++++++++++++++++----
 t/10_basic.t                     |  27 +-
 28 files changed, 1302 insertions(+), 126 deletions(-)
 create mode 100644 _build/auto_features
 create mode 100644 _build/build_params
 create mode 100644 _build/cleanup
 create mode 100644 _build/config_data
 create mode 100644 _build/features
 create mode 100644 _build/lib/MyModuleBuilder.pm
 create mode 100644 _build/magicnum
 create mode 100644 _build/notes
 create mode 100644 _build/prereqs
 create mode 100644 _build/runtime_params
 create mode 100644 debian/patches/autopkgtest.patch
 create mode 100644 debian/patches/series

-- 
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