[libstring-diff-perl] branch master updated (4f87f43 -> fe4109c)
Jonas Smedegaard
dr at jones.dk
Sat Oct 24 21:09:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libstring-diff-perl.
from 4f87f43 update changelog
adds 8edba82 Add some 'use' statements into Makefile.PL
adds 7ec4330 Correctly escape hunks in the end of the merged string
adds 28070d0 Merge pull request #2 from mar-kolya/fix-escaping-bug
adds f025c32 changed to my email address
adds 9d8fb12 add Copyright in a pod
adds 2027b97 add year on Copyright
adds 5c05e3c changed to release tools
adds 4dab961 fixed to documentation bug rt.cpan #96057
adds 0418b7c 0.07
adds 3a7b860 Imported Upstream version 0.07
new 7197c3b Merge tag 'upstream/0.07'
new e33bab9 Stop track md5sum of upstream tarball: Compare against VCS instead.
new 10647c3 Sync control.in with control: Update Vcs-Browser field.
new 48e85b9 Declare compliance with Debian Policy 3.9.6.
new d930be9 Tidy copytiht file: Strip trailing space.
new f251abc Update copyright info: Fix list Github issue tracker (not rt.cpan.org nor personal address) as preferred upstream contact.
new 185ceb7 Update copyright info: Drop Files sections for no longer included convenience code copies.
new a98be2e Update copyright info: Update email address of main upstream author.
new 4c99dec Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
new fe5b39a Add lintian override regarding license in License-Reference field. See bug#786450.
new 191f615 Bump debhelper compatibility level to 9.
new 6274d07 Tidy rules file: Suppress versioned debhelper build-dependency.
new 946c02b Add lintian override regarding debhelper 9.
new f0d5e0f Include CDBS snippet perl-build.mk (not perl-makemaker.mk).
new 6f9d884 Update copyright info: Extend coverage of packaging to current year.
new fe4109c Prepare for release: Update changelog, control file and copyright hints.
The 16 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 | 5 +
LICENSE | 379 +++++++++++++++
MANIFEST | 36 +-
META.json | 70 +++
META.yml | 38 +-
Makefile.PL | 7 +-
README | 47 +-
README.mkdn | 136 ------
cpanfile | 8 +
debian/changelog | 35 +-
debian/compat | 2 +-
debian/control | 5 +-
debian/control.in | 4 +-
debian/copyright | 84 +---
debian/copyright_hints | 50 +-
debian/rules | 9 +-
debian/source/lintian-overrides | 8 +
dist.ini | 1 +
inc/Module/Install.pm | 470 ------------------
inc/Module/Install/Base.pm | 83 ----
inc/Module/Install/Can.pm | 154 ------
inc/Module/Install/Fetch.pm | 93 ----
inc/Module/Install/GithubMeta.pm | 57 ---
inc/Module/Install/Makefile.pm | 418 ----------------
inc/Module/Install/Metadata.pm | 722 ----------------------------
inc/Module/Install/ReadmeFromPod.pm | 138 ------
inc/Module/Install/ReadmeMarkdownFromPod.pm | 68 ---
inc/Module/Install/Repository.pm | 88 ----
inc/Module/Install/Win32.pm | 64 ---
inc/Module/Install/WriteAll.pm | 63 ---
inc/Pod/Markdown.pm | 344 -------------
lib/String/Diff.pm | 12 +-
t/06_escape.t | 26 +
t/release-pod-syntax.t | 14 +
tools/benchmark-script.pl | 17 +
tools/benchmark.pl | 11 +
tools/coverage_test.sh | 29 ++
tools/gen_pp_test.pl | 18 +
tools/release.pl | 74 +++
xt/97_podspell.t | 13 +
xt/98_perlcritic.t | 5 +
xt/99_pod.t | 4 +
xt/perlcriticrc | 2 +
44 files changed, 857 insertions(+), 3061 deletions(-)
create mode 100644 Build.PL
create mode 100644 LICENSE
create mode 100644 META.json
delete mode 100644 README.mkdn
create mode 100644 cpanfile
create mode 100644 debian/source/lintian-overrides
create mode 100644 dist.ini
delete mode 100644 inc/Module/Install.pm
delete mode 100644 inc/Module/Install/Base.pm
delete mode 100644 inc/Module/Install/Can.pm
delete mode 100644 inc/Module/Install/Fetch.pm
delete mode 100644 inc/Module/Install/GithubMeta.pm
delete mode 100644 inc/Module/Install/Makefile.pm
delete mode 100644 inc/Module/Install/Metadata.pm
delete mode 100644 inc/Module/Install/ReadmeFromPod.pm
delete mode 100644 inc/Module/Install/ReadmeMarkdownFromPod.pm
delete mode 100644 inc/Module/Install/Repository.pm
delete mode 100644 inc/Module/Install/Win32.pm
delete mode 100644 inc/Module/Install/WriteAll.pm
delete mode 100644 inc/Pod/Markdown.pm
create mode 100644 t/release-pod-syntax.t
create mode 100644 tools/benchmark-script.pl
create mode 100644 tools/benchmark.pl
create mode 100755 tools/coverage_test.sh
create mode 100644 tools/gen_pp_test.pl
create mode 100755 tools/release.pl
create mode 100644 xt/97_podspell.t
create mode 100644 xt/98_perlcritic.t
create mode 100644 xt/99_pod.t
create mode 100644 xt/perlcriticrc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-diff-perl.git
More information about the Pkg-perl-cvs-commits
mailing list