96 lines
4 KiB
Text
96 lines
4 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493088283.17314
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching File::Lock::Multi () on cpanmetadb ...
|
|
Unpacking File-Lock-Multi-1.02.tar.gz
|
|
--> Working on File::Lock::Multi
|
|
Fetching http://www.cpan.org/authors/id/C/CR/CRAKRJACK/File-Lock-Multi-1.02.tar.gz ... OK
|
|
File-Lock-Multi-1.02/
|
|
File-Lock-Multi-1.02/README
|
|
File-Lock-Multi-1.02/Changes
|
|
File-Lock-Multi-1.02/META.yml
|
|
File-Lock-Multi-1.02/Makefile.PL
|
|
File-Lock-Multi-1.02/META.json
|
|
File-Lock-Multi-1.02/t/
|
|
File-Lock-Multi-1.02/t/300-flockfiles-simple.t
|
|
File-Lock-Multi-1.02/t/400-flockfiles-forks.t
|
|
File-Lock-Multi-1.02/t/500-mysql-simple.t
|
|
File-Lock-Multi-1.02/t/100-fuser-simple.t
|
|
File-Lock-Multi-1.02/t/550-mysql-forks.t
|
|
File-Lock-Multi-1.02/t/200-fuser-forks.t
|
|
File-Lock-Multi-1.02/MANIFEST
|
|
File-Lock-Multi-1.02/lib/
|
|
File-Lock-Multi-1.02/lib/File/
|
|
File-Lock-Multi-1.02/lib/File/Lock/
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/FlockFiles.pm
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/MySQL.pm
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/Base/
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/Base/Iterative.pm
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/Base.pm
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi/Fuser.pm
|
|
File-Lock-Multi-1.02/lib/File/Lock/Multi.pm
|
|
Entering File-Lock-Multi-1.02
|
|
Checking configure dependencies from META.json
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring File-Lock-Multi-1.02 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for File::Lock::Multi
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have File::Temp 0 ... Yes (0.2304)
|
|
Checking if you have Class::Accessor 0 ... Yes (0.34)
|
|
Checking if you have Params::Classify 0 ... Yes (0.013)
|
|
Checking if you have Test::Fork 0 ... Yes (0.02)
|
|
Checking if you have Time::HiRes 0 ... Yes (1.9741)
|
|
Checking if you have Test::More 0 ... Yes (1.302078)
|
|
Checking if you have Fcntl 0 ... Yes (1.13)
|
|
Checking if you have Test::Exception 0 ... Yes (0.43)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have Carp 0 ... Yes (1.38)
|
|
Checking if you have Linux::Fuser 1.5 ... Yes (1.6)
|
|
Checking if you have Params::Validate 0 ... Yes (1.26)
|
|
OK
|
|
Building and testing File-Lock-Multi-1.02 ... cp lib/File/Lock/Multi.pm blib/lib/File/Lock/Multi.pm
|
|
cp lib/File/Lock/Multi/Base.pm blib/lib/File/Lock/Multi/Base.pm
|
|
cp lib/File/Lock/Multi/Base/Iterative.pm blib/lib/File/Lock/Multi/Base/Iterative.pm
|
|
cp lib/File/Lock/Multi/FlockFiles.pm blib/lib/File/Lock/Multi/FlockFiles.pm
|
|
cp lib/File/Lock/Multi/MySQL.pm blib/lib/File/Lock/Multi/MySQL.pm
|
|
cp lib/File/Lock/Multi/Fuser.pm blib/lib/File/Lock/Multi/Fuser.pm
|
|
Manifying 4 pod documents
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
|
# single-locking
|
|
# non-blocking locks
|
|
# lock w/timeout
|
|
# blocking lock
|
|
# obligatory coverage tests
|
|
t/100-fuser-simple.t ....... ok
|
|
# parent hanging onto lock to help child's test
|
|
# child waiting for lock to not be lockable
|
|
# child attempting to lock
|
|
# parent waiting for lock to not be lockable
|
|
# child hanging onto lock to help parent's test
|
|
# no longer lockable -- waiting for release
|
|
t/200-fuser-forks.t ........ ok
|
|
# single-locking
|
|
# non-blocking locks
|
|
# lock w/timeout
|
|
# blocking lock
|
|
# obligatory coverage tests
|
|
t/300-flockfiles-simple.t .. ok
|
|
# outer waiting for secondary lock to be held
|
|
# inner waiting for primary lock to be held
|
|
# outer waiting for primary lock to be held
|