[libextutils-helpers-perl] branch master updated (287a6a8 -> e40d25f)
gregor herrmann
gregoa at debian.org
Sun Sep 11 17:02:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libextutils-helpers-perl.
from 287a6a8 update changelog
new 5694fbb Add debian/upstream/metadata
new 6996fbf Update debian/changelog
adds 01f25f1 initial commit
adds e608014 Initial implementation
adds dc595b0 Depend on Text::ParseWords 3.24, to avoid a bug
adds 12f21e8 Fixed dist.ini for copyright & such
adds fb07590 Fix shebang line too for perl scripts
adds 16ce0fb Added split_like_shell example to synopsis
adds fda9348 Added unit tests for make_executable and split_like_shell
adds 3a3c128 v0.001
adds 0eb6e90 Fix various Windows related issues
adds f328af8 v0.002
adds 135d33a Added man1_pagename and man3_pagename
adds 743c5a2 Cosmetic changes
adds 6d0d412 v0.003
adds fd21551 Added manify
adds f0c2bf6 Various minor fixes
adds f7e44fc v0.004
adds ddc4c8b Fixed definedness issue in manify
adds a90e216 v0.005
adds d86905d Fix split_like_shell on Windows
adds a0c7341 v0.006
adds 9611d95 make_excutable.t: fix "Cannot execute test_exec.pl" on Win32
adds 5833823 make_executable.t: [Win32] check any exe, not just .bat
adds aa39a9e make_executable.t: test return value (fails on Win32)
adds ae6183e Fix _pl2bat for Win32 errorlevel issues
adds 0c03be6 make_executable.t: more exit code tests
adds 9b08f65 pl2bat: better $0 detection in .bat (and avoids -S)
adds 2a33f46 Merge pull request #1 from dolmen/fix/win32-make_executable
adds 900b94a Updated Changes
adds 90b2bba Remove Kwalitee tests
adds 581542a v0.007
adds 1a12e3b Split out Windows/Unix specific parts
adds 47afdb6 Split $ENV{PATHEXT} on $Config{path_sep}
adds 18a91af Fixed POD
adds 99464f3 Updated Changes
adds 01819be v0.008
adds 63d7cda Fixed foobar'ed test
adds 33753f5 v0.009
adds 945d70e Completely reworked both make_executable's
adds 8cc378c v0.010
adds ac4d228 Make EU::H easier to embed in inc/
adds c4fa1f4 Added author tests for split_like_shell
adds d5cef1a Only allow one argument for make_executable
adds 130c9fe Fixed abstracts for new dzil versions
adds 08c44ee Move manify to Module::Build::Tiny
adds b636e87 Added acknowledgements section for dolmen
adds 7300133 Refactored VMS support
adds 0b1ecd9 Make some tests TODO on Windows
adds b83e172 Remove accidental $VERSION assignment
adds f190195 v0.011
adds ceff767 Fix whitespace in EU::H::W
adds d063b8c Fix up loading on VMS
adds 89c8fa6 Modernized dist.ini
adds 860c622 Added detildefy
adds cd371be v0.012
adds b7eaed2 Fix skip count
adds 25d524e Have more sensible behavior on Windows
adds 31f6174 v0.013
adds e0caf8d Revert "Added detildefy"
adds e4942b9 v0.014
adds 68fce0e Updated dist.ini
adds 850fcb6 Made man3_pagename more flexible with paths
adds 5237747 Revert ae6183ed and 9b08f650
adds 1d61c35 Revert "Make some tests TODO on Windows"
adds 2d8ed96 Don't use MakeMaker
adds 5427867 Revert "Make EU::H easier to embed in inc/"
adds 71053bc Revert "Revert "Added detildefy""
adds f9837c5 Prefer USERPROFILE over HOME in detildefy
adds 9a34528 v0.015
adds b927018 Fix encoding in POD
adds 9b49880 remove exit jump that masks the return value
adds 6b43962 save the return value and return it at the end
adds 9e4a520 Merge pull request #4 from wchristian/return_Value
adds 58f9226 Updated docs and Changes
adds 5b43707 v0.016
adds 2ce14ae Fix man3_pagename to properly split dirs
adds 3f795a8 v0.017
adds 85c89c8 Stop loading Pod::Man
adds 70d8bb1 v0.018
adds b0b1f4d Fix make_executable for '#!/usr/bin/perl'
adds 617c781 Various whitespace fixes
adds fb9a77d Made perlcritic a little happier
adds 8d4e48c v0.019
adds 35b2ea0 Fix man3_pagename for top level domains
adds 7fbadf6 Distinguish identifiers in manpage tests
adds 2f5160e v0.020
adds 54f962c Always use the right variable
adds 3203765 Use correct manpage extension
adds 7a3111c v0.021
adds 110c4e5 Remove outdated entry in documentation
adds 1cb22f2 Remove last remains of build_script
adds 1b9ec49 Only use layers on 5.8+
adds 3e84d36 Don't swallow pl2bat exceptions
adds 877fc7b v0.022
adds 3df14fa Import 1d852e54 from Module::Build
adds 861b81d Remove Module::Load dependency
adds 957d386 Make split_like_shell always unixy
adds 9b7880b Add travis configuration
adds c68df98 Add appveyor configuration
adds 9d1622e Remove done_testing, it requires Test::More 0.88
adds f8041ea Add empty line for $VERSION
adds 48d6da8 v0.023
adds 8f87523 Add missing Changes entries
adds f21690a Move pl2bat code to ExtUtils::PL2Bat
adds 6ba41b5 v0.024
adds 1e3d49c Remove unconditional dependency on ExtUtils::PL2Bat
adds 3cd213f v0.025
adds ef091a9 Fix Win32 dependency
adds cd999dd v0.026
adds 3ca0f61 New upstream version 0.026
new b7b3f04 Merge tag 'upstream/0.026'
new 36c885f Update debian/changelog
new a9f1044 Update years of packaging copyright.
new 78e076f Mark package as autopkgtest-able.
new 917f9b5 Declare compliance with Debian Policy 3.9.8.
new 0ff8a5a Bump debhelper compatibility level to 9.
new e40d25f releasing package libextutils-helpers-perl version 0.026-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:
Changes | 14 ++++
INSTALL | 1 -
LICENSE | 2 +-
MANIFEST | 9 +--
META.json | 40 ++++++----
META.yml | 53 ++++++-------
Makefile.PL | 29 +++----
README | 4 +-
debian/changelog | 10 ++-
debian/compat | 2 +-
debian/control | 12 +--
debian/copyright | 2 +-
debian/tests/pkg-perl/syntax-skip | 2 +
debian/upstream/metadata | 8 ++
dist.ini | 3 +
lib/ExtUtils/Helpers.pm | 21 ++++--
lib/ExtUtils/Helpers/Unix.pm | 17 +----
lib/ExtUtils/Helpers/VMS.pm | 28 ++-----
lib/ExtUtils/Helpers/Windows.pm | 154 ++------------------------------------
t/author-split_like_shell.t | 89 ----------------------
t/man_pagename.t | 4 +-
t/release-pod-coverage.t | 22 ------
t/release-pod-syntax.t | 16 ----
t/split_like_shell.t | 58 +-------------
{t => xt/author}/00-compile.t | 18 +++--
xt/author/pod-coverage.t | 7 ++
xt/author/pod-syntax.t | 7 ++
27 files changed, 175 insertions(+), 457 deletions(-)
create mode 100644 debian/tests/pkg-perl/syntax-skip
create mode 100644 debian/upstream/metadata
delete mode 100644 t/author-split_like_shell.t
delete mode 100644 t/release-pod-coverage.t
delete mode 100644 t/release-pod-syntax.t
rename {t => xt/author}/00-compile.t (62%)
create mode 100644 xt/author/pod-coverage.t
create mode 100644 xt/author/pod-syntax.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-helpers-perl.git
More information about the Pkg-perl-cvs-commits
mailing list