[libtest-tempdir-tiny-perl] branch master updated (97952f5 -> 4080542)
gregor herrmann
gregoa at debian.org
Sat Dec 12 16:57:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtest-tempdir-tiny-perl.
from 97952f5 releasing package libtest-tempdir-tiny-perl version 0.004-2
adds 94fcdaf initialize with .gitignore
adds df8aea0 initial import
adds 63fb052 make fork safe, run END block later, add simple tests
adds af3d15c fix up documentation
adds 5b0cabc drop newer Test::More requirement
adds 0281857 more prereq tweaks and checks
adds c73ad4f change root to ./tmp and clarify docs
adds 6f67e0f make Capture::Tiny recommended
adds e2bbcff suppress File::Path version warnings
adds acaf723 After release: bump $VERSION and timestamp Changes
adds 368dfb9 improve tests and docs
adds f27ecc1 After release: bump $VERSION and timestamp Changes
adds b435a37 avoid race conditions in nested directory creation
adds a7212e4 fix dangling symlink
adds 341231a update Makefile.PL
adds ffd1a6c After release: bump $VERSION and timestamp Changes
adds 99f61b1 drop Time::HiRes in favor of built-in select to implement a small sleep
adds a53e15e pull division out of the loop
adds 3143361 Fix absolute path determination on Windows
adds 9a8126b use File::Spec instead of slash
adds 54f02ba fix tests on windows
adds 6115962 update Makefile.PL and perlcritic.rc
adds 5dd77a3 After release: bump $VERSION and timestamp Changes
adds 7efbb4b Transliterate colon characters in file paths and work when run inside t/.
adds 298c17f normalize root if inside t dir to avoid .. in path
adds 4f26b3f add tests for non-t or inside-t roots
adds c7e8d2c tidy code
adds 2ba0290 fix abs_path in cases where directory might not exist
adds bbf9f89 fix abs_path problems and drop prereqs
adds b03da0d update Changes
adds 8c31b2a improve logic for choosing a root temp dir
adds 0c8a3be don't remove root if it's a symlink
adds a6bf37c stop using File::Temp directory objects
adds 8a5fc25 allow skipping cleanup with an environment var
adds 584da14 guard against failing chdir in _cleanup
adds dfcafb9 Add in_tempdir function to run code in a tempdir
adds 6bf1dc9 Fixed Changes file
adds 0b0d757 After release: bump $VERSION and timestamp Changes
adds a1ee481 Fix cleanup for taint mode
adds 14064a6 Raise minimum Perl to 5.8.1 again
adds 9d96b4c Update Makefile.PL
adds fa90aa4 After release: bump $VERSION and timestamp Changes
adds e2d608c Untaint more paths during filesystem modification
adds d60797c Update Changes
adds e16a589 Update Makefile.PL
adds 6174540 After release: bump $VERSION and timestamp Changes
adds f1c9c6e Update Changes
adds 01ed58a Imported Upstream version 0.010
new 2c92a78 Merge tag 'upstream/0.010'
new b6fc30a Update debian/changelog
new fa6fdf7 Update short description.
new 4080542 releasing package libtest-tempdir-tiny-perl version 0.010-1
The 4 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 | 35 +++++++
MANIFEST | 9 +-
META.json | 22 +++--
META.yml | 12 ++-
Makefile.PL | 7 +-
README | 43 +++++++--
cpanfile | 4 +
debian/changelog | 8 ++
debian/control | 4 +-
lib/Test/TempDir/Tiny.pm | 169 ++++++++++++++++++++++++++++------
t/00-report-prereqs.dd | 6 +-
t/00-report-prereqs.t | 2 +-
t/basic.t | 78 +++++++++++++---
t/taint.t | 12 +++
xt/author/00-compile.t | 9 +-
xt/{release => author}/pod-coverage.t | 0
xt/author/pod-spell.t | 6 +-
xt/{release => author}/pod-syntax.t | 1 +
xt/{release => author}/test-version.t | 10 +-
19 files changed, 356 insertions(+), 81 deletions(-)
create mode 100644 t/taint.t
rename xt/{release => author}/pod-coverage.t (100%)
rename xt/{release => author}/pod-syntax.t (84%)
rename xt/{release => author}/test-version.t (59%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-tempdir-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list