[libmodule-path-perl] branch master updated (1e929c3 -> 7b376a4)
gregor herrmann
gregoa at debian.org
Sat Sep 20 20:30:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libmodule-path-perl.
from 1e929c3 update changelog
new 53c6ef5 Add debian/upstream/metadata
new 6ffbd45 Update debian/changelog
adds af347fa Initial commit after dzil new
adds 078090a Initial testsuite
adds 10c231c Initial Changes file
adds 6c2878c First cut at documentation
adds b89a2a3 Initial dist.ini for Dist::Zilla
adds 9a3b031 Added paragraph to doc explaining how this module differs from competitors.
adds 1dad216 Added github repo metadata
adds 43de3ab Extended SEE ALSO to cover all other modules which provide equivalent func
adds 9310992 Directory path separator should be / on MSWin32, not \.
adds 9c77bd7 META: Fix GitHub URL
adds 43bd392 Merge pull request #1 from dolmen/fix/github-meta
adds 709bf2f github repo was wrongly specified in dist.ini
adds bb45756 Added mpath script, a command-line interface to module_path()
adds 7e66215 made path to mpath in test case portable
adds 8ed6428 Need to ensure we run mpath script with same perl used to run this test
adds d7b7053 Finally ready for next public release, so bumped version to 0.05
adds 3d46d28 Added SEE ALSO which just refers to Module::Path for the moment
adds 229f897 Pod now mentions the mpath script
adds 0be5d7a Should look at $? to check whether backticks subprocess exited cleanly
adds 2a01154 Wasn't checking $? after backticks in test
adds 2fcf40f POD: clickable link to repository
adds 913e80a Merge pull request #3 from dolmen/patch-1
adds 80d7822 Updated doc to refer to review of this and similar modules
adds 9513947 bumped version for release
adds 459b3ce Now using Devel::FindPerl instead of $^X directly
adds f09581e bumped version to 0.08 to release
adds 38d6a33 Resolve symlink if directory in @INC is a symlink
adds 2180096 Switched to a developer release to check the symlink code
adds a06d04b mpath: accept multiple modules
adds 585e0bb add the command line options --quiet and --full
adds 31325ac Merge pull request #5 from Syaltut/master
adds f12e6af mpath can handle multiple modules
adds 2f3132d Min perl version is 5.6.0
adds 058c736 Use Cwd::abs_path() on all paths from %INC in tests
adds 387be37 Resolve symlinks anywhere in path of directories in @INC
adds 8921603 Handle abs_path() returning undef
adds be1123c Deal with the possibility of getting undef in @INC (?!)
adds 7b17a72 Non-developer release - most recent dev release testing clean
adds 565f501 Handle the fact that Cwd::abs_path() can croak()
adds 1e61b70 Added travis config
adds dcd8996 Added more perl versions, tweaked indentation
adds 4026d06 Lifted changes from DAGOLDEN's config for Capture-Tiny
adds f0f6aa6 Travis setup that will hopefully work! DAGOLDEN++
adds a8b9532 Need to exclude cpanfile from GatherDir or 2nd and subsequent builds will fail
adds c0f76a5 Improved first paragraph of description.
adds ab82b98 Imported Upstream version 0.14
new 78210d9 Merge tag 'upstream/0.14'
new 836b8e5 Update debian/changelog
new 07c7ea8 cme: reformat debian/control
new 18e10fb Declare compliance with Debian Policy 3.9.6.
new c578ea3 Update long description in debian/control.
new 4891a31 Mark package as autopkgtest-able.
new 7b376a4 releasing package libmodule-path-perl version 0.14-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 | 7 +++++++
MANIFEST | 3 ++-
META.yml | 32 ++++++++++++++++----------------
Makefile.PL | 9 ++++-----
README | 4 ++--
cpanfile | 19 +++++++++++++++++++
debian/changelog | 15 +++++++++++++--
debian/control | 20 +++++++++++---------
debian/tests/pkg-perl/test-files | 2 ++
debian/upstream/metadata | 5 +++++
dist.ini | 11 +++++++++--
lib/Module/Path.pm | 9 ++++++---
12 files changed, 96 insertions(+), 40 deletions(-)
create mode 100644 cpanfile
create mode 100644 debian/tests/pkg-perl/test-files
create mode 100644 debian/upstream/metadata
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-path-perl.git
More information about the Pkg-perl-cvs-commits
mailing list