The following packages will be installed: perl-File-pushd Fetching README... 0%100%100%100%100%100%Done Fetching perl-File-pushd.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-File-pushd.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done File-pushd-1.016/ File-pushd-1.016/LICENSE File-pushd-1.016/cpanfile File-pushd-1.016/Changes File-pushd-1.016/MANIFEST File-pushd-1.016/perlcritic.rc File-pushd-1.016/CONTRIBUTING.mkdn File-pushd-1.016/t/ File-pushd-1.016/xt/ File-pushd-1.016/README File-pushd-1.016/Todo File-pushd-1.016/examples/ File-pushd-1.016/META.yml File-pushd-1.016/tidyall.ini File-pushd-1.016/lib/ File-pushd-1.016/Makefile.PL File-pushd-1.016/META.json File-pushd-1.016/dist.ini File-pushd-1.016/lib/File/ File-pushd-1.016/lib/File/pushd.pm File-pushd-1.016/examples/example.pl File-pushd-1.016/xt/author/ File-pushd-1.016/xt/release/ File-pushd-1.016/xt/release/distmeta.t File-pushd-1.016/xt/author/critic.t File-pushd-1.016/xt/author/minimum-version.t File-pushd-1.016/xt/author/test-version.t File-pushd-1.016/xt/author/00-compile.t File-pushd-1.016/xt/author/pod-syntax.t File-pushd-1.016/xt/author/portability.t File-pushd-1.016/xt/author/pod-spell.t File-pushd-1.016/xt/author/pod-coverage.t File-pushd-1.016/t/void-context.t File-pushd-1.016/t/File_pushd.t File-pushd-1.016/t/00-report-prereqs.t File-pushd-1.016/t/00-report-prereqs.dd File-pushd-1.016/t/exception.t Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::pushd Writing MYMETA.yml and MYMETA.json cp lib/File/pushd.pm blib/lib/File/pushd.pm Manifying 1 pod document PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.62 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.06 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Basename any 2.85 # File::Spec any 3.80 # File::Spec::Functions any 3.80 # Test::More 0.96 1.302067 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------- ---- ------ # Carp any 1.52 # Cwd any 3.80 # Exporter any 5.76 # File::Path any 2.18 # File::Spec any 3.80 # File::Temp any 0.2311 # overload any 1.33 # strict any 1.12 # warnings any 1.51 # t/00-report-prereqs.t .. ok t/exception.t .......... ok t/File_pushd.t ......... ok t/void-context.t ....... ok All tests successful. Files=4, Tests=49, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.25 cusr 0.01 csys = 0.27 CPU) Result: PASS Manifying 1 pod document Installing /usr/src/slapt-src/perl/perl-File-pushd/package-perl-File-pushd/usr/share/perl5/vendor_perl/File/pushd.pm Installing /usr/src/slapt-src/perl/perl-File-pushd/package-perl-File-pushd/usr/man/man3/File::pushd.3 Appending installation info to /usr/src/slapt-src/perl/perl-File-pushd/package-perl-File-pushd/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-File-pushd/perl-File-pushd-1.016-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-File-pushd-1.016/ usr/doc/perl-File-pushd-1.016/CONTRIBUTING.mkdn usr/doc/perl-File-pushd-1.016/Changes usr/doc/perl-File-pushd-1.016/LICENSE usr/doc/perl-File-pushd-1.016/README usr/doc/perl-File-pushd-1.016/Todo usr/doc/perl-File-pushd-1.016/perl-File-pushd.SlackBuild usr/man/ usr/man/man3/ usr/man/man3/File::pushd.3.gz usr/share/ usr/share/perl5/ usr/share/perl5/vendor_perl/ usr/share/perl5/vendor_perl/File/ usr/share/perl5/vendor_perl/File/pushd.pm Slackware package /usr/src/slapt-src/perl/perl-File-pushd/perl-File-pushd-1.016-i586-1salix15.0.txz created. Installing package perl-File-pushd-1.016-i586-1salix15.0... | perl-File-pushd (change directory temporarily for a limited scope) | | File::pushd does a temporary chdir that is easily and automatically | reverted, similar to pushd in some Unix command shells. It works by | creating an object that caches the original working directory. When | the object is destroyed, the destructor calls chdir to revert to the | original working directory. By storing the object in a lexical | variable with a limited scope, this happens automatically at the end | of the scope. | | | |