[libinline-c-perl] branch master updated (62bc44f -> 0235f4c)

gregor herrmann gregoa at debian.org
Thu Jun 25 21:31:16 UTC 2015


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

gregoa pushed a change to branch master
in repository libinline-c-perl.

      from  62bc44f   releasing package libinline-c-perl version 0.64-1
      adds  ab6d6da   Cookbook some case-insensitive.
      adds  f200a23   Test, add cookbook recipe for autowrap use to replace h2xs.
      adds  233987e   Better diagnostics and control of cleanup in test/27*.
      adds  2845d45   Use Test::More for Boo tests.
      adds  c60b2f4   Use Test::More for M::S tests
      adds  bc4e99b   Default to cleaning up
      adds  aec4440   EUMM 7 means no need for us to fixup spaces in Makefile
      adds  6cfddd4   Test can install module to place-with-space
      adds  1f110dc   CPAN Release 0.65
      adds  27cbaa4   Update for Zilla-Dist-0.0.167
      adds  1788997   No CPAN index of Inline::C::Parser*
      adds  41e13f8   Make test/pegex-parser.t less fragile on fail
      adds  175800c   CPAN Release 0.66
      adds  dca6d1a   Remove generated Makefile
      adds  ddbfdaa   Switch Contributing to About
      adds  9bd6b3e   Skip test/pegex-parser.t unless env PERL_INLINE_DEVELOPER_TEST set
      adds  b227148   CPAN Release 0.67
      adds  256e470   skip_all if WinXP as test hangs there
      adds  e247419   Replace glob as fails if space in dir name
      adds  392d378   CPAN Release 0.68
      adds  19683a4   27inline_maker.t: remove install-dir after each module
      adds  e9a7aa3   CPAN Release 0.69
      adds  425eaca   CPAN Release 0.70
      adds  ab7a556   Update prereq versions
      adds  6e66d45   fix hang in test/26fork.t on Win32
      adds  3bf4a9b   Revert "skip_all if WinXP as test hangs there"
      adds  b9ce6d7   Use sin because erf not on Win32
      adds  b09d5cf   CPAN Release 0.71
      adds  4f51bf2   git subrepo clone git at github.com:ingydotnet/inline-c-pgx ext/inline-c-pgx
      adds  0434c1c   Fix #33
      adds  054f133   Support for Inline::Filters::* plug-ins
      adds  b68011b   CPAN Release 0.72
      adds  d637b58   CPAN Release 0.73
      adds  6911bfa   reenable bs/exp/lib deletion on cleanup
      adds  54de4b0   add sanity checks to cleanup deletion
      adds  05f97c6   Bump Inline dependency version #
      adds  2acc951   CPAN Release 0.74
      adds  f53a7b3   Fix SWIM incorrect wiki-link to Cookbook
      adds  9af6711   Changes entry for Cookbook link change
      adds  adfe10b   CPAN Release 0.75
      adds  8eef978   Imported Upstream version 0.75
       new  5ba672d   Merge tag 'upstream/0.75'
       new  400278a   Update debian/changelog
       new  3b472cc   Update years of upstream and packaging copyright.
       new  cac472c   Update versioned (build) dependencies.
       new  77bb078   add bug closer
       new  4b90a02   update changelog
       new  38ad9c5   Add patch to make t/27inline_maker.t work with older versions of EUMM.
       new  b0fe176   Add example to debian/tests/pkg-perl/test-files.
       new  0235f4c   releasing package libinline-c-perl version 0.75-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:
 CONTRIBUTING                             |  11 +-
 Changes                                  |  37 ++
 LICENSE                                  |   8 +-
 MANIFEST                                 |   6 +-
 META.json                                |  21 +-
 META.yml                                 |  16 +-
 Makefile.PL                              |  26 +-
 README                                   | 612 +++++++++++++++++--------------
 debian/changelog                         |  15 +
 debian/control                           |  12 +-
 debian/copyright                         |   4 +-
 debian/patches/EUMM.patch                |  33 ++
 debian/patches/series                    |   1 +
 debian/tests/pkg-perl/test-files         |   2 +
 example/modules/Boo-2.01/t/boo.t         |  50 +--
 example/modules/Math-Simple-1.23/test.pl |  16 +-
 lib/Inline/C.pm                          |  63 +++-
 lib/Inline/C.pod                         | 113 +++---
 lib/Inline/C/Cookbook.pod                | 393 ++++++++++----------
 lib/Inline/C/ParsePegex.pod              |  16 +-
 lib/Inline/C/ParseRecDescent.pod         |  14 +-
 lib/Inline/C/ParseRegExp.pod             |  10 +-
 lib/Inline/C/Parser/Pegex/Grammar.pm     |   4 +-
 share/Makefile                           |  12 -
 share/inline-c.pgx.json                  | 136 -------
 share/inline-c.pgx.yaml                  |  62 ----
 t/26fork.t                               |  30 +-
 t/27inline_maker.t                       |  23 +-
 t/28autowrap.t                           |  10 +
 t/TestInlineSetup.pm                     |   6 +-
 t/pegex-parser.t                         |  25 +-
 31 files changed, 890 insertions(+), 897 deletions(-)
 create mode 100644 debian/patches/EUMM.patch
 create mode 100644 debian/tests/pkg-perl/test-files
 delete mode 100644 share/Makefile
 delete mode 100644 share/inline-c.pgx.json
 delete mode 100644 share/inline-c.pgx.yaml
 create mode 100644 t/28autowrap.t

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



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