Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cpanm -v Text::CSV
- cpanm (App::cpanminus) 1.7044 on perl 5.034000 built for darwin-2level
- Work directory is /Users/hakonhaegland/.cpanm/work/1631133377.37067
- You have make /usr/bin/make
- You have /usr/bin/curl
- You have /usr/bin/tar: bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.6
- You have /usr/bin/unzip
- Searching Text::CSV () on cpanmetadb ...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 141 100 141 0 0 526 0 --:--:-- --:--:-- --:--:-- 524
- --> Working on Text::CSV
- Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.01.tar.gz ... ##O=-# # ################################################################################################################################################################################################### 100.0%
- OK
- Unpacking Text-CSV-2.01.tar.gz
- x Text-CSV-2.01/
- x Text-CSV-2.01/Changes
- x Text-CSV-2.01/lib/
- x Text-CSV-2.01/lib/Text/
- x Text-CSV-2.01/lib/Text/CSV_PP.pm
- x Text-CSV-2.01/lib/Text/CSV.pm
- x Text-CSV-2.01/META.yml
- x Text-CSV-2.01/MANIFEST
- x Text-CSV-2.01/Makefile.PL
- x Text-CSV-2.01/t/
- x Text-CSV-2.01/t/01_is_pp.t
- x Text-CSV-2.01/t/rt99774.t
- x Text-CSV-2.01/t/46_eol_si.t
- x Text-CSV-2.01/t/util.pl
- x Text-CSV-2.01/t/70_rt.t
- x Text-CSV-2.01/t/fields_containing_0.t
- x Text-CSV-2.01/t/79_callbacks.t
- x Text-CSV-2.01/t/22_scalario.t
- x Text-CSV-2.01/t/71_pp.t
- x Text-CSV-2.01/t/41_null.t
- x Text-CSV-2.01/t/45_eol.t
- x Text-CSV-2.01/t/85_util.t
- x Text-CSV-2.01/t/66_formula.t
- x Text-CSV-2.01/t/12_acc.t
- x Text-CSV-2.01/t/80_diag.t
- x Text-CSV-2.01/t/00_pod.t
- x Text-CSV-2.01/t/20_file.t
- x Text-CSV-2.01/t/77_getall.t
- x Text-CSV-2.01/t/81_subclass.t
- x Text-CSV-2.01/t/91_csv_cb.t
- x Text-CSV-2.01/t/60_samples.t
- x Text-CSV-2.01/t/65_allow.t
- x Text-CSV-2.01/t/90_csv.t
- x Text-CSV-2.01/t/10_base.t
- x Text-CSV-2.01/t/40_misc.t
- x Text-CSV-2.01/t/78_fragment.t
- x Text-CSV-2.01/t/75_hashref.t
- x Text-CSV-2.01/t/55_combi.t
- x Text-CSV-2.01/t/15_flags.t
- x Text-CSV-2.01/t/76_magic.t
- x Text-CSV-2.01/t/51_utf8.t
- x Text-CSV-2.01/t/30_types.t
- x Text-CSV-2.01/t/21_lexicalio.t
- x Text-CSV-2.01/t/50_utf8.t
- x Text-CSV-2.01/README.md
- x Text-CSV-2.01/files/
- x Text-CSV-2.01/files/utf8.csv
- x Text-CSV-2.01/files/macosx.csv
- x Text-CSV-2.01/META.json
- Entering Text-CSV-2.01
- Checking configure dependencies from META.json
- Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.62)
- Running Makefile.PL
- Configuring Text-CSV-2.01 ... Welcome to Text::CSV (v.2.01)
- =============================
- If you install Text::CSV_XS v.1.46, it makes Text::CSV faster.
- Checking if your kit is complete...
- Looks good
- Generating a Unix-style Makefile
- Writing Makefile for Text::CSV
- Writing MYMETA.yml and MYMETA.json
- OK
- Checking dependencies from MYMETA.json ...
- Checking if you have Test::Harness 0 ... Yes (3.43)
- Checking if you have Test::More 0.71 ... Yes (1.302183)
- Checking if you have IO::Handle 0 ... Yes (1.46)
- Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.62)
- Building and testing Text-CSV-2.01 ... cp lib/Text/CSV.pm blib/lib/Text/CSV.pm
- cp lib/Text/CSV_PP.pm blib/lib/Text/CSV_PP.pm
- Manifying 2 pod documents
- PERL_DL_NONLAZY=1 "/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
- t/00_pod.t ............... # PERL_TEXT_CSV: undef
- t/00_pod.t ............... skipped: Test::Pod 1.00 required for testing POD
- t/01_is_pp.t ............. ok
- t/10_base.t .............. ok
- t/12_acc.t ............... ok
- t/15_flags.t ............. ok
- t/20_file.t .............. ok
- t/21_lexicalio.t ......... ok
- t/22_scalario.t .......... ok
- t/30_types.t ............. ok
- t/40_misc.t .............. ok
- t/41_null.t .............. ok
- t/45_eol.t ............... ok
- t/46_eol_si.t ............ ok
- t/50_utf8.t .............. ok
- t/51_utf8.t .............. ok
- t/55_combi.t ............. ok
- t/60_samples.t ........... ok
- t/65_allow.t ............. ok
- t/66_formula.t ........... ok
- t/70_rt.t ................ ok
- t/71_pp.t ................ ok
- t/75_hashref.t ........... ok
- t/76_magic.t ............. ok
- t/77_getall.t ............ ok
- t/78_fragment.t .......... ok
- t/79_callbacks.t ......... ok
- t/80_diag.t .............. ok
- t/81_subclass.t .......... ok
- t/85_util.t .............. ok
- t/90_csv.t ............... ok
- t/91_csv_cb.t ............ ok
- t/fields_containing_0.t .. ok
- t/rt99774.t .............. ok
- All tests successful.
- Files=33, Tests=52295, 11 wallclock secs ( 0.99 usr 0.14 sys + 10.65 cusr 0.24 csys = 12.02 CPU)
- Result: PASS
- Manifying 2 pod documents
- Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/Text/CSV_PP.pm
- Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/Text/CSV.pm
- Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/man/man3/Text::CSV.3
- Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/man/man3/Text::CSV_PP.3
- Appending installation info to /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/5.34.0/darwin-2level/perllocal.pod
- OK
- Successfully installed Text-CSV-2.01
- Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/.meta/Text-CSV-2.01/MYMETA.json
- Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/.meta/Text-CSV-2.01/install.json
- 1 distribution installed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement