Skip to content

Instantly share code, notes, and snippets.

@plicease
Created November 25, 2022 14:26
Show Gist options
  • Save plicease/bcd30ae6904bc04993abe71e5a01fb4e to your computer and use it in GitHub Desktop.
Save plicease/bcd30ae6904bc04993abe71e5a01fb4e to your computer and use it in GitHub Desktop.
cpanm (App::cpanminus) 1.7044 on perl 5.034000 built for x86_64-netbsd-thread-multi
Work directory is /sdf/arpa/ns/o/ollisg/.cpanm/work/1669386355.7813
You have make /usr/bin/make
You have /usr/pkg/bin/curl
You have /bin/tar:
You have /usr/bin/unzip
--> Working on Path-Tiny-0.143.tar.gz
Fetching file:///sdf/arpa/ns/o/ollisg/Path-Tiny-0.143.tar.gz ... OK
Unpacking Path-Tiny-0.143.tar.gz
Path-Tiny-0.143
Path-Tiny-0.143/Changes
Path-Tiny-0.143/MANIFEST
Path-Tiny-0.143/perlcritic.rc
Path-Tiny-0.143/CONTRIBUTING.mkdn
Path-Tiny-0.143/t
Path-Tiny-0.143/.local.vimrc
Path-Tiny-0.143/META.yml
Path-Tiny-0.143/tidyall.ini
Path-Tiny-0.143/README.mkdn
Path-Tiny-0.143/lib
Path-Tiny-0.143/Makefile.PL
Path-Tiny-0.143/.mailmap
Path-Tiny-0.143/.perltidyrc
Path-Tiny-0.143/META.json
Path-Tiny-0.143/dist.ini
Path-Tiny-0.143/lib/Path
Path-Tiny-0.143/lib/Path/Tiny.pm
Path-Tiny-0.143/t/filesystem.t
Path-Tiny-0.143/t/size.t
Path-Tiny-0.143/t/mkdir.t
Path-Tiny-0.143/t/exports.t
Path-Tiny-0.143/t/sig_die.t
Path-Tiny-0.143/t/chmod.t
Path-Tiny-0.143/t/zz-atomic.t
Path-Tiny-0.143/t/input_output.t
Path-Tiny-0.143/t/visit.t
Path-Tiny-0.143/t/recurse.t
Path-Tiny-0.143/t/digest.t
Path-Tiny-0.143/t/mutable_tree_while_iterating.t
Path-Tiny-0.143/t/has_same_bytes.t
Path-Tiny-0.143/t/locking.t
Path-Tiny-0.143/t/normalize.t
Path-Tiny-0.143/t/overloading.t
Path-Tiny-0.143/t/symlinks.t
Path-Tiny-0.143/t/children.t
Path-Tiny-0.143/t/README
Path-Tiny-0.143/t/temp.t
Path-Tiny-0.143/t/basic.t
Path-Tiny-0.143/t/zzz-spec.t
Path-Tiny-0.143/t/mkpath.t
Path-Tiny-0.143/t/rel-abs.t
Path-Tiny-0.143/t/parent.t
Path-Tiny-0.143/t/lib
Path-Tiny-0.143/t/input_output_no_PU_UU.t
Path-Tiny-0.143/t/exception.t
Path-Tiny-0.143/t/data
Path-Tiny-0.143/t/input_output_no_UU.t
Path-Tiny-0.143/t/basename.t
Path-Tiny-0.143/t/fakelib
Path-Tiny-0.143/t/subsumes.t
Path-Tiny-0.143/t/fakelib/Unicode
Path-Tiny-0.143/t/fakelib/PerlIO
Path-Tiny-0.143/t/fakelib/PerlIO/utf8_strict.pm
Path-Tiny-0.143/t/fakelib/Unicode/UTF8.pm
Path-Tiny-0.143/t/data/chmod.txt
Path-Tiny-0.143/t/lib/TestUtils.pm
tar: ustar vol 1, 57 files, 320512 bytes read, 0 bytes written in 1 secs (320512 bytes/sec)
Entering Path-Tiny-0.143
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.62)
Running Makefile.PL
Configuring Path-Tiny-0.143 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Path::Tiny
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have Exporter 5.57 ... Yes (5.76)
Checking if you have warnings::register 0 ... Yes (1.04)
Checking if you have File::Compare 0 ... Yes (1.1006)
Checking if you have File::Path 2.07 ... Yes (2.18)
Checking if you have Carp 0 ... Yes (1.52)
Checking if you have File::Spec::Functions 0 ... Yes (3.80)
Checking if you have File::Basename 0 ... Yes (2.85)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.62)
Checking if you have warnings 0 ... Yes (1.51)
Checking if you have overload 0 ... Yes (1.33)
Checking if you have File::Glob 0 ... Yes (1.33)
Checking if you have strict 0 ... Yes (1.12)
Checking if you have File::Temp 0.19 ... Yes (0.2311)
Checking if you have File::Copy 0 ... Yes (2.35)
Checking if you have Cwd 0 ... Yes (3.80)
Checking if you have Fcntl 0 ... Yes (1.14)
Checking if you have File::stat 0 ... Yes (1.09)
Checking if you have Digest::MD5 0 ... Yes (2.58)
Checking if you have constant 0 ... Yes (1.33)
Checking if you have open 0 ... Yes (1.12)
Checking if you have Digest::SHA 5.45 ... Yes (6.02)
Checking if you have File::Spec::Unix 0 ... Yes (3.80)
Checking if you have lib 0 ... Yes (0.65)
Checking if you have File::Spec 0.86 ... Yes (3.80)
Checking if you have Test::More 0.96 ... Yes (1.302183)
Checking if you have Digest 1.03 ... Yes (1.19)
Checking if you have Encode 0 ... Yes (3.08)
Building and testing Path-Tiny-0.143 ... cp lib/Path/Tiny.pm blib/lib/Path/Tiny.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/usr/pkg/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basename.t ...................... ok
t/basic.t ......................... ok
t/children.t ...................... ok
t/chmod.t ......................... ok
t/digest.t ........................ ok
t/exception.t ..................... ok
t/exports.t ....................... ok
t/filesystem.t .................... ok
t/has_same_bytes.t ................ ok
t/input_output.t .................. ok
t/input_output_no_PU_UU.t ......... ok
t/input_output_no_UU.t ............ ok
t/locking.t ....................... ok
t/mkdir.t ......................... ok
t/mkpath.t ........................ ok
t/mutable_tree_while_iterating.t .. ok
t/normalize.t ..................... ok
t/overloading.t ................... ok
t/parent.t ........................ ok
t/recurse.t ....................... ok
t/rel-abs.t ....................... ok
t/sig_die.t ....................... ok
t/size.t .......................... ok
t/subsumes.t ...................... ok
t/symlinks.t ...................... ok
t/temp.t .......................... ok
t/visit.t ......................... ok
t/zz-atomic.t ..................... ok
t/zzz-spec.t ...................... ok
All tests successful.
Files=29, Tests=1769, 15 wallclock secs ( 0.29 usr 0.10 sys + 4.61 cusr 3.49 csys = 8.49 CPU)
Result: PASS
Manifying 1 pod document
Appending installation info to /sdf/arpa/ns/o/ollisg/perl5/lib/perl5/x86_64-netbsd-thread-multi/perllocal.pod
OK
Successfully installed Path-Tiny-0.143
1 distribution installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment