[libinline-perl] branch master updated (184f14f -> 4aac459)
Florian Schlichting
fsfs at alioth.debian.org
Tue Sep 10 08:51:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libinline-perl.
from 184f14f debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
adds 7fa6786 Imported Upstream version 0.53
new 0e0cf1a Merge tag 'upstream/0.53'
new 906c8d2 Import Upstream version 0.53
new 8428cac bump years of upstream copyright
new 631e937 Bump Standards-Version to 3.9.4 (no change)
new b172304 Add myself to uploaders and copyright
new 4aac459 prepare changelog for release
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:
C/C-Cookbook.pod | 67 ++++++++++++++--
C/C.pm | 104 +++++++++++++++++++++++--
C/C.pod | 47 ++++++++++-
C/Changes | 78 +++++++++++++++++++
C/Makefile.PL | 21 ++++-
C/README | 2 +-
C/lib/Inline/C/ParseRecDescent.pm | 2 +-
C/lib/Inline/C/ParseRegExp.pm | 21 +++--
C/t/14void_arg.t | 126 ++++++++++++++++++++++++++++++
C/t/15ccflags.t | 38 +++++++++
C/t/16ccflagsex.t | 38 +++++++++
C/t/17prehead.t | 39 ++++++++++
C/t/18quote_space.t | 154 +++++++++++++++++++++++++++++++++++++
C/t/19INC.t | 46 +++++++++++
C/t/20eval.t | 96 +++++++++++++++++++++++
C/t/21read_DATA.t | 44 +++++++++++
C/t/22read_DATA_2.t | 51 ++++++++++++
C/t/23validate.t | 60 +++++++++++++++
C/t/bar/find_me_in_bar.h | 2 +
C/t/foo/find_me_in_foo.h | 2 +
C/t/prehead.in | 5 ++
Changes | 79 +++++++++++++++++++
Inline-API.pod | 2 +-
Inline-FAQ.pod | 29 +++++--
Inline-Support.pod | 2 +-
Inline.pm | 20 +++--
Inline.pod | 11 ++-
MANIFEST | 13 ++++
Makefile.PL | 38 +++++++++
README | 2 +-
debian/changelog | 10 ++-
debian/control | 5 +-
debian/copyright | 3 +-
kobes.log | 12 +++
lib/Inline/MakeMaker.pm | 2 +-
lib/Inline/MakeMaker/Changes | 65 ++++++++++++++++
36 files changed, 1282 insertions(+), 54 deletions(-)
create mode 100644 C/t/14void_arg.t
create mode 100644 C/t/15ccflags.t
create mode 100644 C/t/16ccflagsex.t
create mode 100644 C/t/17prehead.t
create mode 100644 C/t/18quote_space.t
create mode 100644 C/t/19INC.t
create mode 100644 C/t/20eval.t
create mode 100644 C/t/21read_DATA.t
create mode 100644 C/t/22read_DATA_2.t
create mode 100644 C/t/23validate.t
create mode 100644 C/t/bar/find_me_in_bar.h
create mode 100644 C/t/foo/find_me_in_foo.h
create mode 100644 C/t/prehead.in
create mode 100644 kobes.log
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-perl.git
More information about the Pkg-perl-cvs-commits
mailing list