$ pwd /home/bob/Documents/meditations/castaways/translate/lib $ cd .. $ ls Changes ignore.txt lib Makefile.PL MANIFEST README t xt $ perl Makefile.PL Checking if your kit is complete... Looks good WARNING: Setting ABSTRACT via file 'lib/translate.pm' failed at /usr/local/share/perl/5.26.1/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for translate Writing MYMETA.yml and MYMETA.json $ make cp lib/translate.pm.bak blib/lib/translate.pm.bak cp lib/translate.pm blib/lib/translate.pm cp lib/my_data/lang_data/1.langlist.txt blib/lib/my_data/lang_data/1.langlist.txt cp lib/1.my_script.pl blib/lib/1.my_script.pl cp lib/1.my_script.pl blib/script/1.my_script.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/1.my_script.pl Manifying 1 pod document $ make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... 1/? # Testing translate 0.01, Perl 5.026001, /usr/bin/perl t/00-load.t ....... ok t/manifest.t ...... skipped: Author tests not required for installation t/pod-coverage.t .. skipped: Author tests not required for installation t/pod.t ........... skipped: Author tests not required for installation All tests successful. Files=4, Tests=1, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.41 cusr 0.08 csys = 0.55 CPU) Result: PASS $ make install Manifying 1 pod document Installing /home/bob/perl5/lib/perl5/translate.pm Installing /home/bob/perl5/lib/perl5/1.my_script.pl Installing /home/bob/perl5/lib/perl5/translate.pm.bak Installing /home/bob/perl5/lib/perl5/my_data/lang_data/1.langlist.txt Installing /home/bob/perl5/man/man3/translate.3pm Installing /home/bob/perl5/bin/1.my_script.pl Appending installation info to /home/bob/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod $ ls blib ignore.txt Makefile MANIFEST MYMETA.yml README xt Changes lib Makefile.PL MYMETA.json pm_to_blib t $