Orpheus.17Dec14.log

From Bioinformatics.Org Wiki

Jump to: navigation, search


CPAN is the world-wide archive of perl resources. It consists of about 300 sites that all replicate the same contents around the globe. Many countries have at least one CPAN site already. The resources found on CPAN are easily accessible with the CPAN.pm module. If you want to use CPAN.pm, lots of things have to be configured. Fortunately, most of them can be determined automatically. If you prefer the automatic configuration, answer 'yes' below.

If you prefer to enter a dialog instead, you can answer 'no' to this question and I'll let you configure in small steps one thing after the other. (Note: you can revisit this dialog anytime later by typing 'o conf init' at the cpan prompt.)


The following questions are intended to help you with the configuration. The CPAN module needs a directory of its own to cache important index files and maybe keep a temporary mirror of CPAN files. This may be a site-wide or a personal directory.


I see you already have a directory

   /home/brian/edirect/_cpan

Shall we use it as the general CPAN build and cache directory?

<cpan_home>

CPAN build and cache directory? [/home/brian/edirect/_cpan]


Unless you are accessing the CPAN on your filesystem via a file: URL, CPAN.pm needs to keep the source files it downloads somewhere. Please supply a directory where the downloaded files are to be kept.

<keep_source_where>

Download target directory? [/home/brian/edirect/_cpan/sources]


<build_dir>

Directory where the build process takes place? [/home/brian/edirect/_cpan/build]


Until version 1.88 CPAN.pm never trusted the contents of the build_dir directory between sessions. Since 1.88_58 CPAN.pm has a YAML-based mechanism that makes it possible to share the contents of the build_dir/ directory between different sessions with the same version of perl. People who prefer to test things several days before installing will like this feature because it safes a lot of time.

If you say yes to the following question, CPAN will try to store enough information about the build process so that it can pick up in future sessions at the same state of affairs as it left a previous session.

<build_dir_reuse>

Store and re-use state information about distributions between CPAN.pm sessions? [no]


CPAN.pm can store customized build environments based on regular expressions for distribution names. These are YAML files where the default options for CPAN.pm and the environment can be overridden and dialog sequences can be stored that can later be executed by an Expect.pm object. The CPAN.pm distribution comes with some prefab YAML files that cover sample distributions that can be used as blueprints to store one own prefs. Please check out the distroprefs/ directory of the CPAN.pm distribution to get a quick start into the prefs system.

<prefs_dir>

Directory where to store default options/environment/dialogs for building modules that need some customization? [/home/brian/edirect/_cpan/prefs]


Normally CPAN.pm keeps config variables in memory and changes need to be saved in a separate 'o conf commit' command to make them permanent between sessions. If you set the 'auto_commit' option to true, changes to a config variable are always automatically committed to disk.

<auto_commit>

Always commit changes to config variables to disk? [yes]


CPAN.pm can limit the size of the disk area for keeping the build directories with all the intermediate files.

<build_cache>

Cache size for build directory (in MB)? [100]


The CPAN indexes are usually rebuilt once or twice per hour, but the typical CPAN mirror mirrors only once or twice per day. Depending on the quality of your mirror and your desire to be on the bleeding edge, you may want to set the following value to more or less than one day (which is the default). It determines after how many days CPAN.pm downloads new indexes.

<index_expire>

Let the index expire after how many days? [1]


By default, each time the CPAN module is started, cache scanning is performed to keep the cache size in sync. To prevent this, answer 'never'.

<scan_cache>

Perform cache scanning (atstart or never)? [atstart]


To considerably speed up the initial CPAN shell startup, it is possible to use Storable to create a cache of metadata. If Storable is not available, the normal index mechanism will be used.

Note: this mechanism is not used when use_sqlite is on and SQLLite is running.

<cache_metadata>

Cache metadata (yes/no)? [yes]


CPAN::SQLite is a layer between the index files that are downloaded from the CPAN and CPAN.pm that speeds up metadata queries and reduces memory consumption of CPAN.pm considerably.

<use_sqlite>

Use CPAN::SQLite if available? (yes/no)? [no]


The CPAN module can detect when a module which you are trying to build depends on prerequisites. If this happens, it can build the prerequisites for you automatically ('follow'), ask you for confirmation ('ask'), or just ignore them ('ignore'). Please set your policy to one of the three values.

<prerequisites_policy>

Policy on building prerequisites (follow, ask or ignore)? [ask]


When a module declares another one as a 'build_requires' prerequisite this means that the other module is only needed for building or testing the module but need not be installed permanently. In this case you may wish to install that other module nonetheless or just keep it in the 'build_dir' directory to have it available only temporarily. Installing saves time on future installations but makes the perl installation bigger.

You can choose if you want to always install (yes), never install (no) or be always asked. In the latter case you can set the default answer for the question to yes (ask/yes) or no (ask/no).

<build_requires_install_policy>

Policy on installing 'build_requires' modules (yes, no, ask/yes, ask/no)? [ask/yes]


CPAN packages can be digitally signed by authors and thus verified with the security provided by strong cryptography. The exact mechanism is defined in the Module::Signature module. While this is generally considered a good thing, it is not always convenient to the end user to install modules that are signed incorrectly or where the key of the author is not available or where some prerequisite for Module::Signature has a bug and so on.

With the check_sigs parameter you can turn signature checking on and off. The default is off for now because the whole tool chain for the functionality is not yet considered mature by some. The author of CPAN.pm would recommend setting it to true most of the time and turning it off only if it turns out to be annoying.

Note that if you do not have Module::Signature installed, no signature checks will be performed at all.

<check_sigs>

Always try to check and verify signatures if a SIGNATURE file is in the package and Module::Signature is installed (yes/no)? [no]


The goal of the CPAN Testers project (http://testers.cpan.org/) is to test as many CPAN packages as possible on as many platforms as possible. This provides valuable feedback to module authors and potential users to identify bugs or platform compatibility issues and improves the overall quality and value of CPAN.

One way you can contribute is to send test results for each module that you install. If you install the CPAN::Reporter module, you have the option to automatically generate and email test reports to CPAN Testers whenever you run tests on a CPAN package.

See the CPAN::Reporter documentation for additional details and configuration settings. If your firewall blocks outgoing email, you will need to configure CPAN::Reporter before sending reports.

<test_report>

Email test reports if CPAN::Reporter is installed (yes/no)? [no]


When a distribution has already been tested by CPAN::Reporter on this machine, CPAN can skip the test phase and just rely on the test report history instead.

Note that this will not apply to distributions that failed tests because of missing dependencies. Also, tests can be run regardless of the history using "force".

<trust_test_report_history>

Do you want to rely on the test report history (yes/no)? [no]


At the time of this writing (2009-03) there are three YAML implementations working: YAML, YAML::Syck, and YAML::XS. The latter two are faster but need a C compiler installed on your system. There may be more alternative YAML conforming modules. When I tried two other players, YAML::Tiny and YAML::Perl, they seemed not powerful enough to work with CPAN.pm. This may have changed in the meantime.

<yaml_module>

Which YAML implementation would you prefer? [YAML]


Warning (maybe harmless): 'YAML' not installed. Both YAML.pm and YAML::Syck are capable of deserialising code. As this requires a string eval, which might be a security risk, you can use this option to enable or disable the deserialisation of code via CPAN::DeferredCode. (Note: This does not work under perl 5.6)

<yaml_load_code>

Do you want to enable code deserialisation (yes/no)? [no]



The CPAN module will need a few external programs to work properly. Please correct me, if I guess the wrong path for a program. Don't panic if you do not have some of them, just press ENTER for those. To disable the use of a program, you can type a space followed by ENTER.

<bzip2>

Where is your bzip2 program? [/usr/bin/bzip2]


<gzip>

Where is your gzip program? [/bin/gzip]


<tar>

Where is your tar program? [/bin/tar]


<unzip>

Where is your unzip program? [/usr/bin/unzip]


<make>

Where is your make program? [/usr/bin/make]


<curl>

Where is your curl program? [/usr/bin/curl]


<lynx>

Where is your lynx program? [/usr/bin/lynx]


<wget>

Where is your wget program? [/usr/bin/wget]


Warning: ncftpget not found in PATH[/home/birch/BIRCH/local/script;/home/birch/BIRCH/local/bin-linux-x86_64;/usr/lib64/qt-3.3/bin;/usr/local/bin;/bin;/usr/bin;/usr/local/sbin;/usr/sbin;/sbin;/opt/thinlinc/bin;/home/birch/BIRCH/script;/home/birch/BIRCH/bin-linux-x86_64;/home/brian/bin;/home/brian/edirect]

<ncftpget>

Where is your ncftpget program? []


Warning: ncftp not found in PATH[/home/birch/BIRCH/local/script;/home/birch/BIRCH/local/bin-linux-x86_64;/usr/lib64/qt-3.3/bin;/usr/local/bin;/bin;/usr/bin;/usr/local/sbin;/usr/sbin;/sbin;/opt/thinlinc/bin;/home/birch/BIRCH/script;/home/birch/BIRCH/bin-linux-x86_64;/home/brian/bin;/home/brian/edirect]

<ncftp>

Where is your ncftp program? []


Warning: ftp not found in PATH[/home/birch/BIRCH/local/script;/home/birch/BIRCH/local/bin-linux-x86_64;/usr/lib64/qt-3.3/bin;/usr/local/bin;/bin;/usr/bin;/usr/local/sbin;/usr/sbin;/sbin;/opt/thinlinc/bin;/home/birch/BIRCH/script;/home/birch/BIRCH/bin-linux-x86_64;/home/brian/bin;/home/brian/edirect]

<ftp>

Where is your ftp program? []


<gpg>

Where is your gpg program? [/usr/bin/gpg]


<patch>

Where is your patch program? [/usr/bin/patch]


Warning: applypatch not found in PATH[/home/birch/BIRCH/local/script;/home/birch/BIRCH/local/bin-linux-x86_64;/usr/lib64/qt-3.3/bin;/usr/local/bin;/bin;/usr/bin;/usr/local/sbin;/usr/sbin;/sbin;/opt/thinlinc/bin;/home/birch/BIRCH/script;/home/birch/BIRCH/bin-linux-x86_64;/home/brian/bin;/home/brian/edirect]

<applypatch>

Where is your applypatch program? []


<pager>

What is your favorite pager program? [/usr/bin/less]


<shell>

What is your favorite shell? [/bin/bash]


When CPAN.pm uses the tar command, which switch for the verbosity shall be used? Choose 'none' for quiet operation, 'v' for file name listing, 'vv' for full listing.

<tar_verbosity>

Tar command verbosity level (none or v or vv)? [v]


When CPAN.pm loads a module it needs for some optional feature, it usually reports about module name and version. Choose 'v' to get this message, 'none' to suppress it.

<load_module_verbosity>

Verbosity level for loading modules (none or v)? [v]


When CPAN.pm extends @INC via PERL5LIB, it prints a list of directories added (or a summary of how many directories are added). Choose 'v' to get this message, 'none' to suppress it.

<perl5lib_verbosity>

Verbosity level for PERL5LIB changes (none or v)? [v]


When the CPAN shell is started it normally displays a greeting message that contains the running version and the status of readline support.

<inhibit_startup_message>

Do you want to turn this message off? [no]


When you have Module::Build installed and a module comes with both a Makefile.PL and a Build.PL, which shall have precedence?

The main two standard installer modules are the old and well established ExtUtils::MakeMaker (for short: EUMM) which uses the Makefile.PL. And the next generation installer Module::Build (MB) which works with the Build.PL (and often comes with a Makefile.PL too). If a module comes only with one of the two we will use that one but if both are supplied then a decision must be made between EUMM and MB. See also http://rt.cpan.org/Ticket/Display.html?id=29235 for a discussion about the right default.

Or, as a third option you can choose RAND which will make a random decision (something regular CPAN testers will enjoy).

<prefer_installer>

In case you can choose between running a Makefile.PL or a Build.PL, which installer would you prefer (EUMM or MB or RAND)? [MB]


Every Makefile.PL is run by perl in a separate process. Likewise we run 'make' and 'make install' in separate processes. If you have any parameters (e.g. PREFIX, UNINST or the like) you want to pass to the calls, please specify them here.

If you don't understand this question, just press ENTER.

Typical frequently used settings:

   PREFIX=~/perl    # non-root users (please see manual for more hints)
<makepl_arg>

Parameters for the 'perl Makefile.PL' command? [INSTALLDIRS=site]


Parameters for the 'make' command? Typical frequently used setting:

   -j3              # dual processor system (on GNU make)
<make_arg>

Your choice: []


Do you want to use a different make command for 'make install'? Cautious people will probably prefer:

   su root -c make
or
   sudo make
or
   /path1/to/sudo -u admin_account /path2/to/make
<make_install_make_command>

or some such. Your choice: [/usr/bin/make]


Parameters for the 'make install' command? Typical frequently used setting:

   UNINST=1         # to always uninstall potentially conflicting files
<make_install_arg>

Your choice: []


A Build.PL is run by perl in a separate process. Likewise we run './Build' and './Build install' in separate processes. If you have any parameters you want to pass to the calls, please specify them here.

Typical frequently used settings:

   --install_base /home/xxx             # different installation directory
<mbuildpl_arg>

Parameters for the 'perl Build.PL' command? [--installdirs site]


Parameters for the './Build' command? Setting might be:

   --extra_linker_flags -L/usr/foo/lib  # non-standard library location
<mbuild_arg>

Your choice: []


Do you want to use a different command for './Build install'? Sudo users will probably prefer:

   su root -c ./Build
or
   sudo ./Build
or
   /path1/to/sudo -u admin_account ./Build
<mbuild_install_build_command>

or some such. Your choice: [./Build]


Parameters for the './Build install' command? Typical frequently used setting:

   --uninst 1                           # uninstall conflicting files
<mbuild_install_arg>

Your choice: []


Sometimes you may wish to leave the processes run by CPAN alone without caring about them. Because the Makefile.PL or the Build.PL sometimes contains question you're expected to answer, you can set a timer that will kill a 'perl Makefile.PL' process after the specified time in seconds.

If you set this value to 0, these processes will wait forever. This is the default and recommended setting.

<inactivity_timeout>

Timeout for inactivity during {Makefile,Build}.PL? [0]


Normaly, CPAN.pm continues processing the full list of targets and dependencies, even if one of them fails. However, you can specify that CPAN should halt after the first failure.

<halt_on_failure>

Do you want to halt on failure (yes/no)? [no]



If you're accessing the net via proxies, you can specify them in the CPAN configuration or via environment variables. The variable in the $CPAN::Config takes precedence.

<ftp_proxy>

Your ftp_proxy? []


<http_proxy>

Your http_proxy? []


<no_proxy>

Your no_proxy? []


<ftp_passive>

Shall we always set the FTP_PASSIVE environment variable when dealing with ftp download (yes/no)? [yes]


CPAN.pm changes the current working directory often and needs to determine its own current working directory. Per default it uses Cwd::cwd but if this doesn't work on your system for some reason, alternatives can be configured according to the following table:

   cwd         Cwd::cwd
   getcwd      Cwd::getcwd
   fastcwd     Cwd::fastcwd
   backtickcwd external command cwd
<getcwd>

Preferred method for determining the current working directory? [cwd]


The prompt of the cpan shell can contain the current command number for easier tracking of the session or be a plain string.

<commandnumber_in_prompt>

Do you want the command number in the prompt (yes/no)? [yes]


When using Term::ReadLine, you can turn ornaments on so that your input stands out against the output from CPAN.pm.

<term_ornaments>

Do you want to turn ornaments on? [yes]


The next option deals with the charset (aka character set) your terminal supports. In general, CPAN is English speaking territory, so the charset does not matter much but some CPAN have names that are outside the ASCII range. If your terminal supports UTF-8, you should say no to the next question. If it expects ISO-8859-1 (also known as LATIN1) then you should say yes. If it supports neither, your answer does not matter because you will not be able to read the names of some authors anyway. If you answer no, names will be output in UTF-8.

<term_is_latin>

Your terminal expects ISO-8859-1 (yes/no)? [yes]


If you have one of the readline packages (Term::ReadLine::Perl, Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN shell will have history support. The next two questions deal with the filename of the history file and with its size. If you do not want to set this variable, please hit SPACE RETURN to the following question.

If you have one of the readline packages (Term::ReadLine::Perl, Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN shell will have history support. The next two questions deal with the filename of the history file and with its size. If you do not want to set this variable, please hit SPACE RETURN to the following question.

<histfile>

File to save your history? [/home/brian/edirect/_cpan/histfile]


<histsize>

Number of lines to save? [100]


The 'd' and the 'm' command normally only show you information they have in their in-memory database and thus will never connect to the internet. If you set the 'show_upload_date' variable to true, 'm' and 'd' will additionally show you the upload date of the module or distribution. Per default this feature is off because it may require a net connection to get at the upload date.

<show_upload_date>

Always try to show upload date with 'd' and 'm' command (yes/no)? [no]


During the 'r' command CPAN.pm finds modules without version number. When the command finishes, it prints a report about this. If you want this report to be very verbose, say yes to the following variable.

<show_unparsable_versions>

Show all individual modules that have no $VERSION? [no]


During the 'r' command CPAN.pm finds modules with a version number of zero. When the command finishes, it prints a report about this. If you want this report to be very verbose, say yes to the following variable.

<show_zero_versions>

Show all individual modules that have a $VERSION of zero? [no]


If you have never defined your own C<urllist> in your configuration then C<CPAN.pm> will be hesitant to use the built in default sites for downloading. It will ask you once per session if a connection to the internet is OK and only if you say yes, it will try to connect. But to avoid this question, you can choose your favorite download sites once and get away with it. Or, if you have no favorite download sites answer yes to the following question.

<connect_to_internet_ok>

If no urllist has been chosen yet, would you prefer CPAN.pm to connect to the built-in default sites without asking? (yes/no)? [yes]


Autoconfigured everything but 'urllist'. Please call 'o conf init urllist' to configure your CPAN server(s) now!


Unknown config variable 'install_help' commit: wrote '/home/brian/edirect/_cpan/CPAN/MyConfig.pm' CPAN: Storable loaded ok (v2.20)

 LWP not available
 LWP not available

CPAN: Net::FTP loaded ok (v2.77) Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz

Going to read '/home/brian/edirect/_cpan/sources/authors/01mailrc.txt.gz' ............................................................................DONE

 LWP not available
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz

Going to read '/home/brian/edirect/_cpan/sources/modules/02packages.details.txt.gz'

 Database was generated on Wed, 17 Dec 2014 09:29:02 GMT
 HTTP::Date not available

..............

 New CPAN.pm version (v2.05) available.
 [Currently running version is v1.9402]
 You might want to try
   install CPAN
   reload cpan
 to both upgrade CPAN.pm and run the new version without leaving
 the current session.


..............................................................DONE

 LWP not available
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/modules/03modlist.data.gz

Going to read '/home/brian/edirect/_cpan/sources/modules/03modlist.data.gz' DONE Going to write /home/brian/edirect/_cpan/Metadata Running get for module 'local::lib' CPAN: Data::Dumper loaded ok (v2.124) 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs'

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/H/HA/HAARG/local-lib-2.000015.tar.gz

CPAN: Digest::SHA loaded ok (v5.47)

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/H/HA/HAARG/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/H/HA/HAARG/local-lib-2.000015.tar.gz ok local-lib-2.000015/ local-lib-2.000015/Changes local-lib-2.000015/eg/ local-lib-2.000015/inc/ local-lib-2.000015/lib/ local-lib-2.000015/maint/ local-lib-2.000015/Makefile.PL local-lib-2.000015/MANIFEST local-lib-2.000015/META.json local-lib-2.000015/META.yml local-lib-2.000015/README local-lib-2.000015/t/ local-lib-2.000015/xt/ local-lib-2.000015/xt/bootstrap.t local-lib-2.000015/xt/install.t local-lib-2.000015/xt/release/ local-lib-2.000015/xt/release/cpan-changes.t local-lib-2.000015/xt/release/eol.t local-lib-2.000015/xt/release/kwalitee.t local-lib-2.000015/xt/release/minimum-version.t local-lib-2.000015/xt/release/no-tabs.t local-lib-2.000015/xt/release/pod-syntax.t local-lib-2.000015/t/bad_variables.t local-lib-2.000015/t/carp-mismatch.t local-lib-2.000015/t/classmethod.t local-lib-2.000015/t/coderefs_in_inc.t local-lib-2.000015/t/de-dup.t local-lib-2.000015/t/lib/ local-lib-2.000015/t/lib-core-only.t local-lib-2.000015/t/pipeline.t local-lib-2.000015/t/shell.t local-lib-2.000015/t/stackable.t local-lib-2.000015/t/subroutine-in-inc.t local-lib-2.000015/t/taint-mode.t local-lib-2.000015/t/lib/ENVDumper.pm local-lib-2.000015/t/lib/TempDir.pm local-lib-2.000015/maint/Makefile.PL.include local-lib-2.000015/lib/lib/ local-lib-2.000015/lib/local/ local-lib-2.000015/lib/POD2/ local-lib-2.000015/lib/POD2/DE/ local-lib-2.000015/lib/POD2/PT_BR/ local-lib-2.000015/lib/POD2/PT_BR/local/ local-lib-2.000015/lib/POD2/PT_BR/local/lib.pod local-lib-2.000015/lib/POD2/DE/local/ local-lib-2.000015/lib/POD2/DE/local/lib.pod local-lib-2.000015/lib/local/lib.pm local-lib-2.000015/lib/lib/core/ local-lib-2.000015/lib/lib/core/only.pm local-lib-2.000015/inc/CheckVersion.pm local-lib-2.000015/inc/ConfigCPAN.pm local-lib-2.000015/eg/scripted_install.pl CPAN: File::Temp loaded ok (v0.22) Running install for module 'Encode::Locale' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/Encode-Locale-1.03.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz ok Encode-Locale-1.03/ Encode-Locale-1.03/Changes Encode-Locale-1.03/lib/ Encode-Locale-1.03/Makefile.PL Encode-Locale-1.03/MANIFEST Encode-Locale-1.03/META.yml Encode-Locale-1.03/README Encode-Locale-1.03/t/ Encode-Locale-1.03/t/arg.t Encode-Locale-1.03/t/env.t Encode-Locale-1.03/lib/Encode/ Encode-Locale-1.03/lib/Encode/Locale.pm

 CPAN.pm: Going to build G/GA/GAAS/Encode-Locale-1.03.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for Encode::Locale Could not read '/home/brian/edirect/_cpan/build/Encode-Locale-1.03-6oxZXV/META.yml'. Falling back to other methods to determine prerequisites cp lib/Encode/Locale.pm blib/lib/Encode/Locale.pm Manifying blib/man3/Encode::Locale.3pm

 GAAS/Encode-Locale-1.03.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/arg.t .. ok t/env.t .. ok All tests successful. Files=2, Tests=14, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.07 cusr 0.03 csys = 0.13 CPU) Result: PASS

 GAAS/Encode-Locale-1.03.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/Encode-Locale-1.03-6oxZXV/blib/arch /home/brian/edirect/_cpan/build/Encode-Locale-1.03-6oxZXV/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/Encode/Locale.pm Installing /home/brian/edirect/aux/man/man3/Encode::Locale.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/Encode-Locale-1.03.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'File::Listing' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/File-Listing-6.04.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ok File-Listing-6.04/ File-Listing-6.04/Changes File-Listing-6.04/lib/ File-Listing-6.04/Makefile.PL File-Listing-6.04/MANIFEST File-Listing-6.04/META.yml File-Listing-6.04/README File-Listing-6.04/t/ File-Listing-6.04/t/apache.t File-Listing-6.04/t/dosftp.t File-Listing-6.04/t/ls-lR.t File-Listing-6.04/t/perm1.t File-Listing-6.04/t/perm2.t File-Listing-6.04/t/perm3.t File-Listing-6.04/t/perm4.t File-Listing-6.04/lib/File/ File-Listing-6.04/lib/File/Listing.pm

 CPAN.pm: Going to build G/GA/GAAS/File-Listing-6.04.tar.gz

Warning: prerequisite HTTP::Date 6 not found. Checking if your kit is complete... Looks good Writing Makefile for File::Listing Could not read '/home/brian/edirect/_cpan/build/File-Listing-6.04-HMcHqx/META.yml'. Falling back to other methods to determine prerequisites


Unsatisfied dependencies detected during ----
GAAS/File-Listing-6.04.tar.gz ----
   HTTP::Date [requires]

Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] yes Running make test

 Delayed until after prerequisites

Running make install

 Delayed until after prerequisites

Running install for module 'HTTP::Date' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/HTTP-Date-6.02.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz ok HTTP-Date-6.02/ HTTP-Date-6.02/Changes HTTP-Date-6.02/lib/ HTTP-Date-6.02/Makefile.PL HTTP-Date-6.02/MANIFEST HTTP-Date-6.02/META.yml HTTP-Date-6.02/README HTTP-Date-6.02/t/ HTTP-Date-6.02/t/date.t HTTP-Date-6.02/lib/HTTP/ HTTP-Date-6.02/lib/HTTP/Date.pm

 CPAN.pm: Going to build G/GA/GAAS/HTTP-Date-6.02.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for HTTP::Date Could not read '/home/brian/edirect/_cpan/build/HTTP-Date-6.02-OZO4ko/META.yml'. Falling back to other methods to determine prerequisites cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm Manifying blib/man3/HTTP::Date.3pm

 GAAS/HTTP-Date-6.02.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/date.t .. ok All tests successful. Files=1, Tests=136, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.04 cusr 0.01 csys = 0.09 CPU) Result: PASS

 GAAS/HTTP-Date-6.02.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/HTTP-Date-6.02-OZO4ko/blib/arch /home/brian/edirect/_cpan/build/HTTP-Date-6.02-OZO4ko/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/HTTP/Date.pm Installing /home/brian/edirect/aux/man/man3/HTTP::Date.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/HTTP-Date-6.02.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make for G/GA/GAAS/File-Listing-6.04.tar.gz

 Has already been unwrapped into directory /home/brian/edirect/_cpan/build/File-Listing-6.04-HMcHqx
 CPAN.pm: Going to build G/GA/GAAS/File-Listing-6.04.tar.gz

cp lib/File/Listing.pm blib/lib/File/Listing.pm Manifying blib/man3/File::Listing.3pm

 GAAS/File-Listing-6.04.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/apache.t .. ok t/dosftp.t .. ok t/ls-lR.t ... ok t/perm1.t ... ok t/perm2.t ... ok t/perm3.t ... ok t/perm4.t ... ok All tests successful. Files=7, Tests=16402, 3 wallclock secs ( 2.11 usr 0.11 sys + 3.30 cusr 0.18 csys = 5.70 CPU) Result: PASS

 GAAS/File-Listing-6.04.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/File-Listing-6.04-HMcHqx/blib/arch /home/brian/edirect/_cpan/build/File-Listing-6.04-HMcHqx/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/File/Listing.pm Installing /home/brian/edirect/aux/man/man3/File::Listing.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/File-Listing-6.04.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'HTML::Parser' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/HTML-Parser-3.71.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz ok HTML-Parser-3.71/ HTML-Parser-3.71/Changes HTML-Parser-3.71/eg/ HTML-Parser-3.71/hints/ HTML-Parser-3.71/hparser.c HTML-Parser-3.71/hparser.h HTML-Parser-3.71/lib/ HTML-Parser-3.71/Makefile.PL HTML-Parser-3.71/MANIFEST HTML-Parser-3.71/META.json HTML-Parser-3.71/META.yml HTML-Parser-3.71/mkhctype HTML-Parser-3.71/mkpfunc HTML-Parser-3.71/Parser.pm HTML-Parser-3.71/Parser.xs HTML-Parser-3.71/README HTML-Parser-3.71/t/ HTML-Parser-3.71/TODO HTML-Parser-3.71/tokenpos.h HTML-Parser-3.71/typemap HTML-Parser-3.71/util.c HTML-Parser-3.71/t/api_version.t HTML-Parser-3.71/t/argspec-bad.t HTML-Parser-3.71/t/argspec.t HTML-Parser-3.71/t/argspec2.t HTML-Parser-3.71/t/attr-encoded.t HTML-Parser-3.71/t/callback.t HTML-Parser-3.71/t/case-sensitive.t HTML-Parser-3.71/t/cases.t HTML-Parser-3.71/t/comment.t HTML-Parser-3.71/t/crashme.t HTML-Parser-3.71/t/declaration.t HTML-Parser-3.71/t/default.t HTML-Parser-3.71/t/document.t HTML-Parser-3.71/t/dtext.t HTML-Parser-3.71/t/entities.t HTML-Parser-3.71/t/entities2.t HTML-Parser-3.71/t/filter-methods.t HTML-Parser-3.71/t/filter.t HTML-Parser-3.71/t/handler-eof.t HTML-Parser-3.71/t/handler.t HTML-Parser-3.71/t/headparser-http.t HTML-Parser-3.71/t/headparser.t HTML-Parser-3.71/t/ignore.t HTML-Parser-3.71/t/largetags.t HTML-Parser-3.71/t/linkextor-base.t HTML-Parser-3.71/t/linkextor-rel.t HTML-Parser-3.71/t/magic.t HTML-Parser-3.71/t/marked-sect.t HTML-Parser-3.71/t/msie-compat.t HTML-Parser-3.71/t/offset.t HTML-Parser-3.71/t/options.t HTML-Parser-3.71/t/parsefile.t HTML-Parser-3.71/t/parser.t HTML-Parser-3.71/t/plaintext.t HTML-Parser-3.71/t/pod.t HTML-Parser-3.71/t/process.t HTML-Parser-3.71/t/pullparser.t HTML-Parser-3.71/t/script.t HTML-Parser-3.71/t/skipped-text.t HTML-Parser-3.71/t/stack-realloc.t HTML-Parser-3.71/t/textarea.t HTML-Parser-3.71/t/threads.t HTML-Parser-3.71/t/tokeparser.t HTML-Parser-3.71/t/uentities.t HTML-Parser-3.71/t/unbroken-text.t HTML-Parser-3.71/t/unicode-bom.t HTML-Parser-3.71/t/unicode.t HTML-Parser-3.71/t/xml-mode.t HTML-Parser-3.71/lib/HTML/ HTML-Parser-3.71/lib/HTML/Entities.pm HTML-Parser-3.71/lib/HTML/Filter.pm HTML-Parser-3.71/lib/HTML/HeadParser.pm HTML-Parser-3.71/lib/HTML/LinkExtor.pm HTML-Parser-3.71/lib/HTML/PullParser.pm HTML-Parser-3.71/lib/HTML/TokeParser.pm HTML-Parser-3.71/hints/solaris.pl HTML-Parser-3.71/eg/hanchors HTML-Parser-3.71/eg/hdump HTML-Parser-3.71/eg/hform HTML-Parser-3.71/eg/hlc HTML-Parser-3.71/eg/hrefsub HTML-Parser-3.71/eg/hstrip HTML-Parser-3.71/eg/htext HTML-Parser-3.71/eg/htextsub HTML-Parser-3.71/eg/htitle

 CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.71.tar.gz

Warning: prerequisite HTML::Tagset 3 not found. Checking if your kit is complete... Looks good Writing Makefile for HTML::Parser Could not read '/home/brian/edirect/_cpan/build/HTML-Parser-3.71-lxZ7Z1/META.yml'. Falling back to other methods to determine prerequisites


Unsatisfied dependencies detected during ----
GAAS/HTML-Parser-3.71.tar.gz ----
   HTML::Tagset [requires]

Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] yes Running make test

 Delayed until after prerequisites

Running make install

 Delayed until after prerequisites

Running install for module 'HTML::Tagset' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/P/PE/PETDANCE/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ok HTML-Tagset-3.20/ HTML-Tagset-3.20/Tagset.pm HTML-Tagset-3.20/Makefile.PL HTML-Tagset-3.20/META.yml HTML-Tagset-3.20/MANIFEST.SKIP HTML-Tagset-3.20/MANIFEST HTML-Tagset-3.20/README HTML-Tagset-3.20/t/ HTML-Tagset-3.20/t/01_old_junk.t HTML-Tagset-3.20/t/pod.t HTML-Tagset-3.20/t/00_about_verbose.t HTML-Tagset-3.20/Changes

 CPAN.pm: Going to build P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for HTML::Tagset Could not read '/home/brian/edirect/_cpan/build/HTML-Tagset-3.20-BviLtL/META.yml'. Falling back to other methods to determine prerequisites cp Tagset.pm blib/lib/HTML/Tagset.pm Manifying blib/man3/HTML::Tagset.3pm

 PETDANCE/HTML-Tagset-3.20.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_about_verbose.t .. ok t/01_old_junk.t ....... ok t/pod.t ............... skipped: Test::Pod 1.14 required for testing POD All tests successful. Files=3, Tests=3, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.07 cusr 0.03 csys = 0.14 CPU) Result: PASS

 PETDANCE/HTML-Tagset-3.20.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/HTML-Tagset-3.20-BviLtL/blib/arch /home/brian/edirect/_cpan/build/HTML-Tagset-3.20-BviLtL/blib/lib to PERL5LIB for 'install' Manifying blib/man3/HTML::Tagset.3pm Installing /home/brian/edirect/aux/lib/perl5/HTML/Tagset.pm Installing /home/brian/edirect/aux/man/man3/HTML::Tagset.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 PETDANCE/HTML-Tagset-3.20.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make for G/GA/GAAS/HTML-Parser-3.71.tar.gz

 Has already been unwrapped into directory /home/brian/edirect/_cpan/build/HTML-Parser-3.71-lxZ7Z1
 CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.71.tar.gz

cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm cp Parser.pm blib/lib/HTML/Parser.pm cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c /usr/bin/perl mkhctype >hctype.h /usr/bin/perl mkpfunc >pfunc.h gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"3.71\" -DXS_VERSION=\"3.71\" -fPIC "-I/usr/lib64/perl5/CORE" -DMARKED_SECTION Parser.c Parser.xs: In function ‘XS_HTML__Parser__alloc_pstate’: Parser.xs:371: warning: value computed is not used Parser.xs: In function ‘XS_HTML__Parser_ignore_tags’: Parser.xs:543: warning: value computed is not used Parser.xs:551: warning: value computed is not used Running Mkbootstrap for HTML::Parser () chmod 644 Parser.bs rm -f blib/arch/auto/HTML/Parser/Parser.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Parser.o -o blib/arch/auto/HTML/Parser/Parser.so \ \

chmod 755 blib/arch/auto/HTML/Parser/Parser.so cp Parser.bs blib/arch/auto/HTML/Parser/Parser.bs chmod 644 blib/arch/auto/HTML/Parser/Parser.bs Manifying blib/man3/HTML::PullParser.3pm Manifying blib/man3/HTML::Entities.3pm Manifying blib/man3/HTML::Parser.3pm Manifying blib/man3/HTML::LinkExtor.3pm Manifying blib/man3/HTML::TokeParser.3pm Manifying blib/man3/HTML::Filter.3pm Manifying blib/man3/HTML::HeadParser.3pm

 GAAS/HTML-Parser-3.71.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/api_version.t ...... ok t/argspec-bad.t ...... ok t/argspec.t .......... ok t/argspec2.t ......... ok t/attr-encoded.t ..... ok t/callback.t ......... ok t/case-sensitive.t ... ok t/cases.t ............ ok t/comment.t .......... ok t/crashme.t .......... ok t/declaration.t ...... ok t/default.t .......... ok t/document.t ......... ok t/dtext.t ............ ok t/entities.t ......... ok t/entities2.t ........ ok t/filter-methods.t ... ok t/filter.t ........... ok t/handler-eof.t ...... ok t/handler.t .......... ok t/headparser-http.t .. ok t/headparser.t ....... ok t/ignore.t ........... ok t/largetags.t ........ ok t/linkextor-base.t ... ok t/linkextor-rel.t .... ok t/magic.t ............ ok t/marked-sect.t ...... ok t/msie-compat.t ...... ok t/offset.t ........... ok t/options.t .......... ok t/parsefile.t ........ ok t/parser.t ........... ok t/plaintext.t ........ ok t/pod.t .............. skipped: Test::Pod 1.00 required for testing POD t/process.t .......... ok t/pullparser.t ....... ok t/script.t ........... ok t/skipped-text.t ..... ok t/stack-realloc.t .... ok t/textarea.t ......... ok t/threads.t .......... ok t/tokeparser.t ....... ok t/uentities.t ........ ok t/unbroken-text.t .... ok t/unicode-bom.t ...... ok t/unicode.t .......... ok t/xml-mode.t ......... ok All tests successful. Files=48, Tests=449, 4 wallclock secs ( 0.25 usr 0.09 sys + 2.60 cusr 0.55 csys = 3.49 CPU) Result: PASS

 GAAS/HTML-Parser-3.71.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/HTML-Parser-3.71-lxZ7Z1/blib/arch /home/brian/edirect/_cpan/build/HTML-Parser-3.71-lxZ7Z1/blib/lib to PERL5LIB for 'install' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/auto/HTML/Parser/Parser.bs Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/auto/HTML/Parser/Parser.so Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/Entities.pm Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/PullParser.pm Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/Parser.pm Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/TokeParser.pm Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/LinkExtor.pm Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/HeadParser.pm Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/HTML/Filter.pm Installing /home/brian/edirect/aux/man/man3/HTML::TokeParser.3pm Installing /home/brian/edirect/aux/man/man3/HTML::LinkExtor.3pm Installing /home/brian/edirect/aux/man/man3/HTML::PullParser.3pm Installing /home/brian/edirect/aux/man/man3/HTML::Parser.3pm Installing /home/brian/edirect/aux/man/man3/HTML::HeadParser.3pm Installing /home/brian/edirect/aux/man/man3/HTML::Entities.3pm Installing /home/brian/edirect/aux/man/man3/HTML::Filter.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/HTML-Parser-3.71.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'HTML::Tree' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for C/CJ/CJM/HTML-Tree-5.03.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/C/CJ/CJM/HTML-Tree-5.03.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/C/CJ/CJM/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/C/CJ/CJM/HTML-Tree-5.03.tar.gz ok HTML-Tree-5.03/ HTML-Tree-5.03/TODO HTML-Tree-5.03/README HTML-Tree-5.03/Changes HTML-Tree-5.03/LICENSE HTML-Tree-5.03/Build.PL HTML-Tree-5.03/MANIFEST HTML-Tree-5.03/t/ HTML-Tree-5.03/t/body.t HTML-Tree-5.03/t/parse.t HTML-Tree-5.03/t/split.t HTML-Tree-5.03/t/assubs.t HTML-Tree-5.03/t/clonei.t HTML-Tree-5.03/t/escape.t HTML-Tree-5.03/t/doctype.t HTML-Tree-5.03/t/parents.t HTML-Tree-5.03/t/refloop.t HTML-Tree-5.03/t/unicode.t HTML-Tree-5.03/t/00system.t HTML-Tree-5.03/t/building.t HTML-Tree-5.03/t/children.t HTML-Tree-5.03/t/leaktest.t HTML-Tree-5.03/t/oldparse.t HTML-Tree-5.03/t/sample.txt HTML-Tree-5.03/t/subclass.t HTML-Tree-5.03/t/parsefile.t HTML-Tree-5.03/t/attributes.t HTML-Tree-5.03/t/whitespace.t HTML-Tree-5.03/t/oldparse.html HTML-Tree-5.03/t/tag-rendering.t HTML-Tree-5.03/t/construct_tree.t HTML-Tree-5.03/t/00-all_prereqs.t HTML-Tree-5.03/META.yml HTML-Tree-5.03/META.json HTML-Tree-5.03/bin/ HTML-Tree-5.03/bin/htmltree HTML-Tree-5.03/inc/ HTML-Tree-5.03/inc/My_Build.pm HTML-Tree-5.03/lib/ HTML-Tree-5.03/lib/HTML/ HTML-Tree-5.03/lib/HTML/Tree.pm HTML-Tree-5.03/lib/HTML/Parse.pm HTML-Tree-5.03/lib/HTML/AsSubs.pm HTML-Tree-5.03/lib/HTML/Element.pm HTML-Tree-5.03/lib/HTML/TreeBuilder.pm HTML-Tree-5.03/lib/HTML/Tree/ HTML-Tree-5.03/lib/HTML/Tree/Scanning.pod HTML-Tree-5.03/lib/HTML/Tree/AboutTrees.pod HTML-Tree-5.03/lib/HTML/Tree/AboutObjects.pod HTML-Tree-5.03/lib/HTML/Element/ HTML-Tree-5.03/lib/HTML/Element/traverse.pm HTML-Tree-5.03/xt/ HTML-Tree-5.03/xt/release/ HTML-Tree-5.03/xt/release/pod-syntax.t HTML-Tree-5.03/xt/release/pod-coverage.t HTML-Tree-5.03/xt/author/ HTML-Tree-5.03/xt/author/zz_perlcritic.t

 CPAN.pm: Going to build C/CJ/CJM/HTML-Tree-5.03.tar.gz

Can't locate Module/Build.pm in @INC (@INC contains: /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi /home/brian/edirect/aux/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at inc/My_Build.pm line 22. BEGIN failed--compilation aborted at inc/My_Build.pm line 22. Compilation failed in require at Build.PL line 4. BEGIN failed--compilation aborted at Build.PL line 4. Warning: No success on command[/usr/bin/perl Build.PL --installdirs site] Warning (usually harmless): 'YAML' not installed, will not store persistent state

 CJM/HTML-Tree-5.03.tar.gz
 /usr/bin/perl Build.PL --installdirs site -- NOT OK

Running Build test

 Make had some problems, won't test

Running Build install

 Make had some problems, won't install

Could not read '/home/brian/edirect/_cpan/build/HTML-Tree-5.03-vvLij3/META.yml'. Falling back to other methods to determine prerequisites

 Warning: CPAN.pm discovered Module::Build as undeclared prerequisite.
 Adding it now as such.

Running install for module 'HTTP::Cookies' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/HTTP-Cookies-6.01.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ok HTTP-Cookies-6.01/ HTTP-Cookies-6.01/Changes HTTP-Cookies-6.01/lib/ HTTP-Cookies-6.01/Makefile.PL HTTP-Cookies-6.01/MANIFEST HTTP-Cookies-6.01/META.yml HTTP-Cookies-6.01/README HTTP-Cookies-6.01/t/ HTTP-Cookies-6.01/t/cookies.t HTTP-Cookies-6.01/lib/HTTP/ HTTP-Cookies-6.01/lib/HTTP/Cookies/ HTTP-Cookies-6.01/lib/HTTP/Cookies.pm HTTP-Cookies-6.01/lib/HTTP/Cookies/Microsoft.pm HTTP-Cookies-6.01/lib/HTTP/Cookies/Netscape.pm

 CPAN.pm: Going to build G/GA/GAAS/HTTP-Cookies-6.01.tar.gz

Warning: prerequisite HTTP::Headers::Util 6 not found. Checking if your kit is complete... Looks good Writing Makefile for HTTP::Cookies Could not read '/home/brian/edirect/_cpan/build/HTTP-Cookies-6.01-PkW_BZ/META.yml'. Falling back to other methods to determine prerequisites


Unsatisfied dependencies detected during ----
GAAS/HTTP-Cookies-6.01.tar.gz ----
   HTTP::Headers::Util [requires]

Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] yes Running make test

 Delayed until after prerequisites

Running make install

 Delayed until after prerequisites

Running install for module 'HTTP::Headers::Util' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/HTTP-Message-6.06.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.06.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/HTTP-Message-6.06.tar.gz ok HTTP-Message-6.06/ HTTP-Message-6.06/Changes HTTP-Message-6.06/lib/ HTTP-Message-6.06/Makefile.PL HTTP-Message-6.06/MANIFEST HTTP-Message-6.06/META.yml HTTP-Message-6.06/README HTTP-Message-6.06/t/ HTTP-Message-6.06/t/common-req.t HTTP-Message-6.06/t/headers-auth.t HTTP-Message-6.06/t/headers-etag.t HTTP-Message-6.06/t/headers-util.t HTTP-Message-6.06/t/headers.t HTTP-Message-6.06/t/http-config.t HTTP-Message-6.06/t/message-charset.t HTTP-Message-6.06/t/message-decode-xml.t HTTP-Message-6.06/t/message-old.t HTTP-Message-6.06/t/message-parts.t HTTP-Message-6.06/t/message.t HTTP-Message-6.06/t/request.t HTTP-Message-6.06/t/response.t HTTP-Message-6.06/t/status-old.t HTTP-Message-6.06/t/status.t HTTP-Message-6.06/lib/HTTP/ HTTP-Message-6.06/lib/HTTP/Config.pm HTTP-Message-6.06/lib/HTTP/Headers/ HTTP-Message-6.06/lib/HTTP/Headers.pm HTTP-Message-6.06/lib/HTTP/Message.pm HTTP-Message-6.06/lib/HTTP/Request/ HTTP-Message-6.06/lib/HTTP/Request.pm HTTP-Message-6.06/lib/HTTP/Response.pm HTTP-Message-6.06/lib/HTTP/Status.pm HTTP-Message-6.06/lib/HTTP/Request/Common.pm HTTP-Message-6.06/lib/HTTP/Headers/Auth.pm HTTP-Message-6.06/lib/HTTP/Headers/ETag.pm HTTP-Message-6.06/lib/HTTP/Headers/Util.pm

 CPAN.pm: Going to build G/GA/GAAS/HTTP-Message-6.06.tar.gz

Warning: prerequisite IO::Compress::Bzip2 2.021 not found. Warning: prerequisite IO::HTML 0 not found. Warning: prerequisite IO::Uncompress::Bunzip2 2.021 not found. Warning: prerequisite LWP::MediaTypes 6 not found. Warning: prerequisite URI 1.10 not found. Checking if your kit is complete... Looks good Writing Makefile for HTTP::Message Could not read '/home/brian/edirect/_cpan/build/HTTP-Message-6.06-zpDaP0/META.yml'. Falling back to other methods to determine prerequisites


Unsatisfied dependencies detected during ----
GAAS/HTTP-Message-6.06.tar.gz ----
   URI [requires]
   LWP::MediaTypes [requires]
   IO::HTML [requires]
   IO::Compress::Bzip2 [requires]
   IO::Uncompress::Bunzip2 [requires]

Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] yes Running make test

 Delayed until after prerequisites

Running make install

 Delayed until after prerequisites

Running install for module 'URI' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for E/ET/ETHER/URI-1.65.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/E/ET/ETHER/URI-1.65.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/E/ET/ETHER/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/E/ET/ETHER/URI-1.65.tar.gz ok URI-1.65/ URI-1.65/Changes URI-1.65/Makefile.PL URI-1.65/MANIFEST URI-1.65/META.json URI-1.65/META.yml URI-1.65/README URI-1.65/t/ URI-1.65/URI/ URI-1.65/uri-test URI-1.65/URI.pm URI-1.65/URI/_foreign.pm URI-1.65/URI/_generic.pm URI-1.65/URI/_idna.pm URI-1.65/URI/_ldap.pm URI-1.65/URI/_login.pm URI-1.65/URI/_punycode.pm URI-1.65/URI/_query.pm URI-1.65/URI/_segment.pm URI-1.65/URI/_server.pm URI-1.65/URI/_userpass.pm URI-1.65/URI/data.pm URI-1.65/URI/Escape.pm URI-1.65/URI/file/ URI-1.65/URI/file.pm URI-1.65/URI/ftp.pm URI-1.65/URI/gopher.pm URI-1.65/URI/Heuristic.pm URI-1.65/URI/http.pm URI-1.65/URI/https.pm URI-1.65/URI/IRI.pm URI-1.65/URI/ldap.pm URI-1.65/URI/ldapi.pm URI-1.65/URI/ldaps.pm URI-1.65/URI/mailto.pm URI-1.65/URI/mms.pm URI-1.65/URI/news.pm URI-1.65/URI/nntp.pm URI-1.65/URI/pop.pm URI-1.65/URI/QueryParam.pm URI-1.65/URI/rlogin.pm URI-1.65/URI/rsync.pm URI-1.65/URI/rtsp.pm URI-1.65/URI/rtspu.pm URI-1.65/URI/sip.pm URI-1.65/URI/sips.pm URI-1.65/URI/snews.pm URI-1.65/URI/Split.pm URI-1.65/URI/ssh.pm URI-1.65/URI/telnet.pm URI-1.65/URI/tn3270.pm URI-1.65/URI/URL.pm URI-1.65/URI/urn/ URI-1.65/URI/urn.pm URI-1.65/URI/WithBase.pm URI-1.65/URI/urn/isbn.pm URI-1.65/URI/urn/oid.pm URI-1.65/URI/file/Base.pm URI-1.65/URI/file/FAT.pm URI-1.65/URI/file/Mac.pm URI-1.65/URI/file/OS2.pm URI-1.65/URI/file/QNX.pm URI-1.65/URI/file/Unix.pm URI-1.65/URI/file/Win32.pm URI-1.65/t/abs.t URI-1.65/t/clone.t URI-1.65/t/cwd.t URI-1.65/t/data.t URI-1.65/t/escape-char.t URI-1.65/t/escape.t URI-1.65/t/file.t URI-1.65/t/ftp.t URI-1.65/t/generic.t URI-1.65/t/gopher.t URI-1.65/t/heuristic.t URI-1.65/t/http.t URI-1.65/t/idna.t URI-1.65/t/iri.t URI-1.65/t/ldap.t URI-1.65/t/mailto.t URI-1.65/t/mix.t URI-1.65/t/mms.t URI-1.65/t/news.t URI-1.65/t/num_eq.t URI-1.65/t/old-absconf.t URI-1.65/t/old-base.t URI-1.65/t/old-file.t URI-1.65/t/old-relbase.t URI-1.65/t/pop.t URI-1.65/t/punycode.t URI-1.65/t/query-param.t URI-1.65/t/query.t URI-1.65/t/rel.t URI-1.65/t/rfc2732.t URI-1.65/t/roy-test.t URI-1.65/t/roytest1.html URI-1.65/t/roytest2.html URI-1.65/t/roytest3.html URI-1.65/t/roytest4.html URI-1.65/t/roytest5.html URI-1.65/t/rsync.t URI-1.65/t/rtsp.t URI-1.65/t/sip.t URI-1.65/t/split.t URI-1.65/t/storable-test.pl URI-1.65/t/storable.t URI-1.65/t/urn-isbn.t URI-1.65/t/urn-oid.t URI-1.65/t/utf8.t

 CPAN.pm: Going to build E/ET/ETHER/URI-1.65.tar.gz

Warning: prerequisite Test::More 0.96 not found. We have 0.92. Warning: prerequisite parent 0 not found. Checking if your kit is complete... Looks good Writing Makefile for URI Could not read '/home/brian/edirect/_cpan/build/URI-1.65-P2QO57/META.yml'. Falling back to other methods to determine prerequisites


Unsatisfied dependencies detected during ----
ETHER/URI-1.65.tar.gz ----
   parent [requires]
   Test::More [requires]

Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] yes Running make test

 Delayed until after prerequisites

Running make install

 Delayed until after prerequisites

Running install for module 'parent' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for C/CO/CORION/parent-0.228.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/C/CO/CORION/parent-0.228.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/C/CO/CORION/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/C/CO/CORION/parent-0.228.tar.gz ok parent-0.228/ parent-0.228/MANIFEST parent-0.228/Changes parent-0.228/.cvsignore parent-0.228/Makefile.PL parent-0.228/.gitignore parent-0.228/META.yml parent-0.228/META.json parent-0.228/t/ parent-0.228/t/parent.t parent-0.228/t/parent-returns-false.t parent-0.228/t/compile-time-file.t parent-0.228/t/parent-pmc.t parent-0.228/t/parent-classfromclassfile.t parent-0.228/t/compile-time.t parent-0.228/t/parent-classfromfile.t parent-0.228/t/lib/ parent-0.228/t/lib/ReturnsFalse.pm parent-0.228/t/lib/FileThatOnlyExistsAsPMC.pmc parent-0.228/t/lib/Dummy/ parent-0.228/t/lib/Dummy/Outside.pm parent-0.228/t/lib/Dummy.pm parent-0.228/t/lib/Dummy2.plugin parent-0.228/lib/ parent-0.228/lib/parent.pm parent-0.228/MANIFEST.SKIP

 CPAN.pm: Going to build C/CO/CORION/parent-0.228.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for parent Could not read '/home/brian/edirect/_cpan/build/parent-0.228-HiVbtM/META.yml'. Falling back to other methods to determine prerequisites cp lib/parent.pm blib/lib/parent.pm Manifying blib/man3/parent.3pm

 CORION/parent-0.228.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/compile-time-file.t .......... ok t/compile-time.t ............... ok t/parent-classfromclassfile.t .. ok t/parent-classfromfile.t ....... ok t/parent-pmc.t ................. ok t/parent-returns-false.t ....... ok t/parent.t ..................... ok All tests successful. Files=7, Tests=34, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.22 cusr 0.07 csys = 0.35 CPU) Result: PASS

 CORION/parent-0.228.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/parent-0.228-HiVbtM/blib/arch /home/brian/edirect/_cpan/build/parent-0.228-HiVbtM/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/parent.pm Installing /home/brian/edirect/aux/man/man3/parent.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 CORION/parent-0.228.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'Test::More' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for E/EX/EXODIST/Test-Simple-1.001009.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/E/EX/EXODIST/Test-Simple-1.001009.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/E/EX/EXODIST/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/E/EX/EXODIST/Test-Simple-1.001009.tar.gz ok Test-Simple-1.001009/ Test-Simple-1.001009/lib/ Test-Simple-1.001009/lib/Test/ Test-Simple-1.001009/lib/Test/Simple.pm Test-Simple-1.001009/lib/Test/Tutorial.pod Test-Simple-1.001009/lib/Test/Builder.pm Test-Simple-1.001009/lib/Test/More.pm Test-Simple-1.001009/lib/Test/Builder/ Test-Simple-1.001009/lib/Test/Builder/Module.pm Test-Simple-1.001009/lib/Test/Builder/Tester.pm Test-Simple-1.001009/lib/Test/Builder/IO/ Test-Simple-1.001009/lib/Test/Builder/IO/Scalar.pm Test-Simple-1.001009/lib/Test/Builder/Tester/ Test-Simple-1.001009/lib/Test/Builder/Tester/Color.pm Test-Simple-1.001009/META.json Test-Simple-1.001009/.perltidyrc Test-Simple-1.001009/META.yml Test-Simple-1.001009/README Test-Simple-1.001009/Changes Test-Simple-1.001009/Makefile.PL Test-Simple-1.001009/MANIFEST Test-Simple-1.001009/.perlcriticrc Test-Simple-1.001009/examples/ Test-Simple-1.001009/examples/indent.pl Test-Simple-1.001009/examples/subtest.t Test-Simple-1.001009/TODO Test-Simple-1.001009/t/ Test-Simple-1.001009/t/todo.t Test-Simple-1.001009/t/extra_one.t Test-Simple-1.001009/t/lib/ Test-Simple-1.001009/t/lib/Test/ Test-Simple-1.001009/t/lib/Test/Simple/ Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/ Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/last_minute_death.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/too_few_fail.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/missing_done_testing.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/one_fail.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/require.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/success.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/death_in_eval.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/death.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/five_fail.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/extras.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/too_few.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/exit.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/two_fail.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/pre_plan_death.plx Test-Simple-1.001009/t/lib/Test/Simple/sample_tests/death_with_handler.plx Test-Simple-1.001009/t/lib/Test/Simple/Catch.pm Test-Simple-1.001009/t/lib/Test/Builder/ Test-Simple-1.001009/t/lib/Test/Builder/NoOutput.pm Test-Simple-1.001009/t/lib/MyOverload.pm Test-Simple-1.001009/t/lib/Dev/ Test-Simple-1.001009/t/lib/Dev/Null.pm Test-Simple-1.001009/t/lib/Dummy.pm Test-Simple-1.001009/t/lib/NoExporter.pm Test-Simple-1.001009/t/lib/SigDie.pm Test-Simple-1.001009/t/lib/TieOut.pm Test-Simple-1.001009/t/More.t Test-Simple-1.001009/t/skipall.t Test-Simple-1.001009/t/utf8.t Test-Simple-1.001009/t/simple.t Test-Simple-1.001009/t/versions.t Test-Simple-1.001009/t/diag.t Test-Simple-1.001009/t/cmp_ok.t Test-Simple-1.001009/t/import.t Test-Simple-1.001009/t/overload.t Test-Simple-1.001009/t/Tester/ Test-Simple-1.001009/t/Tester/tbt_08subtest.t Test-Simple-1.001009/t/Tester/tbt_09do_script.pl Test-Simple-1.001009/t/Tester/tbt_05faildiag.t Test-Simple-1.001009/t/Tester/tbt_04line_num.t Test-Simple-1.001009/t/Tester/tbt_09do.t Test-Simple-1.001009/t/Tester/tbt_07args.t Test-Simple-1.001009/t/Tester/tbt_02fhrestore.t Test-Simple-1.001009/t/Tester/tbt_03die.t Test-Simple-1.001009/t/Tester/tbt_06errormess.t Test-Simple-1.001009/t/Tester/tbt_01basic.t Test-Simple-1.001009/t/extra.t Test-Simple-1.001009/t/plan_shouldnt_import.t Test-Simple-1.001009/t/dont_overwrite_die_handler.t Test-Simple-1.001009/t/plan_bad.t Test-Simple-1.001009/t/no_plan.t Test-Simple-1.001009/t/fail-like.t Test-Simple-1.001009/t/subtest/ Test-Simple-1.001009/t/subtest/todo.t Test-Simple-1.001009/t/subtest/for_do_t.test Test-Simple-1.001009/t/subtest/predicate.t Test-Simple-1.001009/t/subtest/do.t Test-Simple-1.001009/t/subtest/die.t Test-Simple-1.001009/t/subtest/fork.t Test-Simple-1.001009/t/subtest/exceptions.t Test-Simple-1.001009/t/subtest/line_numbers.t Test-Simple-1.001009/t/subtest/plan.t Test-Simple-1.001009/t/subtest/args.t Test-Simple-1.001009/t/subtest/basic.t Test-Simple-1.001009/t/subtest/implicit_done.t Test-Simple-1.001009/t/subtest/threads.t Test-Simple-1.001009/t/subtest/singleton.t Test-Simple-1.001009/t/subtest/wstat.t Test-Simple-1.001009/t/subtest/bail_out.t Test-Simple-1.001009/t/note.t Test-Simple-1.001009/t/BEGIN_require_ok.t Test-Simple-1.001009/t/fork.t Test-Simple-1.001009/t/new_ok.t Test-Simple-1.001009/t/thread_taint.t Test-Simple-1.001009/t/00compile.t Test-Simple-1.001009/t/skip.t Test-Simple-1.001009/t/00test_harness_check.t Test-Simple-1.001009/t/bad_plan.t Test-Simple-1.001009/t/is_deeply_with_threads.t Test-Simple-1.001009/t/Simple/ Test-Simple-1.001009/t/Simple/load.t Test-Simple-1.001009/t/xt/ Test-Simple-1.001009/t/xt/dependents.t Test-Simple-1.001009/t/tbm_doesnt_set_exported_to.t Test-Simple-1.001009/t/pod-coverage.t Test-Simple-1.001009/t/undef.t Test-Simple-1.001009/t/overload_threads.t Test-Simple-1.001009/t/dependents.t Test-Simple-1.001009/t/is_deeply_fail.t Test-Simple-1.001009/t/useing.t Test-Simple-1.001009/t/no_tests.t Test-Simple-1.001009/t/pod.t Test-Simple-1.001009/t/fail_one.t Test-Simple-1.001009/t/filehandles.t Test-Simple-1.001009/t/died.t Test-Simple-1.001009/t/eq_set.t Test-Simple-1.001009/t/plan.t Test-Simple-1.001009/t/Builder/ Test-Simple-1.001009/t/Builder/done_testing_with_number.t Test-Simple-1.001009/t/Builder/details.t Test-Simple-1.001009/t/Builder/done_testing_with_plan.t Test-Simple-1.001009/t/Builder/done_testing_plan_mismatch.t Test-Simple-1.001009/t/Builder/has_plan2.t Test-Simple-1.001009/t/Builder/has_plan.t Test-Simple-1.001009/t/Builder/no_ending.t Test-Simple-1.001009/t/Builder/is_fh.t Test-Simple-1.001009/t/Builder/ok_obj.t Test-Simple-1.001009/t/Builder/Builder.t Test-Simple-1.001009/t/Builder/no_diag.t Test-Simple-1.001009/t/Builder/done_testing_double.t Test-Simple-1.001009/t/Builder/create.t Test-Simple-1.001009/t/Builder/fork_with_new_stdout.t Test-Simple-1.001009/t/Builder/reset_outputs.t Test-Simple-1.001009/t/Builder/current_test_without_plan.t Test-Simple-1.001009/t/Builder/is_passing.t Test-Simple-1.001009/t/Builder/done_testing_with_no_plan.t Test-Simple-1.001009/t/Builder/maybe_regex.t Test-Simple-1.001009/t/Builder/reset.t Test-Simple-1.001009/t/Builder/no_header.t Test-Simple-1.001009/t/Builder/try.t Test-Simple-1.001009/t/Builder/output.t Test-Simple-1.001009/t/Builder/carp.t Test-Simple-1.001009/t/Builder/done_testing.t Test-Simple-1.001009/t/Builder/no_plan_at_all.t Test-Simple-1.001009/t/Builder/current_test.t Test-Simple-1.001009/t/plan_no_plan.t Test-Simple-1.001009/t/use_ok.t Test-Simple-1.001009/t/fail-more.t Test-Simple-1.001009/t/threads.t Test-Simple-1.001009/t/harness_active.t Test-Simple-1.001009/t/circular_data.t Test-Simple-1.001009/t/exit.t Test-Simple-1.001009/t/explain.t Test-Simple-1.001009/t/478-cmp_ok_hash.t Test-Simple-1.001009/t/buffer.t Test-Simple-1.001009/t/plan_skip_all.t Test-Simple-1.001009/t/plan_is_noplan.t Test-Simple-1.001009/t/require_ok.t Test-Simple-1.001009/t/missing.t Test-Simple-1.001009/t/fail.t Test-Simple-1.001009/t/BEGIN_use_ok.t Test-Simple-1.001009/t/c_flag.t Test-Simple-1.001009/t/bail_out.t Test-Simple-1.001009/t/is_deeply_dne_bug.t Test-Simple-1.001009/MANIFEST.SKIP

 CPAN.pm: Going to build E/EX/EXODIST/Test-Simple-1.001009.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for Test::Simple Could not read '/home/brian/edirect/_cpan/build/Test-Simple-1.001009-7R8Dxa/META.yml'. Falling back to other methods to determine prerequisites cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm cp lib/Test/Builder.pm blib/lib/Test/Builder.pm cp lib/Test/Simple.pm blib/lib/Test/Simple.pm cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm cp lib/Test/More.pm blib/lib/Test/More.pm cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod Manifying blib/man3/Test::Builder::Tester::Color.3pm Manifying blib/man3/Test::Simple.3pm Manifying blib/man3/Test::Builder.3pm Manifying blib/man3/Test::Builder::IO::Scalar.3pm Manifying blib/man3/Test::More.3pm Manifying blib/man3/Test::Builder::Module.3pm Manifying blib/man3/Test::Builder::Tester.3pm Manifying blib/man3/Test::Tutorial.3pm

 EXODIST/Test-Simple-1.001009.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/00compile.t ........................... ok t/00test_harness_check.t ................ ok t/478-cmp_ok_hash.t ..................... ok t/bad_plan.t ............................ ok t/bail_out.t ............................ ok t/BEGIN_require_ok.t .................... ok t/BEGIN_use_ok.t ........................ ok t/buffer.t .............................. ok t/Builder/Builder.t ..................... ok t/Builder/carp.t ........................ ok t/Builder/create.t ...................... ok t/Builder/current_test.t ................ ok t/Builder/current_test_without_plan.t ... ok t/Builder/details.t ..................... ok t/Builder/done_testing.t ................ ok t/Builder/done_testing_double.t ......... ok t/Builder/done_testing_plan_mismatch.t .. ok t/Builder/done_testing_with_no_plan.t ... ok t/Builder/done_testing_with_number.t .... ok t/Builder/done_testing_with_plan.t ...... ok t/Builder/fork_with_new_stdout.t ........ ok t/Builder/has_plan.t .................... ok t/Builder/has_plan2.t ................... ok t/Builder/is_fh.t ....................... ok t/Builder/is_passing.t .................. ok t/Builder/maybe_regex.t ................. ok t/Builder/no_diag.t ..................... ok t/Builder/no_ending.t ................... ok t/Builder/no_header.t ................... ok t/Builder/no_plan_at_all.t .............. ok t/Builder/ok_obj.t ...................... ok t/Builder/output.t ...................... ok t/Builder/reset.t ....................... ok t/Builder/reset_outputs.t ............... ok t/Builder/try.t ......................... ok t/c_flag.t .............................. ok t/circular_data.t ....................... ok t/cmp_ok.t .............................. ok t/dependents.t .......................... skipped: Dependents only tested when releasing t/diag.t ................................ ok t/died.t ................................ ok t/dont_overwrite_die_handler.t .......... ok t/eq_set.t .............................. ok t/exit.t ................................ ok t/explain.t ............................. ok t/extra.t ............................... ok t/extra_one.t ........................... ok t/fail-like.t ........................... ok t/fail-more.t ........................... ok t/fail.t ................................ ok t/fail_one.t ............................ ok t/filehandles.t ......................... ok t/fork.t ................................ ok t/harness_active.t ...................... ok t/import.t .............................. ok t/is_deeply_dne_bug.t ................... ok t/is_deeply_fail.t ...................... ok t/is_deeply_with_threads.t .............. skipped: many perls have broken threads. Enable with AUTHOR_TESTING. t/missing.t ............................. ok t/More.t ................................ ok t/new_ok.t .............................. ok t/no_plan.t ............................. ok t/no_tests.t ............................ ok t/note.t ................................ ok t/overload.t ............................ ok t/overload_threads.t .................... ok t/plan.t ................................ ok t/plan_bad.t ............................ ok t/plan_is_noplan.t ...................... ok t/plan_no_plan.t ........................ ok t/plan_shouldnt_import.t ................ ok t/plan_skip_all.t ....................... skipped: Just testing plan & skip_all t/pod-coverage.t ........................ skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/pod.t ................................. skipped: Test::Pod 1.00 required for testing POD t/require_ok.t .......................... ok t/simple.t .............................. ok t/Simple/load.t ......................... ok t/skip.t ................................ ok t/skipall.t ............................. ok t/subtest/args.t ........................ ok t/subtest/bail_out.t .................... ok t/subtest/basic.t ....................... ok t/subtest/die.t ......................... ok t/subtest/do.t .......................... ok t/subtest/exceptions.t .................. ok t/subtest/fork.t ........................ ok t/subtest/implicit_done.t ............... ok t/subtest/line_numbers.t ................ ok t/subtest/plan.t ........................ ok t/subtest/predicate.t ................... ok t/subtest/singleton.t ................... ok t/subtest/threads.t ..................... ok t/subtest/todo.t ........................ ok t/subtest/wstat.t ....................... ok t/tbm_doesnt_set_exported_to.t .......... ok t/Tester/tbt_01basic.t .................. ok t/Tester/tbt_02fhrestore.t .............. ok t/Tester/tbt_03die.t .................... ok t/Tester/tbt_04line_num.t ............... ok t/Tester/tbt_05faildiag.t ............... ok t/Tester/tbt_06errormess.t .............. ok t/Tester/tbt_07args.t ................... ok t/Tester/tbt_08subtest.t ................ ok t/Tester/tbt_09do.t ..................... ok t/thread_taint.t ........................ ok t/threads.t ............................. ok t/todo.t ................................ ok t/undef.t ............................... ok t/use_ok.t .............................. ok t/useing.t .............................. ok t/utf8.t ................................ ok t/versions.t ............................ ok t/xt/dependents.t ....................... skipped: Dependents only tested when releasing All tests successful. Files=113, Tests=1196, 10 wallclock secs ( 0.69 usr 0.23 sys + 7.22 cusr 2.89 csys = 11.03 CPU) Result: PASS

 EXODIST/Test-Simple-1.001009.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/Test-Simple-1.001009-7R8Dxa/blib/arch /home/brian/edirect/_cpan/build/Test-Simple-1.001009-7R8Dxa/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/Test/More.pm Installing /home/brian/edirect/aux/lib/perl5/Test/Builder.pm Installing /home/brian/edirect/aux/lib/perl5/Test/Simple.pm Installing /home/brian/edirect/aux/lib/perl5/Test/Tutorial.pod Installing /home/brian/edirect/aux/lib/perl5/Test/Builder/Tester.pm Installing /home/brian/edirect/aux/lib/perl5/Test/Builder/Module.pm Installing /home/brian/edirect/aux/lib/perl5/Test/Builder/IO/Scalar.pm Installing /home/brian/edirect/aux/lib/perl5/Test/Builder/Tester/Color.pm Installing /home/brian/edirect/aux/man/man3/Test::Simple.3pm Installing /home/brian/edirect/aux/man/man3/Test::More.3pm Installing /home/brian/edirect/aux/man/man3/Test::Builder::Module.3pm Installing /home/brian/edirect/aux/man/man3/Test::Builder::IO::Scalar.3pm Installing /home/brian/edirect/aux/man/man3/Test::Tutorial.3pm Installing /home/brian/edirect/aux/man/man3/Test::Builder::Tester.3pm Installing /home/brian/edirect/aux/man/man3/Test::Builder::Tester::Color.3pm Installing /home/brian/edirect/aux/man/man3/Test::Builder.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 EXODIST/Test-Simple-1.001009.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make for E/ET/ETHER/URI-1.65.tar.gz

 Has already been unwrapped into directory /home/brian/edirect/_cpan/build/URI-1.65-P2QO57
 CPAN.pm: Going to build E/ET/ETHER/URI-1.65.tar.gz

cp URI/_ldap.pm blib/lib/URI/_ldap.pm cp URI/ftp.pm blib/lib/URI/ftp.pm cp URI/_segment.pm blib/lib/URI/_segment.pm cp URI/file/OS2.pm blib/lib/URI/file/OS2.pm cp URI/IRI.pm blib/lib/URI/IRI.pm cp URI/_generic.pm blib/lib/URI/_generic.pm cp URI/file/QNX.pm blib/lib/URI/file/QNX.pm cp URI/tn3270.pm blib/lib/URI/tn3270.pm cp URI/QueryParam.pm blib/lib/URI/QueryParam.pm cp URI/nntp.pm blib/lib/URI/nntp.pm cp URI/gopher.pm blib/lib/URI/gopher.pm cp URI/sips.pm blib/lib/URI/sips.pm cp URI/urn/oid.pm blib/lib/URI/urn/oid.pm cp URI/WithBase.pm blib/lib/URI/WithBase.pm cp URI.pm blib/lib/URI.pm cp URI/file/Base.pm blib/lib/URI/file/Base.pm cp URI/ldapi.pm blib/lib/URI/ldapi.pm cp URI/mailto.pm blib/lib/URI/mailto.pm cp URI/file/Unix.pm blib/lib/URI/file/Unix.pm cp URI/data.pm blib/lib/URI/data.pm cp URI/_userpass.pm blib/lib/URI/_userpass.pm cp URI/ldap.pm blib/lib/URI/ldap.pm cp URI/urn.pm blib/lib/URI/urn.pm cp URI/telnet.pm blib/lib/URI/telnet.pm cp URI/mms.pm blib/lib/URI/mms.pm cp URI/_foreign.pm blib/lib/URI/_foreign.pm cp URI/Heuristic.pm blib/lib/URI/Heuristic.pm cp URI/_server.pm blib/lib/URI/_server.pm cp URI/URL.pm blib/lib/URI/URL.pm cp URI/_query.pm blib/lib/URI/_query.pm cp URI/rtsp.pm blib/lib/URI/rtsp.pm cp URI/file.pm blib/lib/URI/file.pm cp URI/rlogin.pm blib/lib/URI/rlogin.pm cp URI/Split.pm blib/lib/URI/Split.pm cp URI/news.pm blib/lib/URI/news.pm cp URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm cp URI/ssh.pm blib/lib/URI/ssh.pm cp URI/http.pm blib/lib/URI/http.pm cp URI/rsync.pm blib/lib/URI/rsync.pm cp URI/https.pm blib/lib/URI/https.pm cp URI/_idna.pm blib/lib/URI/_idna.pm cp URI/_punycode.pm blib/lib/URI/_punycode.pm cp URI/file/Win32.pm blib/lib/URI/file/Win32.pm cp URI/ldaps.pm blib/lib/URI/ldaps.pm cp URI/snews.pm blib/lib/URI/snews.pm cp URI/pop.pm blib/lib/URI/pop.pm cp URI/rtspu.pm blib/lib/URI/rtspu.pm cp URI/Escape.pm blib/lib/URI/Escape.pm cp URI/file/FAT.pm blib/lib/URI/file/FAT.pm cp URI/sip.pm blib/lib/URI/sip.pm cp URI/_login.pm blib/lib/URI/_login.pm cp URI/file/Mac.pm blib/lib/URI/file/Mac.pm Manifying blib/man3/URI::WithBase.3pm Manifying blib/man3/URI::URL.3pm Manifying blib/man3/URI.3pm Manifying blib/man3/URI::_punycode.3pm Manifying blib/man3/URI::file.3pm Manifying blib/man3/URI::Split.3pm Manifying blib/man3/URI::data.3pm Manifying blib/man3/URI::ldap.3pm Manifying blib/man3/URI::Escape.3pm Manifying blib/man3/URI::QueryParam.3pm Manifying blib/man3/URI::Heuristic.3pm

 ETHER/URI-1.65.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/abs.t .......... ok t/clone.t ........ ok t/cwd.t .......... ok t/data.t ......... ok t/escape-char.t .. ok t/escape.t ....... ok t/file.t ......... ok t/ftp.t .......... ok t/generic.t ...... ok t/gopher.t ....... ok t/heuristic.t .... ok t/http.t ......... ok t/idna.t ......... ok t/iri.t .......... ok t/ldap.t ......... ok t/mailto.t ....... ok t/mix.t .......... ok t/mms.t .......... ok t/news.t ......... ok t/num_eq.t ....... ok t/old-absconf.t .. ok t/old-base.t ..... ok t/old-file.t ..... ok t/old-relbase.t .. ok t/pop.t .......... ok t/punycode.t ..... ok t/query-param.t .. ok t/query.t ........ ok t/rel.t .......... ok t/rfc2732.t ...... ok t/roy-test.t ..... ok t/rsync.t ........ ok t/rtsp.t ......... ok t/sip.t .......... ok t/split.t ........ ok t/storable.t ..... ok t/urn-isbn.t ..... skipped: Needs the Business::ISBN module installed t/urn-oid.t ...... ok t/utf8.t ......... ok All tests successful. Files=39, Tests=611, 22 wallclock secs ( 0.27 usr 0.08 sys + 1.60 cusr 0.52 csys = 2.47 CPU) Result: PASS

 ETHER/URI-1.65.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/URI-1.65-P2QO57/blib/arch /home/brian/edirect/_cpan/build/URI-1.65-P2QO57/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/URI.pm Installing /home/brian/edirect/aux/lib/perl5/URI/rtsp.pm Installing /home/brian/edirect/aux/lib/perl5/URI/IRI.pm Installing /home/brian/edirect/aux/lib/perl5/URI/Heuristic.pm Installing /home/brian/edirect/aux/lib/perl5/URI/tn3270.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_userpass.pm Installing /home/brian/edirect/aux/lib/perl5/URI/gopher.pm Installing /home/brian/edirect/aux/lib/perl5/URI/news.pm Installing /home/brian/edirect/aux/lib/perl5/URI/urn.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_generic.pm Installing /home/brian/edirect/aux/lib/perl5/URI/data.pm Installing /home/brian/edirect/aux/lib/perl5/URI/ldapi.pm Installing /home/brian/edirect/aux/lib/perl5/URI/URL.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_ldap.pm Installing /home/brian/edirect/aux/lib/perl5/URI/WithBase.pm Installing /home/brian/edirect/aux/lib/perl5/URI/Split.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_idna.pm Installing /home/brian/edirect/aux/lib/perl5/URI/ldap.pm Installing /home/brian/edirect/aux/lib/perl5/URI/rsync.pm Installing /home/brian/edirect/aux/lib/perl5/URI/mms.pm Installing /home/brian/edirect/aux/lib/perl5/URI/sips.pm Installing /home/brian/edirect/aux/lib/perl5/URI/QueryParam.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_server.pm Installing /home/brian/edirect/aux/lib/perl5/URI/Escape.pm Installing /home/brian/edirect/aux/lib/perl5/URI/ftp.pm Installing /home/brian/edirect/aux/lib/perl5/URI/telnet.pm Installing /home/brian/edirect/aux/lib/perl5/URI/https.pm Installing /home/brian/edirect/aux/lib/perl5/URI/mailto.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_foreign.pm Installing /home/brian/edirect/aux/lib/perl5/URI/sip.pm Installing /home/brian/edirect/aux/lib/perl5/URI/snews.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_segment.pm Installing /home/brian/edirect/aux/lib/perl5/URI/rtspu.pm Installing /home/brian/edirect/aux/lib/perl5/URI/ldaps.pm Installing /home/brian/edirect/aux/lib/perl5/URI/ssh.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_login.pm Installing /home/brian/edirect/aux/lib/perl5/URI/pop.pm Installing /home/brian/edirect/aux/lib/perl5/URI/nntp.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_query.pm Installing /home/brian/edirect/aux/lib/perl5/URI/_punycode.pm Installing /home/brian/edirect/aux/lib/perl5/URI/http.pm Installing /home/brian/edirect/aux/lib/perl5/URI/rlogin.pm Installing /home/brian/edirect/aux/lib/perl5/URI/urn/isbn.pm Installing /home/brian/edirect/aux/lib/perl5/URI/urn/oid.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/Unix.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/FAT.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/OS2.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/Base.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/Win32.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/Mac.pm Installing /home/brian/edirect/aux/lib/perl5/URI/file/QNX.pm Installing /home/brian/edirect/aux/man/man3/URI::file.3pm Installing /home/brian/edirect/aux/man/man3/URI::_punycode.3pm Installing /home/brian/edirect/aux/man/man3/URI::data.3pm Installing /home/brian/edirect/aux/man/man3/URI::URL.3pm Installing /home/brian/edirect/aux/man/man3/URI::Split.3pm Installing /home/brian/edirect/aux/man/man3/URI::Escape.3pm Installing /home/brian/edirect/aux/man/man3/URI::QueryParam.3pm Installing /home/brian/edirect/aux/man/man3/URI.3pm Installing /home/brian/edirect/aux/man/man3/URI::Heuristic.3pm Installing /home/brian/edirect/aux/man/man3/URI::WithBase.3pm Installing /home/brian/edirect/aux/man/man3/URI::ldap.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 ETHER/URI-1.65.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'LWP::MediaTypes' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz ok LWP-MediaTypes-6.02/ LWP-MediaTypes-6.02/Changes LWP-MediaTypes-6.02/lib/ LWP-MediaTypes-6.02/Makefile.PL LWP-MediaTypes-6.02/MANIFEST LWP-MediaTypes-6.02/META.yml LWP-MediaTypes-6.02/README LWP-MediaTypes-6.02/t/ LWP-MediaTypes-6.02/t/mediatypes.t LWP-MediaTypes-6.02/lib/LWP/ LWP-MediaTypes-6.02/lib/LWP/media.types LWP-MediaTypes-6.02/lib/LWP/MediaTypes.pm

 CPAN.pm: Going to build G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for LWP::MediaTypes Could not read '/home/brian/edirect/_cpan/build/LWP-MediaTypes-6.02-H8Ye_m/META.yml'. Falling back to other methods to determine prerequisites cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm cp lib/LWP/media.types blib/lib/LWP/media.types Manifying blib/man3/LWP::MediaTypes.3pm

 GAAS/LWP-MediaTypes-6.02.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/mediatypes.t .. ok All tests successful. Files=1, Tests=39, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.04 cusr 0.01 csys = 0.07 CPU) Result: PASS

 GAAS/LWP-MediaTypes-6.02.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/LWP-MediaTypes-6.02-H8Ye_m/blib/arch /home/brian/edirect/_cpan/build/LWP-MediaTypes-6.02-H8Ye_m/blib/lib to PERL5LIB for 'install' Manifying blib/man3/LWP::MediaTypes.3pm Installing /home/brian/edirect/aux/lib/perl5/LWP/media.types Installing /home/brian/edirect/aux/lib/perl5/LWP/MediaTypes.pm Installing /home/brian/edirect/aux/man/man3/LWP::MediaTypes.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/LWP-MediaTypes-6.02.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'IO::HTML' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for C/CJ/CJM/IO-HTML-1.001.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz ok IO-HTML-1.001/ IO-HTML-1.001/xt/ IO-HTML-1.001/xt/release/ IO-HTML-1.001/xt/release/pod-coverage.t IO-HTML-1.001/xt/release/pod-syntax.t IO-HTML-1.001/lib/ IO-HTML-1.001/lib/IO/ IO-HTML-1.001/lib/IO/HTML.pm IO-HTML-1.001/Makefile.PL IO-HTML-1.001/t/ IO-HTML-1.001/t/00-all_prereqs.t IO-HTML-1.001/t/30-outfile.t IO-HTML-1.001/t/10-find.t IO-HTML-1.001/t/00-load.t IO-HTML-1.001/t/20-open.t IO-HTML-1.001/META.json IO-HTML-1.001/META.yml IO-HTML-1.001/MANIFEST IO-HTML-1.001/LICENSE IO-HTML-1.001/Changes IO-HTML-1.001/README

 CPAN.pm: Going to build C/CJ/CJM/IO-HTML-1.001.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for IO::HTML Could not read '/home/brian/edirect/_cpan/build/IO-HTML-1.001-rTFNyG/META.yml'. Falling back to other methods to determine prerequisites cp lib/IO/HTML.pm blib/lib/IO/HTML.pm Manifying blib/man3/IO::HTML.3pm

 CJM/IO-HTML-1.001.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-all_prereqs.t .. ok

  1. Testing IO::HTML 1.001

t/00-load.t ......... ok t/10-find.t ......... ok t/20-open.t ......... ok t/30-outfile.t ...... ok All tests successful. Files=5, Tests=139, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.31 cusr 0.08 csys = 0.45 CPU) Result: PASS

 CJM/IO-HTML-1.001.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/IO-HTML-1.001-rTFNyG/blib/arch /home/brian/edirect/_cpan/build/IO-HTML-1.001-rTFNyG/blib/lib to PERL5LIB for 'install' Manifying blib/man3/IO::HTML.3pm Installing /home/brian/edirect/aux/lib/perl5/IO/HTML.pm Installing /home/brian/edirect/aux/man/man3/IO::HTML.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 CJM/IO-HTML-1.001.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'IO::Compress::Bzip2' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for P/PM/PMQS/IO-Compress-2.067.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/P/PM/PMQS/IO-Compress-2.067.tar.gz
 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/P/PM/PMQS/CHECKSUMS

Checksum for /home/brian/edirect/_cpan/sources/authors/id/P/PM/PMQS/IO-Compress-2.067.tar.gz ok IO-Compress-2.067/ IO-Compress-2.067/lib/ IO-Compress-2.067/lib/File/ IO-Compress-2.067/lib/File/GlobMapper.pm IO-Compress-2.067/lib/Compress/ IO-Compress-2.067/lib/Compress/Zlib.pm IO-Compress-2.067/lib/IO/ IO-Compress-2.067/lib/IO/Uncompress/ IO-Compress-2.067/lib/IO/Uncompress/RawInflate.pm IO-Compress-2.067/lib/IO/Uncompress/Gunzip.pm IO-Compress-2.067/lib/IO/Uncompress/Unzip.pm IO-Compress-2.067/lib/IO/Uncompress/Base.pm IO-Compress-2.067/lib/IO/Uncompress/Inflate.pm IO-Compress-2.067/lib/IO/Uncompress/Bunzip2.pm IO-Compress-2.067/lib/IO/Uncompress/Adapter/ IO-Compress-2.067/lib/IO/Uncompress/Adapter/Identity.pm IO-Compress-2.067/lib/IO/Uncompress/Adapter/Inflate.pm IO-Compress-2.067/lib/IO/Uncompress/Adapter/Bunzip2.pm IO-Compress-2.067/lib/IO/Uncompress/AnyInflate.pm IO-Compress-2.067/lib/IO/Uncompress/AnyUncompress.pm IO-Compress-2.067/lib/IO/Compress/ IO-Compress-2.067/lib/IO/Compress/Base.pm IO-Compress-2.067/lib/IO/Compress/FAQ.pod IO-Compress-2.067/lib/IO/Compress/Zip.pm IO-Compress-2.067/lib/IO/Compress/Zip/ IO-Compress-2.067/lib/IO/Compress/Zip/Constants.pm IO-Compress-2.067/lib/IO/Compress/Adapter/ IO-Compress-2.067/lib/IO/Compress/Adapter/Identity.pm IO-Compress-2.067/lib/IO/Compress/Adapter/Deflate.pm IO-Compress-2.067/lib/IO/Compress/Adapter/Bzip2.pm IO-Compress-2.067/lib/IO/Compress/RawDeflate.pm IO-Compress-2.067/lib/IO/Compress/Deflate.pm IO-Compress-2.067/lib/IO/Compress/Gzip/ IO-Compress-2.067/lib/IO/Compress/Gzip/Constants.pm IO-Compress-2.067/lib/IO/Compress/Bzip2.pm IO-Compress-2.067/lib/IO/Compress/Gzip.pm IO-Compress-2.067/lib/IO/Compress/Zlib/ IO-Compress-2.067/lib/IO/Compress/Zlib/Constants.pm IO-Compress-2.067/lib/IO/Compress/Zlib/Extra.pm IO-Compress-2.067/lib/IO/Compress/Base/ IO-Compress-2.067/lib/IO/Compress/Base/Common.pm IO-Compress-2.067/MANIFEST IO-Compress-2.067/private/ IO-Compress-2.067/private/MakeUtil.pm IO-Compress-2.067/README IO-Compress-2.067/Changes IO-Compress-2.067/bin/ IO-Compress-2.067/bin/zipdetails IO-Compress-2.067/Makefile.PL IO-Compress-2.067/t/ IO-Compress-2.067/t/101truncate-bzip2.t IO-Compress-2.067/t/010examples-bzip2.t IO-Compress-2.067/t/004gziphdr.t IO-Compress-2.067/t/110encode-gzip.t IO-Compress-2.067/t/100generic-gzip.t IO-Compress-2.067/t/110encode-deflate.t IO-Compress-2.067/t/106prime-deflate.t IO-Compress-2.067/t/102tied-zip.t IO-Compress-2.067/t/002any-transparent.t IO-Compress-2.067/t/105oneshot-zip-store-only.t IO-Compress-2.067/t/108anyunc-zip.t IO-Compress-2.067/t/cz-06gzsetp.t IO-Compress-2.067/t/111const-deflate.t IO-Compress-2.067/t/103newtied-gzip.t IO-Compress-2.067/t/105oneshot-bzip2.t IO-Compress-2.067/t/102tied-rawdeflate.t IO-Compress-2.067/t/107multi-deflate.t IO-Compress-2.067/t/101truncate-rawdeflate.t IO-Compress-2.067/t/109merge-deflate.t IO-Compress-2.067/t/cz-08encoding.t IO-Compress-2.067/t/101truncate-deflate.t IO-Compress-2.067/t/108anyunc-bzip2.t IO-Compress-2.067/t/106prime-rawdeflate.t IO-Compress-2.067/t/108anyunc-rawdeflate.t IO-Compress-2.067/t/109merge-rawdeflate.t IO-Compress-2.067/t/002any-zip.t IO-Compress-2.067/t/108anyunc-deflate.t IO-Compress-2.067/t/cz-01version.t IO-Compress-2.067/t/002any-gzip.t IO-Compress-2.067/t/105oneshot-gzip.t IO-Compress-2.067/t/103newtied-bzip2.t IO-Compress-2.067/t/050interop-gzip.t IO-Compress-2.067/t/100generic-deflate.t IO-Compress-2.067/t/002any-rawdeflate.t IO-Compress-2.067/t/006zip.t IO-Compress-2.067/t/110encode-bzip2.t IO-Compress-2.067/t/106prime-gzip.t IO-Compress-2.067/t/001zlib-generic-zip.t IO-Compress-2.067/t/010examples-zlib.t IO-Compress-2.067/t/103newtied-rawdeflate.t IO-Compress-2.067/t/001zlib-generic-deflate.t IO-Compress-2.067/t/109merge-gzip.t IO-Compress-2.067/t/110encode-rawdeflate.t IO-Compress-2.067/t/103newtied-zip.t IO-Compress-2.067/t/102tied-deflate.t IO-Compress-2.067/t/107multi-bzip2.t IO-Compress-2.067/t/107multi-rawdeflate.t IO-Compress-2.067/t/020isize.t IO-Compress-2.067/t/107multi-gzip.t IO-Compress-2.067/t/globmapper.t IO-Compress-2.067/t/100generic-bzip2.t IO-Compress-2.067/t/999pod.t IO-Compress-2.067/t/104destroy-zip.t IO-Compress-2.067/t/107multi-zip.t IO-Compress-2.067/t/102tied-bzip2.t IO-Compress-2.067/t/100generic-zip.t IO-Compress-2.067/t/Test/ IO-Compress-2.067/t/Test/Builder.pm IO-Compress-2.067/t/Test/More.pm IO-Compress-2.067/t/Test/Simple.pm IO-Compress-2.067/t/105oneshot-gzip-only.t IO-Compress-2.067/t/108anyunc-transparent.t IO-Compress-2.067/t/000prereq.t IO-Compress-2.067/t/001zlib-generic-gzip.t IO-Compress-2.067/t/105oneshot-zip-only.t IO-Compress-2.067/t/104destroy-rawdeflate.t IO-Compress-2.067/t/100generic-rawdeflate.t IO-Compress-2.067/t/105oneshot-zip-bzip2-only.t IO-Compress-2.067/t/002any-deflate.t IO-Compress-2.067/t/compress/ IO-Compress-2.067/t/compress/zlib-generic.pl IO-Compress-2.067/t/compress/merge.pl IO-Compress-2.067/t/compress/generic.pl IO-Compress-2.067/t/compress/newtied.pl IO-Compress-2.067/t/compress/tied.pl IO-Compress-2.067/t/compress/any.pl IO-Compress-2.067/t/compress/encode.pl IO-Compress-2.067/t/compress/CompTestUtils.pm IO-Compress-2.067/t/compress/multi.pl IO-Compress-2.067/t/compress/oneshot.pl IO-Compress-2.067/t/compress/destroy.pl IO-Compress-2.067/t/compress/truncate.pl IO-Compress-2.067/t/compress/prime.pl IO-Compress-2.067/t/compress/anyunc.pl IO-Compress-2.067/t/001bzip2.t IO-Compress-2.067/t/101truncate-gzip.t IO-Compress-2.067/t/104destroy-bzip2.t IO-Compress-2.067/t/101truncate-zip.t IO-Compress-2.067/t/104destroy-gzip.t IO-Compress-2.067/t/106prime-bzip2.t IO-Compress-2.067/t/103newtied-deflate.t IO-Compress-2.067/t/cz-14gzopen.t IO-Compress-2.067/t/01misc.t IO-Compress-2.067/t/005defhdr.t IO-Compress-2.067/t/105oneshot-deflate.t IO-Compress-2.067/t/105oneshot-rawdeflate.t IO-Compress-2.067/t/108anyunc-gzip.t IO-Compress-2.067/t/110encode-zip.t IO-Compress-2.067/t/109merge-zip.t IO-Compress-2.067/t/102tied-gzip.t IO-Compress-2.067/t/cz-05examples.t IO-Compress-2.067/t/105oneshot-zip.t IO-Compress-2.067/t/104destroy-deflate.t IO-Compress-2.067/t/001zlib-generic-rawdeflate.t IO-Compress-2.067/t/106prime-zip.t IO-Compress-2.067/t/cz-03zlib-v1.t IO-Compress-2.067/META.json IO-Compress-2.067/META.yml IO-Compress-2.067/examples/ IO-Compress-2.067/examples/io/ IO-Compress-2.067/examples/io/bzip2/ IO-Compress-2.067/examples/io/bzip2/bzgrep IO-Compress-2.067/examples/io/bzip2/bzcat IO-Compress-2.067/examples/io/bzip2/bzstream IO-Compress-2.067/examples/io/gzip/ IO-Compress-2.067/examples/io/gzip/gzstream IO-Compress-2.067/examples/io/gzip/gzcat IO-Compress-2.067/examples/io/gzip/gzgrep IO-Compress-2.067/examples/io/gzip/gzappend IO-Compress-2.067/examples/io/anycat IO-Compress-2.067/examples/compress-zlib/ IO-Compress-2.067/examples/compress-zlib/gzstream IO-Compress-2.067/examples/compress-zlib/filtinf IO-Compress-2.067/examples/compress-zlib/filtdef IO-Compress-2.067/examples/compress-zlib/gzcat IO-Compress-2.067/examples/compress-zlib/gzgrep

 CPAN.pm: Going to build P/PM/PMQS/IO-Compress-2.067.tar.gz

Up/Downgrade not needed. Warning: prerequisite Compress::Raw::Bzip2 2.067 not found. Warning: prerequisite Compress::Raw::Zlib 2.067 not found. We have 2.021. Checking if your kit is complete... Looks good Writing Makefile for IO::Compress Could not read '/home/brian/edirect/_cpan/build/IO-Compress-2.067-K2aus5/META.yml'. Falling back to other methods to determine prerequisites


Unsatisfied dependencies detected during ----
PMQS/IO-Compress-2.067.tar.gz ----
   Compress::Raw::Zlib [requires]
   Compress::Raw::Bzip2 [requires]

Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] yes Running make test

 Delayed until after prerequisites

Running make install

 Delayed until after prerequisites

Running install for module 'Compress::Raw::Zlib' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for P/PM/PMQS/Compress-Raw-Zlib-2.067.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.067.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.067.tar.gz ok Compress-Raw-Zlib-2.067/ Compress-Raw-Zlib-2.067/lib/ Compress-Raw-Zlib-2.067/lib/Compress/ Compress-Raw-Zlib-2.067/lib/Compress/Raw/ Compress-Raw-Zlib-2.067/lib/Compress/Raw/Zlib.pm Compress-Raw-Zlib-2.067/MANIFEST Compress-Raw-Zlib-2.067/private/ Compress-Raw-Zlib-2.067/private/MakeUtil.pm Compress-Raw-Zlib-2.067/README Compress-Raw-Zlib-2.067/ppport.h Compress-Raw-Zlib-2.067/Changes Compress-Raw-Zlib-2.067/config.in Compress-Raw-Zlib-2.067/Makefile.PL Compress-Raw-Zlib-2.067/zlib-src/ Compress-Raw-Zlib-2.067/zlib-src/deflate.h Compress-Raw-Zlib-2.067/zlib-src/uncompr.c Compress-Raw-Zlib-2.067/zlib-src/infback.c Compress-Raw-Zlib-2.067/zlib-src/trees.h Compress-Raw-Zlib-2.067/zlib-src/zconf.h Compress-Raw-Zlib-2.067/zlib-src/inftrees.h Compress-Raw-Zlib-2.067/zlib-src/zutil.c Compress-Raw-Zlib-2.067/zlib-src/crc32.h Compress-Raw-Zlib-2.067/zlib-src/inflate.h Compress-Raw-Zlib-2.067/zlib-src/inffast.h Compress-Raw-Zlib-2.067/zlib-src/inflate.c Compress-Raw-Zlib-2.067/zlib-src/deflate.c Compress-Raw-Zlib-2.067/zlib-src/crc32.c Compress-Raw-Zlib-2.067/zlib-src/zlib.h Compress-Raw-Zlib-2.067/zlib-src/inffixed.h Compress-Raw-Zlib-2.067/zlib-src/inftrees.c Compress-Raw-Zlib-2.067/zlib-src/zutil.h Compress-Raw-Zlib-2.067/zlib-src/compress.c Compress-Raw-Zlib-2.067/zlib-src/inffast.c Compress-Raw-Zlib-2.067/zlib-src/trees.c Compress-Raw-Zlib-2.067/zlib-src/adler32.c Compress-Raw-Zlib-2.067/typemap Compress-Raw-Zlib-2.067/t/ Compress-Raw-Zlib-2.067/t/09limitoutput.t Compress-Raw-Zlib-2.067/t/19nonpv.t Compress-Raw-Zlib-2.067/t/18lvalue.t Compress-Raw-Zlib-2.067/t/01version.t Compress-Raw-Zlib-2.067/t/02zlib.t Compress-Raw-Zlib-2.067/t/Test/ Compress-Raw-Zlib-2.067/t/Test/Builder.pm Compress-Raw-Zlib-2.067/t/Test/More.pm Compress-Raw-Zlib-2.067/t/Test/Simple.pm Compress-Raw-Zlib-2.067/t/000prereq.t Compress-Raw-Zlib-2.067/t/99pod.t Compress-Raw-Zlib-2.067/t/compress/ Compress-Raw-Zlib-2.067/t/compress/CompTestUtils.pm Compress-Raw-Zlib-2.067/t/07bufsize.t Compress-Raw-Zlib-2.067/Zlib.xs Compress-Raw-Zlib-2.067/META.json Compress-Raw-Zlib-2.067/META.yml Compress-Raw-Zlib-2.067/fallback/ Compress-Raw-Zlib-2.067/fallback/constants.h Compress-Raw-Zlib-2.067/fallback/constants.xs Compress-Raw-Zlib-2.067/examples/ Compress-Raw-Zlib-2.067/examples/filtinf Compress-Raw-Zlib-2.067/examples/filtdef

 CPAN.pm: Going to build P/PM/PMQS/Compress-Raw-Zlib-2.067.tar.gz

Up/Downgrade not needed. Parsing config.in... Building Zlib enabled Auto Detect Gzip OS Code.. Setting Gzip OS Code to 3 [Unix/Default] Looks Good. Checking if your kit is complete... Looks good Writing Makefile for Compress::Raw::Zlib Could not read '/home/brian/edirect/_cpan/build/Compress-Raw-Zlib-2.067-ZRWKCZ/META.yml'. Falling back to other methods to determine prerequisites cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H Zlib.c Zlib.c: In function ‘XS_Compress__Raw__Zlib_constant’: ./constants.xs:11: warning: ‘iv’ may be used uninitialized in this function ./constants.xs:11: note: ‘iv’ was declared here gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H adler32.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H crc32.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H infback.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inflate.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H uncompr.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H compress.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H deflate.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inffast.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inftrees.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H trees.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H zutil.c Running Mkbootstrap for Compress::Raw::Zlib () chmod 644 Zlib.bs rm -f blib/arch/auto/Compress/Raw/Zlib/Zlib.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Zlib.o adler32.o crc32.o infback.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zutil.o -o blib/arch/auto/Compress/Raw/Zlib/Zlib.so \ \

chmod 755 blib/arch/auto/Compress/Raw/Zlib/Zlib.so cp Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs chmod 644 blib/arch/auto/Compress/Raw/Zlib/Zlib.bs Manifying blib/man3/Compress::Raw::Zlib.3pm

 PMQS/Compress-Raw-Zlib-2.067.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000prereq.t ...... ok t/01version.t ...... ok t/02zlib.t ......... ok t/07bufsize.t ...... ok t/09limitoutput.t .. ok t/18lvalue.t ....... ok t/19nonpv.t ........ ok t/99pod.t .......... skipped: Test::Pod 1.00 required for testing POD All tests successful. Files=8, Tests=763, 2 wallclock secs ( 0.14 usr 0.03 sys + 2.08 cusr 0.19 csys = 2.44 CPU) Result: PASS

 PMQS/Compress-Raw-Zlib-2.067.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/Compress-Raw-Zlib-2.067-ZRWKCZ/blib/arch /home/brian/edirect/_cpan/build/Compress-Raw-Zlib-2.067-ZRWKCZ/blib/lib to PERL5LIB for 'install' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/auto/Compress/Raw/Zlib/Zlib.so Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/auto/Compress/Raw/Zlib/Zlib.bs Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/Compress/Raw/Zlib.pm Installing /home/brian/edirect/aux/man/man3/Compress::Raw::Zlib.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 PMQS/Compress-Raw-Zlib-2.067.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'Compress::Raw::Bzip2' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for P/PM/PMQS/Compress-Raw-Bzip2-2.067.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.067.tar.gz

Checksum for /home/brian/edirect/_cpan/sources/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.067.tar.gz ok Compress-Raw-Bzip2-2.067/ Compress-Raw-Bzip2-2.067/lib/ Compress-Raw-Bzip2-2.067/lib/Compress/ Compress-Raw-Bzip2-2.067/lib/Compress/Raw/ Compress-Raw-Bzip2-2.067/lib/Compress/Raw/Bzip2.pm Compress-Raw-Bzip2-2.067/MANIFEST Compress-Raw-Bzip2-2.067/private/ Compress-Raw-Bzip2-2.067/private/MakeUtil.pm Compress-Raw-Bzip2-2.067/Bzip2.xs Compress-Raw-Bzip2-2.067/README Compress-Raw-Bzip2-2.067/ppport.h Compress-Raw-Bzip2-2.067/Changes Compress-Raw-Bzip2-2.067/Makefile.PL Compress-Raw-Bzip2-2.067/typemap Compress-Raw-Bzip2-2.067/t/ Compress-Raw-Bzip2-2.067/t/09limitoutput.t Compress-Raw-Bzip2-2.067/t/19nonpv.t Compress-Raw-Bzip2-2.067/t/Test/ Compress-Raw-Bzip2-2.067/t/Test/Builder.pm Compress-Raw-Bzip2-2.067/t/Test/More.pm Compress-Raw-Bzip2-2.067/t/Test/Simple.pm Compress-Raw-Bzip2-2.067/t/000prereq.t Compress-Raw-Bzip2-2.067/t/99pod.t Compress-Raw-Bzip2-2.067/t/compress/ Compress-Raw-Bzip2-2.067/t/compress/CompTestUtils.pm Compress-Raw-Bzip2-2.067/t/01bzip2.t Compress-Raw-Bzip2-2.067/META.json Compress-Raw-Bzip2-2.067/META.yml Compress-Raw-Bzip2-2.067/fallback/ Compress-Raw-Bzip2-2.067/fallback/constants.h Compress-Raw-Bzip2-2.067/fallback/constants.xs Compress-Raw-Bzip2-2.067/bzip2-src/ Compress-Raw-Bzip2-2.067/bzip2-src/blocksort.c Compress-Raw-Bzip2-2.067/bzip2-src/bzlib_private.h Compress-Raw-Bzip2-2.067/bzip2-src/crctable.c Compress-Raw-Bzip2-2.067/bzip2-src/bzlib.c Compress-Raw-Bzip2-2.067/bzip2-src/LICENSE Compress-Raw-Bzip2-2.067/bzip2-src/huffman.c Compress-Raw-Bzip2-2.067/bzip2-src/decompress.c Compress-Raw-Bzip2-2.067/bzip2-src/compress.c Compress-Raw-Bzip2-2.067/bzip2-src/bzlib.h Compress-Raw-Bzip2-2.067/bzip2-src/randtable.c Compress-Raw-Bzip2-2.067/bzip2-src/bzip2-cpp.patch

 CPAN.pm: Going to build P/PM/PMQS/Compress-Raw-Bzip2-2.067.tar.gz

Up/Downgrade not needed. Checking if your kit is complete... Looks good Writing Makefile for Compress::Raw::Bzip2 Could not read '/home/brian/edirect/_cpan/build/Compress-Raw-Bzip2-2.067-b6xR5l/META.yml'. Falling back to other methods to determine prerequisites cp lib/Compress/Raw/Bzip2.pm blib/lib/Compress/Raw/Bzip2.pm gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H blocksort.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H huffman.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H crctable.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H randtable.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H compress.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H decompress.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H bzlib.c /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc Bzip2.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.067\" -DXS_VERSION=\"2.067\" -fPIC "-I/usr/lib64/perl5/CORE" -Wall -Wno-comment -DBZ_NO_STDIO -DUSE_PPPORT_H Bzip2.c Running Mkbootstrap for Compress::Raw::Bzip2 () chmod 644 Bzip2.bs rm -f blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so \ \

chmod 755 blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so cp Bzip2.bs blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs chmod 644 blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs Manifying blib/man3/Compress::Raw::Bzip2.3pm

 PMQS/Compress-Raw-Bzip2-2.067.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000prereq.t ...... ok t/01bzip2.t ........ ok t/09limitoutput.t .. ok t/19nonpv.t ........ ok t/99pod.t .......... skipped: Test::Pod 1.00 required for testing POD All tests successful. Files=5, Tests=283, 1 wallclock secs ( 0.07 usr 0.01 sys + 0.54 cusr 0.09 csys = 0.71 CPU) Result: PASS

 PMQS/Compress-Raw-Bzip2-2.067.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/Compress-Raw-Bzip2-2.067-b6xR5l/blib/arch /home/brian/edirect/_cpan/build/Compress-Raw-Bzip2-2.067-b6xR5l/blib/lib to PERL5LIB for 'install' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/auto/Compress/Raw/Bzip2/Bzip2.so Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/auto/Compress/Raw/Bzip2/Bzip2.bs Installing /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/Compress/Raw/Bzip2.pm Installing /home/brian/edirect/aux/man/man3/Compress::Raw::Bzip2.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 PMQS/Compress-Raw-Bzip2-2.067.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make for P/PM/PMQS/IO-Compress-2.067.tar.gz

 Has already been unwrapped into directory /home/brian/edirect/_cpan/build/IO-Compress-2.067-K2aus5
 CPAN.pm: Going to build P/PM/PMQS/IO-Compress-2.067.tar.gz

cp lib/IO/Uncompress/Adapter/Bunzip2.pm blib/lib/IO/Uncompress/Adapter/Bunzip2.pm cp lib/IO/Uncompress/RawInflate.pm blib/lib/IO/Uncompress/RawInflate.pm cp lib/Compress/Zlib.pm blib/lib/Compress/Zlib.pm cp lib/IO/Uncompress/Inflate.pm blib/lib/IO/Uncompress/Inflate.pm cp lib/IO/Compress/Deflate.pm blib/lib/IO/Compress/Deflate.pm cp lib/IO/Compress/Adapter/Deflate.pm blib/lib/IO/Compress/Adapter/Deflate.pm cp lib/IO/Compress/Zip.pm blib/lib/IO/Compress/Zip.pm cp lib/IO/Uncompress/Adapter/Identity.pm blib/lib/IO/Uncompress/Adapter/Identity.pm cp lib/IO/Uncompress/Base.pm blib/lib/IO/Uncompress/Base.pm cp lib/IO/Compress/Gzip/Constants.pm blib/lib/IO/Compress/Gzip/Constants.pm cp lib/IO/Compress/Zlib/Extra.pm blib/lib/IO/Compress/Zlib/Extra.pm cp lib/IO/Compress/Base.pm blib/lib/IO/Compress/Base.pm cp lib/IO/Compress/Zip/Constants.pm blib/lib/IO/Compress/Zip/Constants.pm cp lib/File/GlobMapper.pm blib/lib/File/GlobMapper.pm cp lib/IO/Compress/Zlib/Constants.pm blib/lib/IO/Compress/Zlib/Constants.pm cp lib/IO/Compress/Adapter/Identity.pm blib/lib/IO/Compress/Adapter/Identity.pm cp lib/IO/Uncompress/Unzip.pm blib/lib/IO/Uncompress/Unzip.pm cp lib/IO/Uncompress/Adapter/Inflate.pm blib/lib/IO/Uncompress/Adapter/Inflate.pm cp lib/IO/Compress/Base/Common.pm blib/lib/IO/Compress/Base/Common.pm cp lib/IO/Uncompress/Bunzip2.pm blib/lib/IO/Uncompress/Bunzip2.pm cp lib/IO/Uncompress/Gunzip.pm blib/lib/IO/Uncompress/Gunzip.pm cp lib/IO/Compress/Adapter/Bzip2.pm blib/lib/IO/Compress/Adapter/Bzip2.pm cp lib/IO/Uncompress/AnyUncompress.pm blib/lib/IO/Uncompress/AnyUncompress.pm cp lib/IO/Compress/RawDeflate.pm blib/lib/IO/Compress/RawDeflate.pm cp lib/IO/Compress/FAQ.pod blib/lib/IO/Compress/FAQ.pod cp lib/IO/Uncompress/AnyInflate.pm blib/lib/IO/Uncompress/AnyInflate.pm cp lib/IO/Compress/Gzip.pm blib/lib/IO/Compress/Gzip.pm cp lib/IO/Compress/Bzip2.pm blib/lib/IO/Compress/Bzip2.pm cp bin/zipdetails blib/script/zipdetails /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails Manifying blib/man1/zipdetails.1 Manifying blib/man3/IO::Uncompress::RawInflate.3pm Manifying blib/man3/IO::Uncompress::Unzip.3pm Manifying blib/man3/Compress::Zlib.3pm Manifying blib/man3/IO::Uncompress::Inflate.3pm Manifying blib/man3/IO::Compress::Deflate.3pm Manifying blib/man3/IO::Uncompress::Bunzip2.3pm Manifying blib/man3/IO::Compress::Zip.3pm Manifying blib/man3/IO::Uncompress::Gunzip.3pm Manifying blib/man3/IO::Uncompress::Base.3pm Manifying blib/man3/IO::Uncompress::AnyUncompress.3pm Manifying blib/man3/IO::Compress::RawDeflate.3pm Manifying blib/man3/IO::Compress::FAQ.3pm Manifying blib/man3/IO::Compress::Base.3pm Manifying blib/man3/File::GlobMapper.3pm Manifying blib/man3/IO::Uncompress::AnyInflate.3pm Manifying blib/man3/IO::Compress::Gzip.3pm Manifying blib/man3/IO::Compress::Bzip2.3pm

 PMQS/IO-Compress-2.067.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000prereq.t ................... ok t/001bzip2.t .................... ok t/001zlib-generic-deflate.t ..... ok t/001zlib-generic-gzip.t ........ ok t/001zlib-generic-rawdeflate.t .. ok t/001zlib-generic-zip.t ......... ok t/002any-deflate.t .............. ok t/002any-gzip.t ................. ok t/002any-rawdeflate.t ........... ok t/002any-transparent.t .......... ok t/002any-zip.t .................. ok t/004gziphdr.t .................. ok t/005defhdr.t ................... ok t/006zip.t ...................... ok t/010examples-bzip2.t ........... ok t/010examples-zlib.t ............ ok t/01misc.t ...................... ok t/020isize.t .................... skipped: Lengthy Tests Disabled t/050interop-gzip.t ............. ok t/100generic-bzip2.t ............ ok t/100generic-deflate.t .......... ok t/100generic-gzip.t ............. ok t/100generic-rawdeflate.t ....... ok t/100generic-zip.t .............. ok t/101truncate-bzip2.t ........... ok t/101truncate-deflate.t ......... ok t/101truncate-gzip.t ............ ok t/101truncate-rawdeflate.t ...... ok t/101truncate-zip.t ............. ok t/102tied-bzip2.t ............... ok t/102tied-deflate.t ............. ok t/102tied-gzip.t ................ ok t/102tied-rawdeflate.t .......... ok t/102tied-zip.t ................. ok t/103newtied-bzip2.t ............ ok t/103newtied-deflate.t .......... ok t/103newtied-gzip.t ............. ok t/103newtied-rawdeflate.t ....... ok t/103newtied-zip.t .............. ok t/104destroy-bzip2.t ............ ok t/104destroy-deflate.t .......... ok t/104destroy-gzip.t ............. ok t/104destroy-rawdeflate.t ....... ok t/104destroy-zip.t .............. ok t/105oneshot-bzip2.t ............ ok t/105oneshot-deflate.t .......... ok t/105oneshot-gzip-only.t ........ ok t/105oneshot-gzip.t ............. ok t/105oneshot-rawdeflate.t ....... ok t/105oneshot-zip-bzip2-only.t ... ok t/105oneshot-zip-only.t ......... ok t/105oneshot-zip-store-only.t ... ok t/105oneshot-zip.t .............. ok t/106prime-bzip2.t .............. ok t/106prime-deflate.t ............ ok t/106prime-gzip.t ............... ok t/106prime-rawdeflate.t ......... ok t/106prime-zip.t ................ ok t/107multi-bzip2.t .............. ok t/107multi-deflate.t ............ ok t/107multi-gzip.t ............... ok t/107multi-rawdeflate.t ......... ok t/107multi-zip.t ................ ok t/108anyunc-bzip2.t ............. ok t/108anyunc-deflate.t ........... ok t/108anyunc-gzip.t .............. ok t/108anyunc-rawdeflate.t ........ ok t/108anyunc-transparent.t ....... ok t/108anyunc-zip.t ............... ok t/109merge-deflate.t ............ ok t/109merge-gzip.t ............... ok t/109merge-rawdeflate.t ......... ok t/109merge-zip.t ................ skipped: not implemented yet t/110encode-bzip2.t ............. ok t/110encode-deflate.t ........... ok t/110encode-gzip.t .............. ok t/110encode-rawdeflate.t ........ ok t/110encode-zip.t ............... ok t/111const-deflate.t ............ ok t/999pod.t ...................... skipped: Test::Pod 1.00 required for testing POD t/cz-01version.t ................ ok t/cz-03zlib-v1.t ................ ok t/cz-05examples.t ............... ok t/cz-06gzsetp.t ................. ok t/cz-08encoding.t ............... ok t/cz-14gzopen.t ................. ok t/globmapper.t .................. ok All tests successful. Files=87, Tests=72014, 76 wallclock secs (10.16 usr 0.49 sys + 54.17 cusr 3.72 csys = 68.54 CPU) Result: PASS

 PMQS/IO-Compress-2.067.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/IO-Compress-2.067-K2aus5/blib/arch /home/brian/edirect/_cpan/build/IO-Compress-2.067-K2aus5/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Gzip.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Zip.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/RawDeflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Base.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/FAQ.pod Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Deflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Bzip2.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Gzip/Constants.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Zlib/Extra.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Zlib/Constants.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Zip/Constants.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Base/Common.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Adapter/Identity.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Adapter/Deflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Compress/Adapter/Bzip2.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Bunzip2.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Base.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Unzip.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/RawInflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Inflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Gunzip.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/AnyInflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/AnyUncompress.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Adapter/Bunzip2.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Adapter/Inflate.pm Installing /home/brian/edirect/aux/lib/perl5/IO/Uncompress/Adapter/Identity.pm Installing /home/brian/edirect/aux/lib/perl5/Compress/Zlib.pm Installing /home/brian/edirect/aux/lib/perl5/File/GlobMapper.pm Installing /home/brian/edirect/aux/man/man1/zipdetails.1 Installing /home/brian/edirect/aux/man/man3/IO::Compress::Deflate.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::AnyUncompress.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::Base.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::AnyInflate.3pm Installing /home/brian/edirect/aux/man/man3/File::GlobMapper.3pm Installing /home/brian/edirect/aux/man/man3/IO::Compress::FAQ.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::Gunzip.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::RawInflate.3pm Installing /home/brian/edirect/aux/man/man3/Compress::Zlib.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::Unzip.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::Bunzip2.3pm Installing /home/brian/edirect/aux/man/man3/IO::Compress::Bzip2.3pm Installing /home/brian/edirect/aux/man/man3/IO::Compress::Base.3pm Installing /home/brian/edirect/aux/man/man3/IO::Compress::Gzip.3pm Installing /home/brian/edirect/aux/man/man3/IO::Uncompress::Inflate.3pm Installing /home/brian/edirect/aux/man/man3/IO::Compress::Zip.3pm Installing /home/brian/edirect/aux/man/man3/IO::Compress::RawDeflate.3pm Installing /home/brian/edirect/aux/bin/zipdetails Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 PMQS/IO-Compress-2.067.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state IO::Uncompress::Bunzip2 is up to date (2.067). Running make for G/GA/GAAS/HTTP-Message-6.06.tar.gz

 Has already been unwrapped into directory /home/brian/edirect/_cpan/build/HTTP-Message-6.06-zpDaP0
 CPAN.pm: Going to build G/GA/GAAS/HTTP-Message-6.06.tar.gz

cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm Manifying blib/man3/HTTP::Status.3pm Manifying blib/man3/HTTP::Request.3pm Manifying blib/man3/HTTP::Headers::Util.3pm Manifying blib/man3/HTTP::Request::Common.3pm Manifying blib/man3/HTTP::Config.3pm Manifying blib/man3/HTTP::Message.3pm Manifying blib/man3/HTTP::Response.3pm Manifying blib/man3/HTTP::Headers.3pm

 GAAS/HTTP-Message-6.06.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/common-req.t .......... ok t/headers-auth.t ........ ok t/headers-etag.t ........ ok t/headers-util.t ........ ok t/headers.t ............. ok t/http-config.t ......... ok t/message-charset.t ..... ok t/message-decode-xml.t .. ok t/message-old.t ......... ok t/message-parts.t ....... ok t/message.t ............. ok t/request.t ............. ok t/response.t ............ ok t/status-old.t .......... ok t/status.t .............. ok All tests successful. Files=15, Tests=554, 2 wallclock secs ( 0.13 usr 0.03 sys + 0.98 cusr 0.22 csys = 1.36 CPU) Result: PASS

 GAAS/HTTP-Message-6.06.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/HTTP-Message-6.06-zpDaP0/blib/arch /home/brian/edirect/_cpan/build/HTTP-Message-6.06-zpDaP0/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/HTTP/Status.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Response.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Config.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Request.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Message.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Headers.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Request/Common.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Headers/Auth.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Headers/ETag.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Headers/Util.pm Installing /home/brian/edirect/aux/man/man3/HTTP::Headers::Util.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Request.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Request::Common.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Config.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Headers.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Message.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Response.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Status.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/HTTP-Message-6.06.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make for G/GA/GAAS/HTTP-Cookies-6.01.tar.gz

 Has already been unwrapped into directory /home/brian/edirect/_cpan/build/HTTP-Cookies-6.01-PkW_BZ
 CPAN.pm: Going to build G/GA/GAAS/HTTP-Cookies-6.01.tar.gz

cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm Manifying blib/man3/HTTP::Cookies::Netscape.3pm Manifying blib/man3/HTTP::Cookies::Microsoft.3pm Manifying blib/man3/HTTP::Cookies.3pm

 GAAS/HTTP-Cookies-6.01.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cookies.t .. ok All tests successful. Files=1, Tests=66, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.11 cusr 0.02 csys = 0.17 CPU) Result: PASS

 GAAS/HTTP-Cookies-6.01.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/HTTP-Cookies-6.01-PkW_BZ/blib/arch /home/brian/edirect/_cpan/build/HTTP-Cookies-6.01-PkW_BZ/blib/lib to PERL5LIB for 'install' Installing /home/brian/edirect/aux/lib/perl5/HTTP/Cookies.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Cookies/Netscape.pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Cookies/Microsoft.pm Installing /home/brian/edirect/aux/man/man3/HTTP::Cookies::Netscape.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Cookies::Microsoft.3pm Installing /home/brian/edirect/aux/man/man3/HTTP::Cookies.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/HTTP-Cookies-6.01.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running install for module 'HTTP::Negotiate' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/brian/edirect/_cpan/prefs' Running make for G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz

 LWP not available

Fetching with Net::FTP:

 ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz

CPAN: Compress::Zlib loaded ok (v2.067) Checksum for /home/brian/edirect/_cpan/sources/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ok HTTP-Negotiate-6.01/ HTTP-Negotiate-6.01/Changes HTTP-Negotiate-6.01/lib/ HTTP-Negotiate-6.01/Makefile.PL HTTP-Negotiate-6.01/MANIFEST HTTP-Negotiate-6.01/META.yml HTTP-Negotiate-6.01/README HTTP-Negotiate-6.01/t/ HTTP-Negotiate-6.01/t/negotiate.t HTTP-Negotiate-6.01/lib/HTTP/ HTTP-Negotiate-6.01/lib/HTTP/Negotiate.pm

 CPAN.pm: Going to build G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for HTTP::Negotiate Could not read '/home/brian/edirect/_cpan/build/HTTP-Negotiate-6.01-2qxP6i/META.yml'. Falling back to other methods to determine prerequisites cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm Manifying blib/man3/HTTP::Negotiate.3pm

 GAAS/HTTP-Negotiate-6.01.tar.gz
 /usr/bin/make -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/negotiate.t .. ok All tests successful. Files=1, Tests=5, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.06 cusr 0.02 csys = 0.12 CPU) Result: PASS

 GAAS/HTTP-Negotiate-6.01.tar.gz
 /usr/bin/make test -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install Prepending /home/brian/edirect/_cpan/build/HTTP-Negotiate-6.01-2qxP6i/blib/arch /home/brian/edirect/_cpan/build/HTTP-Negotiate-6.01-2qxP6i/blib/lib to PERL5LIB for 'install' Manifying blib/man3/HTTP::Negotiate.3pm Installing /home/brian/edirect/aux/lib/perl5/HTTP/Negotiate.pm Installing /home/brian/edirect/aux/man/man3/HTTP::Negotiate.3pm Appending installation info to /home/brian/edirect/aux/lib/perl5/x86_64-linux-thread-multi/perllocal.pod

 GAAS/HTTP-Negotiate-6.01.tar.gz
 /usr/bin/make install  -- OK

Warning (usually harmless): 'YAML' not installed, will not store persistent state Can't call method "inst_file" on an undefined value at /home/brian/edirect/setup-deps.pl line 47.

Personal tools
Namespaces
Variants
Actions
wiki navigation
Toolbox