[libinline-c-perl] branch master updated (72f6188 -> e237322)
gregor herrmann
gregoa at debian.org
Thu Jul 24 15:22:13 UTC 2014
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 72f6188 releasing package libinline-c-perl version 0.61-1
adds 985a2fa Imported Upstream version 0.62
new c60ee12 Merge tag 'upstream/0.62'
new 3de2f6c New upstream release.
new 23921b2 Install new examples.
new d7a9f9b Update (build) dependencies.
new 74cb600 Refresh fix-pod-paths.patch.
new e237322 update changelog / add PROBLEM
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:
CONTRIBUTING | 1 -
Changes | 6 ++
LICENSE | 2 +-
MANIFEST | 17 ++++-
META.json | 10 +--
META.yml | 8 ++-
Makefile.PL | 14 +++--
debian/changelog | 12 ++++
debian/control | 5 +-
debian/libinline-c-perl.examples | 1 +
debian/patches/fix-pod-paths.patch | 6 +-
example/modules/Boo-2.01/MANIFEST | 6 ++
example/modules/Boo-2.01/Makefile.PL | 9 +++
example/modules/Boo-2.01/lib/Boo.pm | 10 +++
example/modules/Boo-2.01/lib/Boo/Far.pm | 16 +++++
example/modules/Boo-2.01/lib/Boo/Far/Faz.pm | 16 +++++
example/modules/Boo-2.01/lib/Boo/Far/data.txt | 1 +
example/modules/Boo-2.01/t/boo.t | 48 +++++++++++++++
example/modules/Math-Simple-1.23/Changes | 4 ++
example/modules/Math-Simple-1.23/MANIFEST | 5 ++
example/modules/Math-Simple-1.23/Makefile.PL | 6 ++
example/modules/Math-Simple-1.23/Simple.pm | 27 ++++++++
example/modules/Math-Simple-1.23/test.pl | 15 +++++
lib/Inline/C.pm | 58 +++++------------
lib/Inline/C/Cookbook.pod | 7 +++
lib/Inline/C/ParseRecDescent.pm | 4 +-
lib/Inline/C/ParseRegExp.pm | 2 +-
t/00init.t | 7 ---
t/01syntax.t | 41 ++++--------
t/02config.t | 57 +++--------------
t/03typemap.t | 36 ++++-------
t/04perlapi.t | 33 +++-------
t/05xsmode.t | 30 +++------
t/06parseregexp.t | 26 +++-----
t/07typemap_multi.t | 42 ++++---------
t/08taint.t | 15 ++---
t/08taint_1.p | 3 +-
t/08taint_2.p | 3 +-
t/08taint_3.p | 3 +-
t/09parser.t | 25 ++------
t/10callback.t | 23 +++----
t/11default_readonly.t | 12 ++--
t/12taint_old.t | 89 ---------------------------
t/14void_arg.t | 12 ++--
t/14void_arg_PRD.t | 12 ++--
t/15ccflags.t | 15 ++---
t/16ccflagsex.t | 15 ++---
t/17prehead.t | 15 ++---
t/18quote_space.t | 7 ---
t/19INC.t | 15 ++---
t/20eval.t | 16 ++---
t/21read_DATA.t | 18 ++----
t/22read_DATA_2.t | 17 ++---
t/24prefix.t | 13 ++--
t/25proto.t | 8 ++-
t/26fork.t | 23 ++-----
t/27inline_maker.t | 55 +++++++++++++++++
t/99final.t | 13 ----
t/TestInlineSetup.pm | 38 ++++++++++++
t/proto1.p | 1 -
t/proto2.p | 1 -
t/proto3.p | 1 -
t/proto4.p | 1 -
t/proto5.p | 1 -
t/proto6.p | 1 -
65 files changed, 490 insertions(+), 569 deletions(-)
create mode 100644 debian/libinline-c-perl.examples
create mode 100755 example/modules/Boo-2.01/MANIFEST
create mode 100755 example/modules/Boo-2.01/Makefile.PL
create mode 100755 example/modules/Boo-2.01/lib/Boo.pm
create mode 100755 example/modules/Boo-2.01/lib/Boo/Far.pm
create mode 100755 example/modules/Boo-2.01/lib/Boo/Far/Faz.pm
create mode 100644 example/modules/Boo-2.01/lib/Boo/Far/data.txt
create mode 100755 example/modules/Boo-2.01/t/boo.t
create mode 100755 example/modules/Math-Simple-1.23/Changes
create mode 100755 example/modules/Math-Simple-1.23/MANIFEST
create mode 100755 example/modules/Math-Simple-1.23/Makefile.PL
create mode 100755 example/modules/Math-Simple-1.23/Simple.pm
create mode 100755 example/modules/Math-Simple-1.23/test.pl
delete mode 100644 t/00init.t
delete mode 100755 t/12taint_old.t
create mode 100644 t/27inline_maker.t
delete mode 100644 t/99final.t
create mode 100644 t/TestInlineSetup.pm
--
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