richterger / Perl-LanguageServer

Language Server for Perl
Other
220 stars 53 forks source link

Is there any reference for installation of the debugger/ best practice/ OS (solved) #145

Closed Ruboninov closed 1 year ago

Ruboninov commented 2 years ago

I inherited a lot of Perl code and have no idea what it does, so I intend to single step through it to learn it.

After messing around in OS Windows without success, I tried to install it under Ubuntu 22. I installed VS Code and the "Language Server and Debugger for Perl" add-on.

In the command line, I installed: cpan Perl::LanguageServer cpanm Perl::LanguageServer::DebuggerInterface cpanm AnyEvent::AIO

I did a hello world program and tried to start the debugger. But VSCode returns:

Can't locate Perl/LanguageServer/DebuggerInterface.pm in @INC (you may need to install the Perl::LanguageServer::DebuggerInterface module) (@INC contains: /home/disciple/perl5/lib/perl5/x86_64-linux-gnu-thread-multi /home/disciple/perl5/lib/perl5 /home/disciple/perl5/lib/perl5/Perl/LanguageServer /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl).
BEGIN failed--compilation aborted.

Where is this @INC to be found? In the settings.json of VSCode? Or is this a variable of Perl? My settings.json is: { "perl.logLevel": 2,

"perl.perlCmd": "/usr/bin/perl",
"perl.perlInc": [
    "/home/disciple/perl5/lib/perl5/x86_64-linux-gnu-thread-multi /home/disciple/perl5/lib/perl5 /home/disciple/perl5/lib/perl5/Perl/LanguageServer"

]

}

The DebuggerInterface.pm is to be found about a thousand times:

find / -name DebuggerInterface.pm 2>nul
/home/disciple/Downloads/Perl-LanguageServer-master/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/perl5/lib/perl5/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331571.4584/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331692.4960/Perl-LanguageServer-2.3.0/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331692.4960/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331036.4073/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331760.5434/Perl-LanguageServer-2.3.0/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331760.5434/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654334704.8195/Perl-LanguageServer-2.3.0/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654334704.8195/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654178017.4806/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331851.5896/Perl-LanguageServer-2.3.0/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpanm/work/1654331851.5896/Perl-LanguageServer-2.3.0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpan/build/Perl-LanguageServer-2.3.0-0/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpan/build/Perl-LanguageServer-2.3.0-0/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpan/build/Perl-LanguageServer-2.3.0-2/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpan/build/Perl-LanguageServer-2.3.0-2/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpan/build/Perl-LanguageServer-2.3.0-1/blib/lib/Perl/LanguageServer/DebuggerInterface.pm
/home/disciple/.cpan/build/Perl-LanguageServer-2.3.0-1/lib/Perl/LanguageServer/DebuggerInterface.pm

It looks similar to a formerly posted issue, but I don't see a solution to this closed thread: https://github.com/richterger/Perl-LanguageServer/issues/13#issuecomment-598738637

This is very hard language...

Ruboninov commented 2 years ago

...or in other words:

Ruboninov commented 2 years ago

I entered the following: perl@perl-VirtualBox:~$ cpan Perl::LanguageServer

Then, computer went totally crazy:

Loading internal logger. Log::Log4perl recommended for better logging

CPAN.pm requires configuration, but most of it can be done automatically.

If you answer 'no' below, you will enter an interactive dialog for each

configuration option instead.

Would you like to configure as much as possible automatically? [yes] yes

Warning: You do not have write permission for Perl library directories.

To install modules, you need to configure a local Perl library directory or

escalate your privileges.  CPAN can help you by bootstrapping the local::lib

module or by configuring itself to use 'sudo' (if available).  You may also

resolve this problem manually if you need to customize your setup.

What approach do you want?  (Choose 'local::lib', 'sudo' or 'manual')

 [local::lib] sudo

Fetching with LWP:

http://www.cpan.org/authors/01mailrc.txt.gz

Reading '/home/perl/.cpan/sources/authors/01mailrc.txt.gz'

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

Fetching with LWP:

http://www.cpan.org/modules/02packages.details.txt.gz

Reading '/home/perl/.cpan/sources/modules/02packages.details.txt.gz'

  Database was generated on Sat, 04 Jun 2022 12:55:48 GMT

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

  New CPAN.pm version (v2.34) available.

  [Currently running version is v2.28]

  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

Fetching with LWP:

http://www.cpan.org/modules/03modlist.data.gz

Reading '/home/perl/.cpan/sources/modules/03modlist.data.gz'

DONE

Writing /home/perl/.cpan/Metadata

Running install for module 'Perl::LanguageServer'

Fetching with LWP:

http://www.cpan.org/authors/id/G/GR/GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/G/GR/GRICHTER/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/G/GR/GRICHTER/Perl-LanguageServer-2.3.0.tar.gz ok

'YAML' not installed, will not store persistent state

Configuring G/GR/GRICHTER/Perl-LanguageServer-2.3.0.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite AnyEvent 0 not found.

Warning: prerequisite AnyEvent::AIO 0 not found.

Warning: prerequisite Class::Refresh 0 not found.

Warning: prerequisite Compiler::Lexer 0.23 not found.

Warning: prerequisite Coro 0 not found.

Warning: prerequisite IO::AIO 0 not found.

Warning: prerequisite JSON 0 not found.

Warning: prerequisite Moose 0 not found.

Warning: prerequisite PadWalker 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Perl::LanguageServer

Writing MYMETA.yml and MYMETA.json

  GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for G/GR/GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

----  Unsatisfied dependencies detected during ----

---- GRICHTER/Perl-LanguageServer-2.3.0.tar.gz ----

    AnyEvent [requires]

    AnyEvent::AIO [requires]

    Class::Refresh [requires]

    Compiler::Lexer [requires]

    Coro [requires]

    IO::AIO [requires]

    JSON [requires]

    Moose [requires]

    PadWalker [requires]

Running install for module 'AnyEvent'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.17.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.17.tar.gz ok

---- Unsatisfied dependencies detected during ----

----       MLEHMANN/AnyEvent-7.17.tar.gz      ----

    Canary::Stability [build_requires]

Running install for module 'Canary::Stability'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz ok

Configuring M/ML/MLEHMANN/Canary-Stability-2013.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Canary::Stability

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/Canary-Stability-2013.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/Canary-Stability-2013.tar.gz

cp Stability.pm blib/lib/Canary/Stability.pm

Manifying 1 pod document

  MLEHMANN/Canary-Stability-2013.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/Canary-Stability-2013.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t .. ok   

All tests successful.

Files=1, Tests=1,  0 wallclock secs ( 0.06 usr  0.00 sys +  0.01 cusr  0.00 csys =  0.07 CPU)

Result: PASS

  MLEHMANN/Canary-Stability-2013.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/Canary-Stability-2013.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Canary/Stability.pm

Installing /usr/local/man/man3/Canary::Stability.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/Canary-Stability-2013.tar.gz

  sudo /usr/bin/make install  -- OK

  MLEHMANN/AnyEvent-7.17.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/AnyEvent-7.17-0

Configuring M/ML/MLEHMANN/AnyEvent-7.17.tar.gz with Makefile.PL

***

*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK

*** =================================================

***

*** Hi!

***

*** I do my best to provide predictable and reliable software.

***

*** However, in recent releases, P5P (who maintain perl) have been

*** introducing regressions that are sometimes subtle and at other times

*** catastrophic, often for personal preferences with little or no concern

*** for existing code, most notably CPAN.

***

*** For this reason, it has become very hard for me to maintain the level

*** of reliability and support I have committed myself to in the past, at

*** least with some perl versions: I simply can't keep up working around new

*** bugs or gratituous incompatibilities, and in turn you might suffer from

*** unanticipated problems.

***

*** Therefore I have introduced a support and compatibility check, the results

*** of which follow below, together with a FAQ and some recommendations.

***

*** This check is just to let you know that there might be a risk, so you can

*** make judgement calls on how to proceed - it will not keep the module from

*** installing or working.

***

*** The stability canary says: (nothing, it was driven away by harsh weather)

***

*** It seems you are running perl version 5.034000, likely the "official" or

*** "standard" version. While there is nothing wrong with doing that,

*** standard perl versions 5.022 and up are not supported by AnyEvent.

*** While this might be fatal, it might also be all right - if you run into

*** problems, you might want to downgrade your perl or switch to the

*** stability branch.

***

*** If everything works fine, you can ignore this message.

***

***

*** Stability canary mini-FAQ:

***

*** Do I need to do anything?

***    With luck, no. While some distributions are known to fail

***    already, most should probably work. This message is here

***    to alert you that your perl is not supported by AnyEvent,

***    and if things go wrong, you either need to downgrade, or

***    sidegrade to the stability variant of your perl version,

***    or simply live with the consequences.

***

*** What is this canary thing?

***    It's purpose is to check support status of AnyEvent with

***    respect to your perl version.

***

*** What is this "stability branch"?

***    It's a branch or fork of the official perl, by schmorp, to

***    improve stability and compatibility with existing modules.

***

*** How can I skip this prompt on automated installs?

***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.

***    More info is in the Canary::Stability manpage.

***

*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html

*** Stability Branch homepage: http://stableperl.schmorp.de/

***

Continue anyways?  [y] y

***

*** The EV module is recommended for even better performance, unless you

*** have to use one of the other adaptors (Event, Glib, Tk, etc.).

*** The Async::Interrupt module is highly recommended to efficiently avoid

*** race conditions in/with other event loops.

***

*** This module does not have ANY dependencies, even if it might look

*** otherwise. If you are building a distribution package or have

*** difficulties installing this package due to dependencies, report this

*** to the packager as a bug.

***

*** This module is guaranteed to stay 100% pure-perl, full-featured

*** and performant, even without any of the optional modules.

***

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for AnyEvent

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/AnyEvent-7.17.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/AnyEvent-7.17.tar.gz

---- Unsatisfied dependencies detected during ----

----       MLEHMANN/AnyEvent-7.17.tar.gz      ----

    Async::Interrupt [requires,optional]

    EV [requires,optional]

    Guard [requires,optional]

    JSON [requires,optional]

    JSON::XS [requires,optional]

    Task::Weaken [requires,optional]

cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm

cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl

cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm

cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod

cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm

cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm

cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl

cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod

cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm

cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm

cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm

cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl

cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm

cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm

cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm

cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm

cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm

cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm

cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm

cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm

cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm

cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm

cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm

cp lib/AnyEvent.pm blib/lib/AnyEvent.pm

cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm

cp lib/AE.pm blib/lib/AE.pm

cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm

cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm

cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm

cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm

cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm

cp lib/AnyEvent/Impl/UV.pm blib/lib/AnyEvent/Impl/UV.pm

"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl 

Manifying 29 pod documents

  MLEHMANN/AnyEvent-7.17.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/AnyEvent-7.17.tar.gz

Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged)

Skip blib/lib/AnyEvent/Strict.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)

Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)

Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)

Skip blib/lib/AE.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)

Skip blib/lib/AnyEvent/FAQ.pod (unchanged)

Skip blib/lib/AnyEvent.pm (unchanged)

Skip blib/lib/AnyEvent/Loop.pm (unchanged)

Skip blib/lib/AnyEvent/Log.pm (unchanged)

Skip blib/lib/AnyEvent/Util.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)

Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)

Skip blib/lib/AnyEvent/Socket.pm (unchanged)

cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl

Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)

Skip blib/lib/AnyEvent/Intro.pod (unchanged)

Skip blib/lib/AnyEvent/IO.pm (unchanged)

Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)

Skip blib/lib/AnyEvent/TLS.pm (unchanged)

Skip blib/lib/AnyEvent/Handle.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)

Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)

Skip blib/lib/AnyEvent/Debug.pm (unchanged)

Skip blib/lib/AnyEvent/DNS.pm (unchanged)

"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl 

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/handle/*.t

t/00_load.t ................ ok     

t/01_basic.t ............... ok   

t/02_signals.t ............. ok   

t/03_child.t ............... ok     

t/04_condvar.t ............. ok     

t/05_dns.t ................. ok   

t/06_socket.t .............. ok     

t/07_io.t .................. ok     

t/08_idna.t ................ ok     

t/09_multi.t ............... ok     

t/10_loadall.t ............. ok     

t/11_io_perl.t ............. ok     

t/12_io_ioaio.t ............ skipped: AnyEvent::IO::IOAIO not loadable

t/13_weaken.t .............. ok   

t/61_fltk_01_basic.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/61_fltk_02_signals.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/61_fltk_03_child.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/61_fltk_04_condvar.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/61_fltk_05_dns.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/61_fltk_07_io.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/61_fltk_09_multi.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_01_basic.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_02_signals.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_03_child.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_04_condvar.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_05_dns.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_07_io.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/62_cocoa_09_multi.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_01_basic.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_02_signals.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_03_child.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_04_condvar.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_05_dns.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_07_io.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/64_glib_09_multi.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_01_basic.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_02_signals.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_03_child.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_04_condvar.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_05_dns.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_07_io.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/65_event_09_multi.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_01_basic.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_02_signals.t .. skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_03_child.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_04_condvar.t .. skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_05_dns.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_07_io.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/66_ioasync_09_multi.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_01_basic.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_02_signals.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_03_child.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_04_condvar.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_05_dns.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_07_io.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/67_tk_09_multi.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_01_basic.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_02_signals.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_03_child.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_04_condvar.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_05_dns.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_07_io.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/68_poe_09_multi.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_01_basic.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_02_signals.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_03_child.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_04_condvar.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_05_dns.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_07_io.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/69_ev_09_multi.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_01_basic.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_02_signals.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_03_child.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_04_condvar.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_05_dns.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_07_io.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/70_uv_09_multi.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true

t/80_ssltest.t ............. ok       

t/81_hosts.t ............... ok   

t/handle/01_readline.t ..... ok   

t/handle/02_write.t ........ ok   

t/handle/03_http_req.t ..... skipped: PERL_ANYEVENT_NET_TESTS environment variable not set

t/handle/04_listen.t ....... ok   

All tests successful.

Files=83, Tests=672,  8 wallclock secs ( 0.71 usr  0.17 sys +  4.93 cusr  0.84 csys =  6.65 CPU)

Result: PASS

  MLEHMANN/AnyEvent-7.17.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/AnyEvent-7.17.tar.gz

Skip blib/lib/AnyEvent/Log.pm (unchanged)

Skip blib/lib/AnyEvent/TLS.pm (unchanged)

Skip blib/arch/AnyEvent/constants.pl (unchanged)

Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)

Skip blib/lib/AnyEvent.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)

Skip blib/lib/AnyEvent/DNS.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)

Skip blib/lib/AnyEvent/Debug.pm (unchanged)

Skip blib/lib/AnyEvent/IO.pm (unchanged)

Skip blib/lib/AnyEvent/Socket.pm (unchanged)

Skip blib/lib/AnyEvent/FAQ.pod (unchanged)

Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)

Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)

Skip blib/lib/AnyEvent/Handle.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)

Skip blib/lib/AnyEvent/Loop.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged)

Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)

Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)

Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)

Skip blib/lib/AE.pm (unchanged)

Skip blib/lib/AnyEvent/Strict.pm (unchanged)

Skip blib/lib/AnyEvent/Intro.pod (unchanged)

Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)

Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)

Skip blib/lib/AnyEvent/Util.pm (unchanged)

"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl 

Manifying 29 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/constants.pl

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AE.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Intro.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Log.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Util.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/FAQ.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/IO.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Strict.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Socket.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Debug.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Loop.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/TLS.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/DNS.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Handle.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/IO/IOAIO.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/IO/Perl.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Util/uts46data.pl

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Util/idna.pl

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Qt.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/UV.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Tk.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/POE.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/EventLib.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/IOAsync.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Glib.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/FLTK.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Cocoa.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/EV.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Perl.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Event.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/AnyEvent/Impl/Irssi.pm

Installing /usr/local/man/man3/AnyEvent::Intro.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::IOAsync.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::EventLib.3pm

Installing /usr/local/man/man3/AnyEvent::FAQ.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Event.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Tk.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Qt.3pm

Installing /usr/local/man/man3/AnyEvent::DNS.3pm

Installing /usr/local/man/man3/AnyEvent::IO.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Cocoa.3pm

Installing /usr/local/man/man3/AnyEvent::Loop.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Irssi.3pm

Installing /usr/local/man/man3/AnyEvent::Debug.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Glib.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::FLTK.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::EV.3pm

Installing /usr/local/man/man3/AnyEvent::Util.3pm

Installing /usr/local/man/man3/AnyEvent::IO::Perl.3pm

Installing /usr/local/man/man3/AnyEvent::Handle.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::POE.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::UV.3pm

Installing /usr/local/man/man3/AnyEvent::Socket.3pm

Installing /usr/local/man/man3/AE.3pm

Installing /usr/local/man/man3/AnyEvent::Impl::Perl.3pm

Installing /usr/local/man/man3/AnyEvent::TLS.3pm

Installing /usr/local/man/man3/AnyEvent.3pm

Installing /usr/local/man/man3/AnyEvent::Strict.3pm

Installing /usr/local/man/man3/AnyEvent::IO::IOAIO.3pm

Installing /usr/local/man/man3/AnyEvent::Log.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/AnyEvent-7.17.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Task::Weaken'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Task-Weaken-1.06.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Task-Weaken-1.06.tar.gz ok

Configuring E/ET/ETHER/Task-Weaken-1.06.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Task::Weaken

Writing MYMETA.yml and MYMETA.json

  ETHER/Task-Weaken-1.06.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Task-Weaken-1.06.tar.gz

cp lib/Task/Weaken.pm blib/lib/Task/Weaken.pm

Manifying 1 pod document

  ETHER/Task-Weaken-1.06.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Task-Weaken-1.06.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t .. # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want     Have

#     ------------------- ---- --------

#     Config               any 5.034000

#     ExtUtils::MakeMaker  any     7.62

#     File::Spec           any     3.80

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module                Want     Have

#     --------------------- ---- --------

#     ExtUtils::MakeMaker    any     7.62

#     File::Spec             any     3.80

#     File::Spec::Functions  any     3.80

#     Scalar::Util           any     1.55

#     Test::More             any 1.302183

#     warnings               any     1.51

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module       Want Have

#     ------------ ---- ----

#     Scalar::Util 1.14 1.55

#     strict        any 1.12

# 

# === Other Modules ===

# 

#     Module           Have

#     ------------- -------

#     Encode           3.08

#     JSON::PP         4.06

#     Pod::Coverage missing

#     Sub::Name        0.26

#     YAML          missing

#     autodie          2.34

# 

t/00-report-prereqs.t .. ok   

t/01_compile.t ......... ok   

t/02_weaken.t .......... ok     

All tests successful.

Files=3, Tests=22,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.74 cusr  0.10 csys =  0.89 CPU)

Result: PASS

  ETHER/Task-Weaken-1.06.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Task-Weaken-1.06.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Task/Weaken.pm

Installing /usr/local/man/man3/Task::Weaken.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Task-Weaken-1.06.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'JSON::XS'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz ok

Configuring M/ML/MLEHMANN/JSON-XS-4.03.tar.gz with Makefile.PL

***

*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK

*** =================================================

***

*** Hi!

***

*** I do my best to provide predictable and reliable software.

***

*** However, in recent releases, P5P (who maintain perl) have been

*** introducing regressions that are sometimes subtle and at other times

*** catastrophic, often for personal preferences with little or no concern

*** for existing code, most notably CPAN.

***

*** For this reason, it has become very hard for me to maintain the level

*** of reliability and support I have committed myself to in the past, at

*** least with some perl versions: I simply can't keep up working around new

*** bugs or gratituous incompatibilities, and in turn you might suffer from

*** unanticipated problems.

***

*** Therefore I have introduced a support and compatibility check, the results

*** of which follow below, together with a FAQ and some recommendations.

***

*** This check is just to let you know that there might be a risk, so you can

*** make judgement calls on how to proceed - it will not keep the module from

*** installing or working.

***

*** The stability canary says: (nothing, it was driven away by harsh weather)

***

*** It seems you are running perl version 5.034000, likely the "official" or

*** "standard" version. While there is nothing wrong with doing that,

*** standard perl versions 5.022 and up are not supported by JSON::XS.

*** While this might be fatal, it might also be all right - if you run into

*** problems, you might want to downgrade your perl or switch to the

*** stability branch.

***

*** If everything works fine, you can ignore this message.

***

***

*** Stability canary mini-FAQ:

***

*** Do I need to do anything?

***    With luck, no. While some distributions are known to fail

***    already, most should probably work. This message is here

***    to alert you that your perl is not supported by JSON::XS,

***    and if things go wrong, you either need to downgrade, or

***    sidegrade to the stability variant of your perl version,

***    or simply live with the consequences.

***

*** What is this canary thing?

***    It's purpose is to check support status of JSON::XS with

***    respect to your perl version.

***

*** What is this "stability branch"?

***    It's a branch or fork of the official perl, by schmorp, to

***    improve stability and compatibility with existing modules.

***

*** How can I skip this prompt on automated installs?

***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.

***    More info is in the Canary::Stability manpage.

***

*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html

*** Stability Branch homepage: http://stableperl.schmorp.de/

***

Continue anyways?  [y] y

Checking if your kit is complete...

Looks good

Warning: prerequisite Types::Serialiser 0 not found.

Warning: prerequisite common::sense 0 not found.

Generating a Unix-style Makefile

Writing Makefile for JSON::XS

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/JSON-XS-4.03.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/JSON-XS-4.03.tar.gz

---- Unsatisfied dependencies detected during ----

----       MLEHMANN/JSON-XS-4.03.tar.gz       ----

    Types::Serialiser [requires]

    common::sense [requires]

Running install for module 'Types::Serialiser'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz ok

Configuring M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite common::sense 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Types::Serialiser

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/Types-Serialiser-1.01.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz

---- Unsatisfied dependencies detected during ----

----   MLEHMANN/Types-Serialiser-1.01.tar.gz  ----

    common::sense [requires]

Running install for module 'common::sense'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz ok

Configuring M/ML/MLEHMANN/common-sense-3.75.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for common::sense

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/common-sense-3.75.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/common-sense-3.75.tar.gz

"/usr/bin/perl" sense.pm.PL sense.pm 

cp sense.pm blib/arch/common/sense.pm

cp sense.pod blib/lib/common/sense.pod

Manifying 2 pod documents

  MLEHMANN/common-sense-3.75.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/common-sense-3.75.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t .. ok   

t/01_arch.t .. ok   

All tests successful.

Files=2, Tests=2,  0 wallclock secs ( 0.04 usr  0.00 sys +  0.00 cusr  0.01 csys =  0.05 CPU)

Result: PASS

  MLEHMANN/common-sense-3.75.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/common-sense-3.75.tar.gz

Manifying 2 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/common/sense.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/common/sense.pod

Installing /usr/local/man/man3/common::sense.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/common-sense-3.75.tar.gz

  sudo /usr/bin/make install  -- OK

  MLEHMANN/Types-Serialiser-1.01.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Types-Serialiser-1.01-0

  MLEHMANN/Types-Serialiser-1.01.tar.gz

  Has already been prepared

Running make for M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz

cp Serialiser.pm blib/lib/Types/Serialiser.pm

cp Serialiser/Error.pm blib/lib/Types/Serialiser/Error.pm

Manifying 2 pod documents

  MLEHMANN/Types-Serialiser-1.01.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/Types-Serialiser-1.01.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t ... ok   

t/51_types.t .. ok     

All tests successful.

Files=2, Tests=25,  0 wallclock secs ( 0.06 usr  0.00 sys +  0.02 cusr  0.01 csys =  0.09 CPU)

Result: PASS

  MLEHMANN/Types-Serialiser-1.01.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/Types-Serialiser-1.01.tar.gz

Manifying 2 pod documents

Installing /usr/local/share/perl/5.34.0/Types/Serialiser.pm

Installing /usr/local/share/perl/5.34.0/Types/Serialiser/Error.pm

Installing /usr/local/man/man3/Types::Serialiser::Error.3pm

Installing /usr/local/man/man3/Types::Serialiser.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/Types-Serialiser-1.01.tar.gz

  sudo /usr/bin/make install  -- OK

  MLEHMANN/JSON-XS-4.03.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/JSON-XS-4.03-0

  MLEHMANN/JSON-XS-4.03.tar.gz

  Has already been prepared

Running make for M/ML/MLEHMANN/JSON-XS-4.03.tar.gz

cp XS.pm blib/lib/JSON/XS.pm

cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm

Running Mkbootstrap for XS ()

chmod 644 "XS.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/home/perl/.cpan/build/JSON-XS-4.03-0/typemap'  XS.xs > XS.xsc

mv XS.xsc XS.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   XS.c

XS.xs: In function ‘decode_utf8’:

XS.xs:207:5: warning: ‘Perl_utf8n_to_uvuni’ is deprecated [-Wdeprecated-declarations]

  207 |     return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY);

      |     ^~~~~~

In file included from /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:5705,

                 from XS.xs:2:

/usr/lib/x86_64-linux-gnu/perl/5.34/CORE/proto.h:4029:25: note: declared here

 4029 | PERL_CALLCONV UV        Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)

      |                         ^~~~~~~~~~~~~~~~~~~

rm -f blib/arch/auto/JSON/XS/XS.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  XS.o  -o blib/arch/auto/JSON/XS/XS.so  \

      \

chmod 755 blib/arch/auto/JSON/XS/XS.so

cp bin/json_xs blib/script/json_xs

"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs

Manifying 1 pod document

Manifying 2 pod documents

  MLEHMANN/JSON-XS-4.03.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/JSON-XS-4.03.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t ............. ok   

t/01_utf8.t ............. ok   

t/02_error.t ............ ok     

t/03_types.t ............ ok     

t/04_dwiw_encode.t ...... ok   

t/05_dwiw_decode.t ...... ok   

t/06_pc_pretty.t ........ ok   

t/07_pc_esc.t ........... ok     

t/08_pc_base.t .......... ok     

t/09_pc_extra_number.t .. ok   

t/10_pc_keysort.t ....... ok   

t/11_pc_expo.t .......... ok   

t/12_blessed.t .......... ok     

t/13_limit.t ............ ok     

t/14_latin1.t ........... ok   

t/15_prefix.t ........... ok   

t/16_tied.t ............. ok   

t/17_relaxed.t .......... ok   

t/18_json_checker.t ..... ok     

t/19_incr.t ............. ok       

t/20_faihu.t ............ ok   

t/21_evans.t ............ ok   

t/22_comment_at_eof.t ... ok     

t/52_object.t ........... ok     

t/99_binary.t ........... ok           

All tests successful.

Files=25, Tests=25635,  7 wallclock secs ( 2.50 usr  0.12 sys +  5.79 cusr  0.52 csys =  8.93 CPU)

Result: PASS

  MLEHMANN/JSON-XS-4.03.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/JSON-XS-4.03.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644

Manifying 1 pod document

Manifying 2 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/JSON/XS/XS.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/JSON/XS.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/JSON/XS/Boolean.pm

Installing /usr/local/man/man1/json_xs.1p

Installing /usr/local/man/man3/JSON::XS.3pm

Installing /usr/local/man/man3/JSON::XS::Boolean.3pm

Installing /usr/local/bin/json_xs

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/JSON-XS-4.03.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'JSON'

Fetching with LWP:

http://www.cpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.06.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/I/IS/ISHIGAKI/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/I/IS/ISHIGAKI/JSON-4.06.tar.gz ok

Configuring I/IS/ISHIGAKI/JSON-4.06.tar.gz with Makefile.PL

Welcome to JSON (v.4.06)

=============================

 ** BACKWARD INCOMPATIBILITY **

Since version 2.90, stringification (and string comparison) for

JSON::true and JSON::false has not been overloaded. It shouldn't

matter as long as you treat them as boolean values, but a code that

expects they are stringified as "true" or "false" doesn't work as

you have expected any more.

    if (JSON::true eq 'true') {  # now fails

    print "The result is 1 now."; # => The result is 1 now.

And now these boolean values don't inherit JSON::Boolean, either.

When you need to test a value is a JSON boolean value or not, use

JSON::is_bool function, instead of testing the value inherits

a particular boolean class or not.

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for JSON

Writing MYMETA.yml and MYMETA.json

  ISHIGAKI/JSON-4.06.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for I/IS/ISHIGAKI/JSON-4.06.tar.gz

cp lib/JSON.pm blib/lib/JSON.pm

cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm

cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm

cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm

cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm

Manifying 5 pod documents

  ISHIGAKI/JSON-4.06.tar.gz

  /usr/bin/make -- OK

Running make test for ISHIGAKI/JSON-4.06.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_backend_version.t ......................... # JSON::backportPP 4.09

t/00_backend_version.t ......................... ok   

t/00_load.t .................................... ok   

t/00_load_backport_pp.t ........................ ok   

t/00_pod.t ..................................... skipped: Test::Pod 1.00 required for testing POD

t/01_utf8.t .................................... ok   

t/02_error.t ................................... ok     

t/03_types.t ................................... ok     

t/04_dwiw_encode.t ............................. ok   

t/05_dwiw_decode.t ............................. ok   

t/06_pc_pretty.t ............................... ok   

t/07_pc_esc.t .................................. ok     

t/08_pc_base.t ................................. ok     

t/09_pc_extra_number.t ......................... ok   

t/104_sortby.t ................................. ok   

t/105_esc_slash.t .............................. ok   

t/106_allow_barekey.t .......................... ok   

t/107_allow_singlequote.t ...................... ok   

t/108_decode.t ................................. ok   

t/109_encode.t ................................. ok   

t/10_pc_keysort.t .............................. ok   

t/110_bignum.t ................................. ok   

t/112_upgrade.t ................................ ok   

t/113_overloaded_eq.t .......................... ok   

t/114_decode_prefix.t .......................... ok   

t/115_tie_ixhash.t ............................. ok   

t/116_incr_parse_fixed.t ....................... ok   

t/117_numbers.t ................................ ok   

t/118_boolean_values.t ......................... ok     

t/119_incr_parse_utf8.t ........................ ok     

t/11_pc_expo.t ................................. ok     

t/120_incr_parse_truncated.t ................... ok     

t/12_blessed.t ................................. ok     

t/13_limit.t ................................... ok     

t/14_latin1.t .................................. ok   

t/15_prefix.t .................................. ok   

t/16_tied.t .................................... ok   

t/17_relaxed.t ................................. ok   

t/18_json_checker.t ............................ ok     

t/19_incr.t .................................... ok       

t/20_faihu.t ................................... ok   

t/20_unknown.t ................................. ok     

t/21_evans.t ................................... ok   

t/22_comment_at_eof.t .......................... ok     

t/52_object.t .................................. ok     

t/99_binary.t .................................. ok           

t/e00_func.t ................................... ok   

t/e01_property.t ............................... ok     

t/e02_bool.t ................................... # 1

t/e02_bool.t ................................... ok   

t/e03_bool2.t .................................. ok     

t/e11_conv_blessed_univ.t ...................... ok   

t/e90_misc.t ................................... ok   

t/gh_28_json_test_suite.t ...................... ok     

t/gh_29_trailing_false_value.t ................. ok   

t/rt_116998_wrong_character_offset.t ........... ok   

t/rt_122270_is_bool_for_obsolete_xs_boolean.t .. ok     

t/rt_122270_old_xs_boolean.t ................... ok     

t/rt_90071_incr_parse.t ........................ ok   

t/x00_load.t ................................... # load JSON::XS v.4.03

t/x00_load.t ................................... ok   

t/x02_error.t .................................. ok     

t/x12_blessed.t ................................ ok     

t/x16_tied.t ................................... ok   

t/x17_strange_overload.t ....................... ok   

t/xe04_escape_slash.t .......................... ok   

t/xe05_indent_length.t ......................... ok   

t/xe12_boolean.t ............................... ok   

t/xe19_xs_and_suportbypp.t ..................... ok   

t/xe20_croak_message.t ......................... ok   

t/xe21_is_pp.t ................................. ok   

t/zero-mojibake.t .............................. ok   

All tests successful.

Files=69, Tests=26123, 181 wallclock secs ( 6.89 usr  0.58 sys + 177.34 cusr  2.83 csys = 187.64 CPU)

Result: PASS

  ISHIGAKI/JSON-4.06.tar.gz

  /usr/bin/make test -- OK

Running make install for ISHIGAKI/JSON-4.06.tar.gz

Manifying 5 pod documents

Installing /usr/local/share/perl/5.34.0/JSON.pm

Installing /usr/local/share/perl/5.34.0/JSON/backportPP.pm

Installing /usr/local/share/perl/5.34.0/JSON/backportPP/Compat5006.pm

Installing /usr/local/share/perl/5.34.0/JSON/backportPP/Boolean.pm

Installing /usr/local/share/perl/5.34.0/JSON/backportPP/Compat5005.pm

Installing /usr/local/man/man3/JSON::backportPP::Compat5006.3pm

Installing /usr/local/man/man3/JSON::backportPP.3pm

Installing /usr/local/man/man3/JSON::backportPP::Boolean.3pm

Installing /usr/local/man/man3/JSON::backportPP::Compat5005.3pm

Installing /usr/local/man/man3/JSON.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ISHIGAKI/JSON-4.06.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Guard'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-1.023.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/Guard-1.023.tar.gz ok

Configuring M/ML/MLEHMANN/Guard-1.023.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Guard

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/Guard-1.023.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/Guard-1.023.tar.gz

cp Guard.pm blib/lib/Guard.pm

Running Mkbootstrap for Guard ()

chmod 644 "Guard.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Guard.bs blib/arch/auto/Guard/Guard.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  Guard.xs > Guard.xsc

mv Guard.xsc Guard.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"1.023\" -DXS_VERSION=\"1.023\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   Guard.c

rm -f blib/arch/auto/Guard/Guard.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  Guard.o  -o blib/arch/auto/Guard/Guard.so  \

      \

chmod 755 blib/arch/auto/Guard/Guard.so

Manifying 1 pod document

  MLEHMANN/Guard-1.023.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/Guard-1.023.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Guard.bs blib/arch/auto/Guard/Guard.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t .... ok   

t/01_scoped.t .. ok     

t/02_guard.t ... ok     

t/03_die.t ..... ok     

All tests successful.

Files=4, Tests=33,  0 wallclock secs ( 0.06 usr  0.00 sys +  0.04 cusr  0.03 csys =  0.13 CPU)

Result: PASS

  MLEHMANN/Guard-1.023.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/Guard-1.023.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Guard.bs blib/arch/auto/Guard/Guard.bs 644

Manifying 1 pod document

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Guard/Guard.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Guard.pm

Installing /usr/local/man/man3/Guard.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/Guard-1.023.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'EV'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/EV-4.33.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.33.tar.gz ok

Configuring M/ML/MLEHMANN/EV-4.33.tar.gz with Makefile.PL

***

*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK

*** =================================================

***

*** Hi!

***

*** I do my best to provide predictable and reliable software.

***

*** However, in recent releases, P5P (who maintain perl) have been

*** introducing regressions that are sometimes subtle and at other times

*** catastrophic, often for personal preferences with little or no concern

*** for existing code, most notably CPAN.

***

*** For this reason, it has become very hard for me to maintain the level

*** of reliability and support I have committed myself to in the past, at

*** least with some perl versions: I simply can't keep up working around new

*** bugs or gratituous incompatibilities, and in turn you might suffer from

*** unanticipated problems.

***

*** Therefore I have introduced a support and compatibility check, the results

*** of which follow below, together with a FAQ and some recommendations.

***

*** This check is just to let you know that there might be a risk, so you can

*** make judgement calls on how to proceed - it will not keep the module from

*** installing or working.

***

*** The stability canary says: (nothing, it was driven away by harsh weather)

***

*** It seems you are running perl version 5.034000, likely the "official" or

*** "standard" version. While there is nothing wrong with doing that,

*** standard perl versions 5.022 and up are not supported by EV.

*** While this might be fatal, it might also be all right - if you run into

*** problems, you might want to downgrade your perl or switch to the

*** stability branch.

***

*** If everything works fine, you can ignore this message.

***

***

*** Stability canary mini-FAQ:

***

*** Do I need to do anything?

***    With luck, no. While some distributions are known to fail

***    already, most should probably work. This message is here

***    to alert you that your perl is not supported by EV,

***    and if things go wrong, you either need to downgrade, or

***    sidegrade to the stability variant of your perl version,

***    or simply live with the consequences.

***

*** What is this canary thing?

***    It's purpose is to check support status of EV with

***    respect to your perl version.

***

*** What is this "stability branch"?

***    It's a branch or fork of the official perl, by schmorp, to

***    improve stability and compatibility with existing modules.

***

*** How can I skip this prompt on automated installs?

***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.

***    More info is in the Canary::Stability manpage.

***

*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html

*** Stability Branch homepage: http://stableperl.schmorp.de/

***

Continue anyways?  [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Welcome to EV configuration. If you are in a hurry, just press return here

and hope for the best. The defaults should usually do.

Skip further questions and use defaults (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

POSIX optionally offers support for a monotonic clock source. EV

can take advantage of this clock source to detect time jumps more

reliably. Unfortunately, some systems are bound to be broken, so you can

disable this here: you can completely disable the detection and use of

the monotonic clock by answering 'n' here. Support for this clock type

will otherwise be autodetected at both compile- and runtime. (this setting

currently affects the use of nanosleep over select as well).

Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

POSIX optionally offers support for a (potentially) high-resolution

realtime clock interface. In a good implementation, using it is faster

than the normal method of using gettimeofday. Unfortunately, this option

is also bound to be broken on some systems, and current EV versions do not

actually call gettimeofday very often, so it defaults to no.

Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

EV can use various backends with various portability issues. The select

backend is the most portable and makes for a good fallback, but it can be

limited to a low number of file descriptors and/or might not compile. If

you have problems with compiling ev_select.c, you might try to play around

with disabling it here, or forcing it to use the fd_set provided by your

OS, via the next question. I highly recommend keeping it in.

Enable select backend (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

The select backend can operate in two modes. One uses the system-provided

fd_set and is usually limited to 1024 file descriptors (64 on windows),

the other requires your header files to define NFDBITS and declare a

suitable fd_mask type. If you run into problems compiling ev_select.c, you

can try forcing the use of the system fd_set here.

Force use of system fd_set for select backend (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

The second very portable backend is poll(2). It does not exist on windows

and various versions of Mac OS X (and on the other versions it simply

doesn't work), but works basically everywhere else. It is recommended to use

the default here unless you run into compilation problems in ev_poll.c.

Enable poll backend (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Select and poll make it hard to write efficient servers, especially if the

number of active connections is much lower than the watched ones. GNU/Linux

systems have a more scalable method called "epoll", which EV can use. For

this to work, both your kernel and glibc have to support epoll, but if you

can compile it, the detection will be done at runtime, and EV will safely

fall back to using select when epoll isn't available. If unsure, accept

the default.

Enable epoll backend (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Linux 4.18 introduced another event polling interface, this time using

the Linux AIO API. While this API is far superior to epoll and almost

rivals kqueue, it also suffers from the same issues as kqueue typically

does: only a subset of file types are supported (as of 4.19, I have seen

eventfd, pipes, sockets files and some devices, but no ttys). It also

is subject arbitrary system-wide limits imposed on it. Therefore, this

backend is not used by default, even when it is compiled in, and you have

to request it explicitly, e.g. with LIBEV_FLAGS=64. If unsure, accept the

default.

Enable linux aio backend (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

The previously mentioned Linux AIO backend is experimental and will not

be used unless requested explicitly. You can, howeer, choose to make ti a

recommended basckend, which means it will be chosen if available even when

not explicitly asked for, in preference to epoll on GNU/Linux. This option

is likely temporary. When unsure, accept the default.

Treat linux aio as a recommended backend (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Linux 4.19 introduced another event polling interface, "io_uring". While

this API is far superior to epoll and almost rivals linuxaio, it also

suffers from the same issues as kqueue typically does: only a subset of

file types are supported (as of 5.2). It is also very buggy still, and

most importantly, very very slow for most workloads.  Therefore, this

backend is not used by default, even when it is compiled in, and you have

to request it explicitly, e.g. with LIBEV_FLAGS=128. If unsure, accept the

default.

Enable linux io_uring backend (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

The previously mentioned Linux io_uring is experimental and will not be

used unless requested explicitly. You can, howeer, choose to make ti a

recommended basckend, which means it will be chosen if available even when

not explicitly asked for, in preference to epoll on GNU/Linux. This option

is likely temporary. When unsure, accept the default.

Treat io_uring as a recommended backend (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

EV can take advantage of kqueue on many BSD systems. Support for kqueue

will be detected at runtime, with a safe fallback to other methods when it

cannot be used.

Note that kqueue is subtly broken on most operating systems, so by default

it won't be used on many platforms, but you can still create your own

event loop with kqueue backend if you ask specifically for it.

Here is what we know:

NetBSD:  partially working in at least 3.1 and later. Yeah! :)

FreeBSD: broken on at least 6.2-STABLE, spotty in later versions,

         sockets *likely* work, ptys definitely don't.

OpenBSD: reports indicate that it likely doesn't work

         (similar problems as on FreeBSD).

OS X:    completely, utterly broken on at least <= 10.6.

Enable kqueue backend (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Similarly to the kqueue backend above, EV can take advantage of the

solaris 10 event port interface. Support for event ports will be detected

at runtime, with a safe fallback to other methods when it cannot be used.

Enable event port backend (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

EV needs the functions pthread_atfork and clock_gettime. On most systems

you need some special libraries for this (such as -lrt and -lpthread). You

can specify additional libraries to provide these calls (and any other

required by EV) now, or accept the default.

On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function

to avoid the dependency on libpthread, and directly uses the clock_gettime

syscall to avoid a dependency on librt.

Extra libraries for pthread_atfork and clock_gettime? [ ]  

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

A backend of a different kind is the Linux inotify(7) interface, which can

be used to speed up (and reduce resource consumption) of stat watchers. If

you have the include file and libc support for it, it is usually a good

idea to enable it, as kernel availability is detected at runtime.

Enable inotify support (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Another useful bit of functionality is the Linux eventfd, which is useful

for faster signal handling (don't care) and intra-thread communications

(more relevant). Kernel support for this will be probed at runtime, but

your libc must contain the necessary wrapper. Glibc 2.7 and later should

have this wrapper.

Enable linux eventfd support (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Another sometimes useful bit of functionality is the Linux signalfd, which

is useful for faster signal handling (don't care). Kernel support for

this will be probed at runtime, but your libc must contain the necessary

wrapper. Glibc 2.7 and later should have this wrapper.

Enable linux signalfd support (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Linux kernels can notify userspace about realtime clock timejumps

using timerfd. Libev by default will try to take advantage of this if

possible. You can completely disable the detection and use of timerfd for

this purpose by answering 'n' here. Support for timerfd will otherwise be

autodetected at both compile- and runtime.

Enable optional support for timerfd to detect timejumps (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Libev contains numerous internal assert() invocations to check for

consistency and user errors. These are normally enabled, but most

perl builds disable this error reporting mechanism by default. You

can re-enable these asserts here. Enabling them might help you catch

programming bugs earlier, but might cause a small slowdown. Also, failures

will be reported by aboritng your program, instead of throwing a perl

exception.

If unsure, enable this if you only use this perl installation for

development, and leave it off for use in production environments.

Make sure assertions are enabled? (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Very rarely, people want to tweak EV even more, e.g. to exclude

or include certain watcher types or backends. This can be done by adding

extra -D options here, or via the EV_EXTRA_DEFS environment variable.

For example, if you run into compilation problems because of missing memory

fences (or you just want extra performance), you can tell EV to not support

smp and threads via -DEV_NO_THREADS.

Most people would just press enter.

Any extra -D options? [] 

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for EV

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/EV-4.33.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/EV-4.33.tar.gz

cp libev/ev.h blib/lib/EV/ev.h

cp EV/EVAPI.h blib/lib/EV/EVAPI.h

cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm

cp EV.pm blib/lib/EV.pm

cp libev/ev.pod blib/lib/EV/libev.pod

Running Mkbootstrap for EV ()

chmod 644 "EV.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs blib/arch/auto/EV/EV.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/home/perl/.cpan/build/EV-4.33-0/typemap'  EV.xs > EV.xsc

mv EV.xsc EV.c

x86_64-linux-gnu-gcc -c  -Ilibev -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"4.33\" -DXS_VERSION=\"4.33\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"  -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=1 -DEV_USE_EPOLL=1 -DEV_USE_LINUXAIO=1 -DEV_RECOMMEND_LINUXAIO=0 -DEV_USE_IOURING=1 -DEV_RECOMMEND_IOURING=0 -DEV_USE_KQUEUE=0 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=1 -DEV_USE_EVENTFD=1 -DEV_USE_SIGNALFD=1  EV.c

In file included from EV.xs:50:

libev/ev.c: In function ‘evpipe_write’:

libev/ev.c:2805:11: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

 2805 |           write (evpipe [1], &counter, sizeof (uint64_t));

      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

libev/ev.c:2817:11: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

 2817 |           write (evpipe [1], &(evpipe [1]), 1);

      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

libev/ev.c: In function ‘pipecb’:

libev/ev.c:2838:11: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

 2838 |           read (evpipe [1], &counter, sizeof (uint64_t));

      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

libev/ev.c:2852:11: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

 2852 |           read (evpipe [0], &dummy, sizeof (dummy));

      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

rm -f blib/arch/auto/EV/EV.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  EV.o  -o blib/arch/auto/EV/EV.so  \

      \

chmod 755 blib/arch/auto/EV/EV.so

Manifying 3 pod documents

  MLEHMANN/EV-4.33.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/EV-4.33.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs blib/arch/auto/EV/EV.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t ........ ok   

t/01_timer.t ....... ok         

t/02_once.t ........ ok     

t/03_keepalive.t ... ok   

t/04_stat.t ........ ok     

t/05_priority.t .... ok   

t/06_loop_once.t ... ok   

t/07_loop_timer.t .. ok       

t/08_async.t ....... ok     

t/09_brandon.t ..... ok     

t/11_signal.t ...... ok     

All tests successful.

Files=11, Tests=6875,  6 wallclock secs ( 0.74 usr  0.02 sys +  0.42 cusr  0.06 csys =  1.24 CPU)

Result: PASS

  MLEHMANN/EV-4.33.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/EV-4.33.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs blib/arch/auto/EV/EV.bs 644

Manifying 3 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/EV/EV.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/EV.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/EV/MakeMaker.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/EV/ev.h

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/EV/EVAPI.h

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/EV/libev.pod

Installing /usr/local/man/man3/EV::MakeMaker.3pm

Installing /usr/local/man/man3/EV::libev.3pm

Installing /usr/local/man/man3/EV.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/EV-4.33.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Async::Interrupt'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/Async-Interrupt-1.26.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/Async-Interrupt-1.26.tar.gz ok

Configuring M/ML/MLEHMANN/Async-Interrupt-1.26.tar.gz with Makefile.PL

***

*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK

*** =================================================

***

*** Hi!

***

*** I do my best to provide predictable and reliable software.

***

*** However, in recent releases, P5P (who maintain perl) have been

*** introducing regressions that are sometimes subtle and at other times

*** catastrophic, often for personal preferences with little or no concern

*** for existing code, most notably CPAN.

***

*** For this reason, it has become very hard for me to maintain the level

*** of reliability and support I have committed myself to in the past, at

*** least with some perl versions: I simply can't keep up working around new

*** bugs or gratituous incompatibilities, and in turn you might suffer from

*** unanticipated problems.

***

*** Therefore I have introduced a support and compatibility check, the results

*** of which follow below, together with a FAQ and some recommendations.

***

*** This check is just to let you know that there might be a risk, so you can

*** make judgement calls on how to proceed - it will not keep the module from

*** installing or working.

***

*** The stability canary says: (nothing, it was driven away by harsh weather)

***

*** It seems you are running perl version 5.034000, likely the "official" or

*** "standard" version. While there is nothing wrong with doing that,

*** standard perl versions 5.022 and up are not supported by Async::Interrupt.

*** While this might be fatal, it might also be all right - if you run into

*** problems, you might want to downgrade your perl or switch to the

*** stability branch.

***

*** If everything works fine, you can ignore this message.

***

***

*** Stability canary mini-FAQ:

***

*** Do I need to do anything?

***    With luck, no. While some distributions are known to fail

***    already, most should probably work. This message is here

***    to alert you that your perl is not supported by Async::Interrupt,

***    and if things go wrong, you either need to downgrade, or

***    sidegrade to the stability variant of your perl version,

***    or simply live with the consequences.

***

*** What is this canary thing?

***    It's purpose is to check support status of Async::Interrupt with

***    respect to your perl version.

***

*** What is this "stability branch"?

***    It's a branch or fork of the official perl, by schmorp, to

***    improve stability and compatibility with existing modules.

***

*** How can I skip this prompt on automated installs?

***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.

***    More info is in the Canary::Stability manpage.

***

*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html

*** Stability Branch homepage: http://stableperl.schmorp.de/

***

Continue anyways?  [y] y

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Async::Interrupt

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/Async-Interrupt-1.26.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/Async-Interrupt-1.26.tar.gz

cp Interrupt.pm blib/lib/Async/Interrupt.pm

Running Mkbootstrap for Interrupt ()

chmod 644 "Interrupt.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/home/perl/.cpan/build/Async-Interrupt-1.26-0/typemap'  Interrupt.xs > Interrupt.xsc

Warning: Aliases 'fileno_r' and 'fileno' have identical values in Interrupt.xs, line 515

mv Interrupt.xsc Interrupt.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   Interrupt.c

In file included from Interrupt.xs:8:

schmorp.h: In function ‘s_epipe_signal’:

schmorp.h:452:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

  452 |     write (epp->fd [1], &counter, (epp->len = 8));

      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

schmorp.h: In function ‘s_epipe_drain’:

schmorp.h:465:3: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

  465 |   read (epp->fd [0], buf, sizeof (buf));

      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

rm -f blib/arch/auto/Async/Interrupt/Interrupt.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  Interrupt.o  -o blib/arch/auto/Async/Interrupt/Interrupt.so  \

      \

chmod 755 blib/arch/auto/Async/Interrupt/Interrupt.so

Manifying 1 pod document

  MLEHMANN/Async-Interrupt-1.26.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/Async-Interrupt-1.26.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t .... ok   

t/01_basic.t ... ok     

t/02_pipe.t .... ok     

t/03_signal.t .. ok   

t/04_apipe.t ... ok     

t/05_var.t ..... ok   

t/06_epipe.t ... ok   

All tests successful.

Files=7, Tests=61,  0 wallclock secs ( 0.06 usr  0.02 sys +  0.11 cusr  0.02 csys =  0.21 CPU)

Result: PASS

  MLEHMANN/Async-Interrupt-1.26.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/Async-Interrupt-1.26.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644

Manifying 1 pod document

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Async/Interrupt/Interrupt.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Async/Interrupt.pm

Installing /usr/local/man/man3/Async::Interrupt.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/Async-Interrupt-1.26.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'AnyEvent::AIO'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-1.1.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-1.1.tar.gz ok

The content of '/home/perl/.cpan/build/AnyEvent-AIO-1.1-0/META.yml' is not a HASH reference. Cannot use it.

The content of '/home/perl/.cpan/build/AnyEvent-AIO-1.1-0/META.yml' is not a HASH reference. Cannot use it.

Configuring M/ML/MLEHMANN/AnyEvent-AIO-1.1.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite IO::AIO 3 not found.

Generating a Unix-style Makefile

Writing Makefile for AnyEvent::AIO

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/AnyEvent-AIO-1.1.tar.gz

The content of '/home/perl/.cpan/build/AnyEvent-AIO-1.1-0/META.yml' is not a HASH reference. Cannot use it.

---- Unsatisfied dependencies detected during ----

----     MLEHMANN/AnyEvent-AIO-1.1.tar.gz     ----

    IO::AIO [requires]

Running install for module 'IO::AIO'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/IO-AIO-4.76.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/IO-AIO-4.76.tar.gz ok

Configuring M/ML/MLEHMANN/IO-AIO-4.76.tar.gz with Makefile.PL

***

*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK

*** =================================================

***

*** Hi!

***

*** I do my best to provide predictable and reliable software.

***

*** However, in recent releases, P5P (who maintain perl) have been

*** introducing regressions that are sometimes subtle and at other times

*** catastrophic, often for personal preferences with little or no concern

*** for existing code, most notably CPAN.

***

*** For this reason, it has become very hard for me to maintain the level

*** of reliability and support I have committed myself to in the past, at

*** least with some perl versions: I simply can't keep up working around new

*** bugs or gratituous incompatibilities, and in turn you might suffer from

*** unanticipated problems.

***

*** Therefore I have introduced a support and compatibility check, the results

*** of which follow below, together with a FAQ and some recommendations.

***

*** This check is just to let you know that there might be a risk, so you can

*** make judgement calls on how to proceed - it will not keep the module from

*** installing or working.

***

*** The stability canary says: (nothing, it was driven away by harsh weather)

***

*** It seems you are running perl version 5.034000, likely the "official" or

*** "standard" version. While there is nothing wrong with doing that,

*** standard perl versions 5.022 and up are not supported by IO::AIO.

*** While this might be fatal, it might also be all right - if you run into

*** problems, you might want to downgrade your perl or switch to the

*** stability branch.

***

*** If everything works fine, you can ignore this message.

***

***

*** Stability canary mini-FAQ:

***

*** Do I need to do anything?

***    With luck, no. While some distributions are known to fail

***    already, most should probably work. This message is here

***    to alert you that your perl is not supported by IO::AIO,

***    and if things go wrong, you either need to downgrade, or

***    sidegrade to the stability variant of your perl version,

***    or simply live with the consequences.

***

*** What is this canary thing?

***    It's purpose is to check support status of IO::AIO with

***    respect to your perl version.

***

*** What is this "stability branch"?

***    It's a branch or fork of the official perl, by schmorp, to

***    improve stability and compatibility with existing modules.

***

*** How can I skip this prompt on automated installs?

***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.

***    More info is in the Canary::Stability manpage.

***

*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html

*** Stability Branch homepage: http://stableperl.schmorp.de/

***

Continue anyways?  [y] y

checking for gcc... x86_64-linux-gnu-gcc

checking whether the C compiler works... no

configure: error: in `/home/perl/.cpan/build/IO-AIO-4.76-0':

configure: error: C compiler cannot create executables

See `config.log' for more details

Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]

  MLEHMANN/IO-AIO-4.76.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/AnyEvent-AIO-1.1-0

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  Has already been prepared

Running make for M/ML/MLEHMANN/AnyEvent-AIO-1.1.tar.gz

The content of '/home/perl/.cpan/build/AnyEvent-AIO-1.1-0/META.yml' is not a HASH reference. Cannot use it.

Warning: Prerequisite 'IO::AIO => 3' for 'MLEHMANN/AnyEvent-AIO-1.1.tar.gz' failed when processing 'MLEHMANN/IO-AIO-4.76.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 19712'. Continuing, but chances to succeed are limited.

cp AIO.pm blib/lib/AnyEvent/AIO.pm

Manifying 1 pod document

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/AnyEvent-AIO-1.1.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t .. Can't locate IO/AIO.pm in @INC (you may need to install the IO::AIO module) (@INC contains: /home/perl/.cpan/build/AnyEvent-AIO-1.1-0/blib/lib /home/perl/.cpan/build/AnyEvent-AIO-1.1-0/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl .) at /home/perl/.cpan/build/AnyEvent-AIO-1.1-0/blib/lib/AnyEvent/AIO.pm line 35.

BEGIN failed--compilation aborted at /home/perl/.cpan/build/AnyEvent-AIO-1.1-0/blib/lib/AnyEvent/AIO.pm line 35.

Compilation failed in require at t/00_load.t line 3.

BEGIN failed--compilation aborted at t/00_load.t line 3.

t/00_load.t .. Dubious, test returned 2 (wstat 512, 0x200)

Failed 1/1 subtests 

Test Summary Report

-------------------

t/00_load.t (Wstat: 512 Tests: 1 Failed: 1)

  Failed test:  1

  Non-zero exit status: 2

Files=1, Tests=1,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.02 cusr  0.00 csys =  0.07 CPU)

Result: FAIL

Failed 1/1 test programs. 1/1 subtests failed.

make: *** [Makefile:819: test_dynamic] Fehler 2

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

one dependency not OK (IO::AIO); additionally test harness failed

  /usr/bin/make test -- NOT OK

//hint// to see the cpan-testers results for installing this module, try:

  reports MLEHMANN/AnyEvent-AIO-1.1.tar.gz

Running install for module 'Class::Refresh'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DO/DOY/Class-Refresh-0.07.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/D/DO/DOY/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/D/DO/DOY/Class-Refresh-0.07.tar.gz ok

Configuring D/DO/DOY/Class-Refresh-0.07.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Class::Load 0 not found.

Warning: prerequisite Class::Unload 0 not found.

Warning: prerequisite Devel::OverrideGlobalRequire 0 not found.

Warning: prerequisite Test::Fatal 0 not found.

Warning: prerequisite Test::Requires 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Class::Refresh

Writing MYMETA.yml and MYMETA.json

  DOY/Class-Refresh-0.07.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DO/DOY/Class-Refresh-0.07.tar.gz

---- Unsatisfied dependencies detected during ----

----       DOY/Class-Refresh-0.07.tar.gz      ----

    Class::Load [requires]

    Class::Unload [requires]

    Devel::OverrideGlobalRequire [requires]

    Test::Fatal [build_requires]

    Test::Requires [build_requires]

Running install for module 'Class::Load'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Class-Load-0.25.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Class-Load-0.25.tar.gz ok

Configuring E/ET/ETHER/Class-Load-0.25.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Test::Fatal 0 not found.

Warning: prerequisite Test::Needs 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Class::Load

Writing MYMETA.yml and MYMETA.json

  ETHER/Class-Load-0.25.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Class-Load-0.25.tar.gz

---- Unsatisfied dependencies detected during ----

----       ETHER/Class-Load-0.25.tar.gz       ----

    Test::Fatal [build_requires]

    Test::Needs [build_requires]

Running install for module 'Test::Fatal'

Fetching with LWP:

http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/R/RJ/RJBS/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz ok

Configuring R/RJ/RJBS/Test-Fatal-0.016.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Test::Fatal

Writing MYMETA.yml and MYMETA.json

  RJBS/Test-Fatal-0.016.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for R/RJ/RJBS/Test-Fatal-0.016.tar.gz

cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm

Manifying 1 pod document

  RJBS/Test-Fatal-0.016.tar.gz

  /usr/bin/make -- OK

Running make test for RJBS/Test-Fatal-0.016.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t .. # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module                Want     Have

#     --------------------- ---- --------

#     ExtUtils::MakeMaker    any     7.62

#     File::Spec             any     3.80

#     Test::Builder::Tester  any 1.302183

#     Test::More            0.65 1.302183

#     overload               any     1.33

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module        Want     Have

#     ------------- ---- --------

#     Carp           any     1.52

#     Exporter      5.57     5.76

#     Test::Builder  any 1.302183

#     Try::Tiny     0.07     0.31

#     strict         any     1.12

#     warnings       any     1.51

# 

t/00-report-prereqs.t .. ok   

t/basic.t .............. ok   

t/like-exception.t ..... ok   

t/todo.t ............... ok   

All tests successful.

Files=4, Tests=18,  1 wallclock secs ( 0.05 usr  0.01 sys +  0.77 cusr  0.07 csys =  0.90 CPU)

Result: PASS

  RJBS/Test-Fatal-0.016.tar.gz

  /usr/bin/make test -- OK

Running make install for RJBS/Test-Fatal-0.016.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Test/Fatal.pm

Installing /usr/local/man/man3/Test::Fatal.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  RJBS/Test-Fatal-0.016.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Test::Needs'

Fetching with LWP:

http://www.cpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002009.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/H/HA/HAARG/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/H/HA/HAARG/Test-Needs-0.002009.tar.gz ok

Configuring H/HA/HAARG/Test-Needs-0.002009.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Test::Needs

Writing MYMETA.yml and MYMETA.json

  HAARG/Test-Needs-0.002009.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for H/HA/HAARG/Test-Needs-0.002009.tar.gz

cp lib/Test/Needs.pm blib/lib/Test/Needs.pm

Manifying 1 pod document

  HAARG/Test-Needs-0.002009.tar.gz

  /usr/bin/make -- OK

Running make test for HAARG/Test-Needs-0.002009.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/basic.t ........... ok       

t/find_missing.t .... ok     

t/numify_version.t .. ok     

All tests successful.

Files=3, Tests=173,  6 wallclock secs ( 0.07 usr  0.01 sys +  5.25 cusr  0.65 csys =  5.98 CPU)

Result: PASS

  HAARG/Test-Needs-0.002009.tar.gz

  /usr/bin/make test -- OK

Running make install for HAARG/Test-Needs-0.002009.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Test/Needs.pm

Installing /usr/local/man/man3/Test::Needs.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  HAARG/Test-Needs-0.002009.tar.gz

  sudo /usr/bin/make install  -- OK

  ETHER/Class-Load-0.25.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Class-Load-0.25-0

  ETHER/Class-Load-0.25.tar.gz

  Has already been prepared

Running make for E/ET/ETHER/Class-Load-0.25.tar.gz

cp lib/Class/Load.pm blib/lib/Class/Load.pm

cp lib/Class/Load/PP.pm blib/lib/Class/Load/PP.pm

Manifying 1 pod document

  ETHER/Class-Load-0.25.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Class-Load-0.25.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t ........... # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Configure Suggests ===

# 

#     Module      Want Have

#     -------- ------- ----

#     JSON::PP 2.27300 4.06

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module              Want     Have

#     ------------------- ---- --------

#     ExtUtils::MakeMaker  any     7.62

#     File::Spec           any     3.80

#     Test::Fatal          any    0.016

#     Test::More          0.88 1.302183

#     Test::Needs          any 0.002009

#     constant             any     1.33

#     lib                  any     0.65

#     version              any   0.9928

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module                  Want  Have

#     ---------------------- ----- -----

#     Carp                     any  1.52

#     Data::OptList          0.110 0.112

#     Exporter                 any  5.76

#     Module::Implementation  0.04  0.09

#     Module::Runtime        0.012 0.016

#     Package::Stash          0.14  0.39

#     Scalar::Util             any  1.55

#     Try::Tiny                any  0.31

#     base                     any  2.27

#     strict                   any  1.12

#     warnings                 any  1.51

# 

# === Other Modules ===

# 

#     Module       Have

#     --------- -------

#     Encode       3.08

#     JSON::PP     4.06

#     Sub::Name    0.26

#     YAML      missing

#     autodie      2.34

# 

t/00-report-prereqs.t ........... ok   

t/000-load.t .................... 1/? # Using PP implementation

t/000-load.t .................... ok   

t/001-is-class-loaded.t ......... ok    

t/002-try-load-class.t .......... ok    

t/003-load-class.t .............. ok    

t/004-load-double.t ............. ok   

t/005-load-optional.t ........... ok   

t/006-returned-error.t .......... ok    

t/007-first-existing.t .......... ok    

t/008-gvstash-bug.t ............. ok   

t/009-invalid-module-name.t ..... ok   

t/010-isa-false-positive.t ...... ok   

t/011-without-xs.t .............. skipped: Need Test::Without::Module

t/012-without-implementation.t .. skipped: Need Test::Without::Module

t/013-errors.t .................. ok    

t/014-weird-constants.t ......... ok   

All tests successful.

Files=16, Tests=125,  3 wallclock secs ( 0.10 usr  0.01 sys +  2.55 cusr  0.26 csys =  2.92 CPU)

Result: PASS

  ETHER/Class-Load-0.25.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Class-Load-0.25.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Class/Load.pm

Installing /usr/local/share/perl/5.34.0/Class/Load/PP.pm

Installing /usr/local/man/man3/Class::Load.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Class-Load-0.25.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Class::Unload'

Fetching with LWP:

http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-0.11.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/I/IL/ILMARI/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/I/IL/ILMARI/Class-Unload-0.11.tar.gz ok

Configuring I/IL/ILMARI/Class-Unload-0.11.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Class::Inspector 0 not found.

Warning: prerequisite Test::Requires 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Class::Unload

Writing MYMETA.yml and MYMETA.json

  ILMARI/Class-Unload-0.11.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for I/IL/ILMARI/Class-Unload-0.11.tar.gz

---- Unsatisfied dependencies detected during ----

----      ILMARI/Class-Unload-0.11.tar.gz     ----

    Class::Inspector [requires]

    Test::Requires [build_requires]

Running install for module 'Class::Inspector'

Fetching with LWP:

http://www.cpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/P/PL/PLICEASE/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz ok

Configuring P/PL/PLICEASE/Class-Inspector-1.36.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Class::Inspector

Writing MYMETA.yml and MYMETA.json

  PLICEASE/Class-Inspector-1.36.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for P/PL/PLICEASE/Class-Inspector-1.36.tar.gz

cp lib/Class/Inspector/Functions.pm blib/lib/Class/Inspector/Functions.pm

cp lib/Class/Inspector.pm blib/lib/Class/Inspector.pm

Manifying 2 pod documents

  PLICEASE/Class-Inspector-1.36.tar.gz

  /usr/bin/make -- OK

Running make test for PLICEASE/Class-Inspector-1.36.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_diag.t ........................ 1/1 # 

# 

# 

# HARNESS_ACTIVE=1

# HARNESS_VERSION=3.43

# LANG=de_DE.UTF-8

# PERL5LIB=/home/perl/.cpan/build/Class-Inspector-1.36-0/blib/lib:/home/perl/.cpan/build/Class-Inspector-1.36-0/blib/arch:

# PERL5OPT=

# PERL5_CPANPLUS_IS_RUNNING=3626

# PERL5_CPAN_IS_RUNNING=3626

# PERL_DL_NONLAZY=1

# PERL_MM_USE_DEFAULT=1

# PERL_USE_UNSAFE_INC=1

# SHELL=/bin/bash

# 

# 

# 

# PERL5LIB path

# /home/perl/.cpan/build/Class-Inspector-1.36-0/blib/lib

# /home/perl/.cpan/build/Class-Inspector-1.36-0/blib/arch

# 

# 

# 

# perl                5.034000

# ExtUtils::MakeMaker 7.62

# File::Spec          3.80

# Test::More          1.302183

# 

# 

# 

t/00_diag.t ........................ ok   

t/01_use.t ......................... ok   

t/class_inspector.t ................ ok     

t/class_inspector__devel_hide.t .... skipped: test requires Devel::Hide

t/class_inspector__inc_to_local.t .. ok   

t/class_inspector_functions.t ...... ok     

All tests successful.

Files=6, Tests=86,  1 wallclock secs ( 0.06 usr  0.01 sys +  0.96 cusr  0.09 csys =  1.12 CPU)

Result: PASS

  PLICEASE/Class-Inspector-1.36.tar.gz

  /usr/bin/make test -- OK

Running make install for PLICEASE/Class-Inspector-1.36.tar.gz

Manifying 2 pod documents

Installing /usr/local/share/perl/5.34.0/Class/Inspector.pm

Installing /usr/local/share/perl/5.34.0/Class/Inspector/Functions.pm

Installing /usr/local/man/man3/Class::Inspector::Functions.3pm

Installing /usr/local/man/man3/Class::Inspector.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  PLICEASE/Class-Inspector-1.36.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Test::Requires'

Fetching with LWP:

http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/T/TO/TOKUHIROM/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz ok

Configuring T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Test::Requires

Writing MYMETA.yml and MYMETA.json

  TOKUHIROM/Test-Requires-0.11.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz

cp lib/Test/Requires.pm blib/lib/Test/Requires.pm

Manifying 1 pod document

  TOKUHIROM/Test-Requires-0.11.tar.gz

  /usr/bin/make -- OK

Running make test for TOKUHIROM/Test-Requires-0.11.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_compile.t ......... 1/1 # Test::More: 1.302183

t/00_compile.t ......... ok   

t/01_simple.t .......... ok     

t/02_no_plan.t ......... ok   

t/03_import_hashref.t .. skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found

t/04_import_array.t .... skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found

t/05_success.t ......... ok   

t/06_perlver.t ......... ok   

All tests successful.

Files=7, Tests=15,  1 wallclock secs ( 0.06 usr  0.01 sys +  0.85 cusr  0.09 csys =  1.01 CPU)

Result: PASS

  TOKUHIROM/Test-Requires-0.11.tar.gz

  /usr/bin/make test -- OK

Running make install for TOKUHIROM/Test-Requires-0.11.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Test/Requires.pm

Installing /usr/local/man/man3/Test::Requires.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  TOKUHIROM/Test-Requires-0.11.tar.gz

  sudo /usr/bin/make install  -- OK

  ILMARI/Class-Unload-0.11.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Class-Unload-0.11-0

  ILMARI/Class-Unload-0.11.tar.gz

  Has already been prepared

Running make for I/IL/ILMARI/Class-Unload-0.11.tar.gz

cp lib/Class/Unload.pm blib/lib/Class/Unload.pm

Manifying 1 pod document

  ILMARI/Class-Unload-0.11.tar.gz

  /usr/bin/make -- OK

Running make test for ILMARI/Class-Unload-0.11.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-load.t .............. 1/? # Testing Class::Unload 0.11, Perl 5.034000, /usr/bin/perl

t/00-load.t .............. ok   

t/01-unload.t ............ ok    

t/02-inheritance.t ....... ok   

t/03-moose.t ............. skipped: Test requires module 'Moose' but it's not found

t/author-eol.t ........... skipped: these tests are for testing by the author

t/author-no-tabs.t ....... skipped: these tests are for testing by the author

t/author-pod-coverage.t .. skipped: these tests are for testing by the author

t/author-pod-syntax.t .... skipped: these tests are for testing by the author

All tests successful.

Files=8, Tests=22,  0 wallclock secs ( 0.05 usr  0.01 sys +  0.51 cusr  0.04 csys =  0.61 CPU)

Result: PASS

  ILMARI/Class-Unload-0.11.tar.gz

  /usr/bin/make test -- OK

Running make install for ILMARI/Class-Unload-0.11.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Class/Unload.pm

Installing /usr/local/man/man3/Class::Unload.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ILMARI/Class-Unload-0.11.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Devel::OverrideGlobalRequire'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/D/DA/DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz ok

Configuring D/DA/DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Devel::OverrideGlobalRequire

Writing MYMETA.yml and MYMETA.json

  DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DA/DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

cp lib/Devel/OverrideGlobalRequire.pm blib/lib/Devel/OverrideGlobalRequire.pm

Manifying 1 pod document

  DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

  /usr/bin/make -- OK

Running make test for DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-compile.t ......... ok   

t/00-report-prereqs.t .. # Prerequisite Report:

#    Version Module               

#   -------- ---------------------

#       7.62 ExtUtils::MakeMaker  

#       1.39 File::Find           

#       3.80 File::Spec::Functions

#     0.2311 File::Temp           

#       1.55 List::Util           

#   1.302183 Test::More           

#       1.12 strict               

#       1.51 warnings             

t/00-report-prereqs.t .. ok   

All tests successful.

Files=2, Tests=2,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.49 cusr  0.04 csys =  0.57 CPU)

Result: PASS

  DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

  /usr/bin/make test -- OK

Running make install for DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Devel/OverrideGlobalRequire.pm

Installing /usr/local/man/man3/Devel::OverrideGlobalRequire.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DAGOLDEN/Devel-OverrideGlobalRequire-0.001.tar.gz

  sudo /usr/bin/make install  -- OK

  DOY/Class-Refresh-0.07.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Class-Refresh-0.07-0

  DOY/Class-Refresh-0.07.tar.gz

  Has already been prepared

Running make for D/DO/DOY/Class-Refresh-0.07.tar.gz

cp lib/Class/Refresh.pm blib/lib/Class/Refresh.pm

Manifying 1 pod document

  DOY/Class-Refresh-0.07.tar.gz

  /usr/bin/make -- OK

Running make test for DOY/Class-Refresh-0.07.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-compile.t ......... ok   

t/basic.t .............. ok    

t/compile-error.t ...... skipped: Test requires module 'Moose' but it's not found

t/moose-basic.t ........ skipped: Test requires module 'Moose' but it's not found

t/moose-late-load.t .... skipped: Test requires module 'Moose' but it's not found

t/moose-metaclasses.t .. skipped: Test requires module 'Moose' but it's not found

t/moose-roles.t ........ skipped: Test requires module 'Moose' but it's not found

t/moose-subclasses.t ... skipped: Test requires module 'Moose' but it's not found

t/new-modules.t ........ ok   

t/other-api.t .......... skipped: Test requires module 'Moose' but it's not found

All tests successful.

Files=10, Tests=22,  7 wallclock secs ( 0.07 usr  0.01 sys +  1.48 cusr  0.13 csys =  1.69 CPU)

Result: PASS

  DOY/Class-Refresh-0.07.tar.gz

  /usr/bin/make test -- OK

Running make install for DOY/Class-Refresh-0.07.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Class/Refresh.pm

Installing /usr/local/man/man3/Class::Refresh.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DOY/Class-Refresh-0.07.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Compiler::Lexer'

Fetching with LWP:

http://www.cpan.org/authors/id/G/GO/GOCCY/Compiler-Lexer-0.23.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/G/GO/GOCCY/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/G/GO/GOCCY/Compiler-Lexer-0.23.tar.gz ok

---- Unsatisfied dependencies detected during ----

----     GOCCY/Compiler-Lexer-0.23.tar.gz     ----

    Module::Build::XSUtil [build_requires]

Running install for module 'Module::Build::XSUtil'

Fetching with LWP:

http://www.cpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/H/HI/HIDEAKIO/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz ok

Configuring H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz with Build.PL

Checking prerequisites...

  requires:

    !  Devel::CheckCompiler is not installed

  test_requires:

    !  Capture::Tiny is not installed

    !  Cwd::Guard is not installed

    !  File::Copy::Recursive::Reduced is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions

of the modules indicated above before proceeding with this installation

Created MYMETA.yml and MYMETA.json

Creating new 'Build' script for 'Module-Build-XSUtil' version '0.19'

  HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

  /usr/bin/perl Build.PL --installdirs site -- OK

Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

---- Unsatisfied dependencies detected during ----

---- HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz ----

    Capture::Tiny [build_requires]

    Cwd::Guard [build_requires]

    Devel::CheckCompiler [requires]

    File::Copy::Recursive::Reduced [build_requires]

Running install for module 'Capture::Tiny'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz ok

Configuring D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Capture::Tiny

Writing MYMETA.yml and MYMETA.json

  DAGOLDEN/Capture-Tiny-0.48.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz

cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm

Manifying 1 pod document

  DAGOLDEN/Capture-Tiny-0.48.tar.gz

  /usr/bin/make -- OK

Running make test for DAGOLDEN/Capture-Tiny-0.48.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t ...... # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker 6.17 7.62

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module              Want     Have

#     ------------------- ---- --------

#     ExtUtils::MakeMaker  any     7.62

#     File::Spec           any     3.80

#     IO::File             any     1.46

#     Test::More          0.62 1.302183

#     lib                  any     0.65

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module       Want   Have

#     ------------ ---- ------

#     Carp          any   1.52

#     Exporter      any   5.76

#     File::Spec    any   3.80

#     File::Temp    any 0.2311

#     IO::Handle    any   1.46

#     Scalar::Util  any   1.55

#     strict        any   1.12

#     warnings      any   1.51

# 

t/00-report-prereqs.t ...... ok   

t/01-Capture-Tiny.t ........ ok     

t/02-capture.t ............. ok     

t/03-tee.t ................. ok     

t/06-stdout-closed.t ....... ok     

t/07-stderr-closed.t ....... ok     

t/08-stdin-closed.t ........ ok     

t/09-preserve-exit-code.t .. ok   

t/10-stdout-string.t ....... ok     

t/11-stderr-string.t ....... ok     

t/12-stdin-string.t ........ ok     

t/13-stdout-tied.t ......... ok     

t/14-stderr-tied.t ......... ok     

t/15-stdin-tied.t .......... ok     

t/16-catch-errors.t ........ ok   

t/17-pass-results.t ........ ok     

t/18-custom-capture.t ...... ok     

t/19-relayering.t .......... ok   

t/20-stdout-badtie.t ....... ok     

t/21-stderr-badtie.t ....... ok     

t/22-stdin-badtie.t ........ ok     

t/23-all-tied.t ............ ok     

t/24-all-badtied.t ......... ok     

t/25-cap-fork.t ............ ok   

All tests successful.

Files=24, Tests=12005, 52 wallclock secs ( 2.56 usr  0.13 sys + 37.73 cusr 22.44 csys = 62.86 CPU)

Result: PASS

  DAGOLDEN/Capture-Tiny-0.48.tar.gz

  /usr/bin/make test -- OK

Running make install for DAGOLDEN/Capture-Tiny-0.48.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Capture/Tiny.pm

Installing /usr/local/man/man3/Capture::Tiny.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DAGOLDEN/Capture-Tiny-0.48.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Cwd::Guard'

Fetching with LWP:

http://www.cpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/K/KA/KAZEBURO/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz ok

Configuring K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz with Build.PL
Ruboninov commented 2 years ago
Created MYMETA.yml and MYMETA.json

Creating new 'Build' script for 'Cwd-Guard' version '0.05'

cp META.json MYMETA.json

cp META.yml MYMETA.yml

  KAZEBURO/Cwd-Guard-0.05.tar.gz

  /usr/bin/perl Build.PL --installdirs site -- OK

Running Build for K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz

Building Cwd-Guard

  KAZEBURO/Cwd-Guard-0.05.tar.gz

  ./Build -- OK

Running Build test for KAZEBURO/Cwd-Guard-0.05.tar.gz

t/00_compile.t .. ok   

t/01_basic.t .... ok   

t/02_renamed.t .. skipped: Test requires module 'File::Spec::Link' but it's not found

All tests successful.

Files=3, Tests=6,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.40 cusr  0.05 csys =  0.49 CPU)

Result: PASS

  KAZEBURO/Cwd-Guard-0.05.tar.gz

  ./Build test -- OK

Running Build install for KAZEBURO/Cwd-Guard-0.05.tar.gz

Building Cwd-Guard

Installing /usr/local/share/perl/5.34.0/Cwd/Guard.pm

Installing /usr/local/man/man3/Cwd::Guard.3pm

  KAZEBURO/Cwd-Guard-0.05.tar.gz

  sudo ./Build install  -- OK

Running install for module 'Devel::CheckCompiler'

Fetching with LWP:

http://www.cpan.org/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/S/SY/SYOHEX/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz ok

---- Unsatisfied dependencies detected during ----

----  SYOHEX/Devel-CheckCompiler-0.07.tar.gz  ----

    Module::Build::Tiny [build_requires]

Running install for module 'Module::Build::Tiny'

Fetching with LWP:

http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/L/LE/LEONT/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ok

---- Unsatisfied dependencies detected during ----

----   LEONT/Module-Build-Tiny-0.039.tar.gz   ----

    ExtUtils::Config [build_requires]

    ExtUtils::Helpers [build_requires]

    ExtUtils::InstallPaths [build_requires]

Running install for module 'ExtUtils::Config'

Fetching with LWP:

http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ok

Configuring L/LE/LEONT/ExtUtils-Config-0.008.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for ExtUtils::Config

Writing MYMETA.yml and MYMETA.json

  LEONT/ExtUtils-Config-0.008.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for L/LE/LEONT/ExtUtils-Config-0.008.tar.gz

cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm

Manifying 1 pod document

  LEONT/ExtUtils-Config-0.008.tar.gz

  /usr/bin/make -- OK

Running make test for LEONT/ExtUtils-Config-0.008.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-compile.t ............ ok   

t/basics.t ................ ok   

t/release-pod-coverage.t .. skipped: these tests are for release candidate testing

t/release-pod-syntax.t .... skipped: these tests are for release candidate testing

All tests successful.

Files=4, Tests=9,  1 wallclock secs ( 0.05 usr  0.00 sys +  0.57 cusr  0.10 csys =  0.72 CPU)

Result: PASS

  LEONT/ExtUtils-Config-0.008.tar.gz

  /usr/bin/make test -- OK

Running make install for LEONT/ExtUtils-Config-0.008.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/ExtUtils/Config.pm

Installing /usr/local/man/man3/ExtUtils::Config.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  LEONT/ExtUtils-Config-0.008.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'ExtUtils::Helpers'

Fetching with LWP:

http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz ok

Configuring L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for ExtUtils::Helpers

Writing MYMETA.yml and MYMETA.json

  LEONT/ExtUtils-Helpers-0.026.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz

cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm

cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm

cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm

cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm

Manifying 4 pod documents

  LEONT/ExtUtils-Helpers-0.026.tar.gz

  /usr/bin/make -- OK

Running make test for LEONT/ExtUtils-Helpers-0.026.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/make_executable.t ... ok   

t/man_pagename.t ...... ok   

t/split_like_shell.t .. ok     

t/tilde.t ............. ok   

All tests successful.

Files=4, Tests=30,  1 wallclock secs ( 0.05 usr  0.01 sys +  0.53 cusr  0.10 csys =  0.69 CPU)

Result: PASS

  LEONT/ExtUtils-Helpers-0.026.tar.gz

  /usr/bin/make test -- OK

Running make install for LEONT/ExtUtils-Helpers-0.026.tar.gz

Manifying 4 pod documents

Installing /usr/local/share/perl/5.34.0/ExtUtils/Helpers.pm

Installing /usr/local/share/perl/5.34.0/ExtUtils/Helpers/Unix.pm

Installing /usr/local/share/perl/5.34.0/ExtUtils/Helpers/VMS.pm

Installing /usr/local/share/perl/5.34.0/ExtUtils/Helpers/Windows.pm

Installing /usr/local/man/man3/ExtUtils::Helpers.3pm

Installing /usr/local/man/man3/ExtUtils::Helpers::Unix.3pm

Installing /usr/local/man/man3/ExtUtils::Helpers::Windows.3pm

Installing /usr/local/man/man3/ExtUtils::Helpers::VMS.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  LEONT/ExtUtils-Helpers-0.026.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'ExtUtils::InstallPaths'

Fetching with LWP:

http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz ok

Configuring L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for ExtUtils::InstallPaths

Writing MYMETA.yml and MYMETA.json

  LEONT/ExtUtils-InstallPaths-0.012.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz

cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm

Manifying 1 pod document

  LEONT/ExtUtils-InstallPaths-0.012.tar.gz

  /usr/bin/make -- OK

Running make test for LEONT/ExtUtils-InstallPaths-0.012.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/destinations.t .. ok       

All tests successful.

Files=1, Tests=111,  0 wallclock secs ( 0.05 usr  0.01 sys +  0.21 cusr  0.03 csys =  0.30 CPU)

Result: PASS

  LEONT/ExtUtils-InstallPaths-0.012.tar.gz

  /usr/bin/make test -- OK

Running make install for LEONT/ExtUtils-InstallPaths-0.012.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/ExtUtils/InstallPaths.pm

Installing /usr/local/man/man3/ExtUtils::InstallPaths.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  LEONT/ExtUtils-InstallPaths-0.012.tar.gz

  sudo /usr/bin/make install  -- OK

  LEONT/Module-Build-Tiny-0.039.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Module-Build-Tiny-0.039-0

Configuring L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz with Build.PL

Creating new 'Build' script for 'Module-Build-Tiny' version '0.039'

  LEONT/Module-Build-Tiny-0.039.tar.gz

  /usr/bin/perl Build.PL --installdirs site -- OK

Running Build for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz

cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm

  LEONT/Module-Build-Tiny-0.039.tar.gz

  ./Build -- OK

Running Build test for LEONT/Module-Build-Tiny-0.039.tar.gz

t/00-compile.t .......... ok   

t/release-pod-syntax.t .. skipped: these tests are for release candidate testing

t/simple.t .............. ok    

All tests successful.

Files=3, Tests=26,  4 wallclock secs ( 0.06 usr  0.01 sys +  1.14 cusr  0.23 csys =  1.44 CPU)

Result: PASS

  LEONT/Module-Build-Tiny-0.039.tar.gz

  ./Build test -- OK

Running Build install for LEONT/Module-Build-Tiny-0.039.tar.gz

Installing /usr/local/share/perl/5.34.0/Module/Build/Tiny.pm

Installing /usr/local/man/man3/Module::Build::Tiny.3pm

  LEONT/Module-Build-Tiny-0.039.tar.gz

  sudo ./Build install  -- OK

  SYOHEX/Devel-CheckCompiler-0.07.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Devel-CheckCompiler-0.07-0

Configuring S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz with Build.PL

Creating new 'Build' script for 'Devel-CheckCompiler' version '0.07'

  SYOHEX/Devel-CheckCompiler-0.07.tar.gz

  /usr/bin/perl Build.PL --installdirs site -- OK

Running Build for S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz

cp lib/Devel/AssertC99.pm blib/lib/Devel/AssertC99.pm

cp lib/Devel/CheckCompiler.pm blib/lib/Devel/CheckCompiler.pm

  SYOHEX/Devel-CheckCompiler-0.07.tar.gz

  ./Build -- OK

Running Build test for SYOHEX/Devel-CheckCompiler-0.07.tar.gz

t/00_compile.t ......... ok   

t/assert-c99.t ......... Your system is not support C99(OS unsupported)

t/assert-c99.t ......... ok   

t/check_c99.t .......... ok   

t/check_c99_or_exit.t .. Your system is not support C99(OS unsupported)

t/check_c99_or_exit.t .. ok   

t/executable.t ......... ok   

All tests successful.

Files=5, Tests=10,  2 wallclock secs ( 0.07 usr  0.01 sys +  1.12 cusr  0.07 csys =  1.27 CPU)

Result: PASS

  SYOHEX/Devel-CheckCompiler-0.07.tar.gz

  ./Build test -- OK

Running Build install for SYOHEX/Devel-CheckCompiler-0.07.tar.gz

Installing /usr/local/share/perl/5.34.0/Devel/CheckCompiler.pm

Installing /usr/local/share/perl/5.34.0/Devel/AssertC99.pm

Installing /usr/local/man/man3/Devel::AssertC99.3pm

Installing /usr/local/man/man3/Devel::CheckCompiler.3pm

  SYOHEX/Devel-CheckCompiler-0.07.tar.gz

  sudo ./Build install  -- OK

Running install for module 'File::Copy::Recursive::Reduced'

Fetching with LWP:

http://www.cpan.org/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/J/JK/JKEENAN/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz ok

Configuring J/JK/JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for File::Copy::Recursive::Reduced

Writing MYMETA.yml and MYMETA.json

  JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for J/JK/JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

cp lib/File/Copy/Recursive/Reduced.pm blib/lib/File/Copy/Recursive/Reduced.pm

Manifying 1 pod document

  JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

  /usr/bin/make -- OK

Running make test for JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/001-fcopy.t .... ok     

t/002-dircopy.t .. ok       

t/003-rcopy.t .... ok       

All tests successful.

Files=3, Tests=388,  1 wallclock secs ( 0.09 usr  0.02 sys +  0.73 cusr  0.13 csys =  0.97 CPU)

Result: PASS

  JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

  /usr/bin/make test -- OK

Running make install for JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/File/Copy/Recursive/Reduced.pm

Installing /usr/local/man/man3/File::Copy::Recursive::Reduced.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  JKEENAN/File-Copy-Recursive-Reduced-0.006.tar.gz

  sudo /usr/bin/make install  -- OK

  HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Module-Build-XSUtil-0.19-0

  HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

  Has already been prepared

Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

Building Module-Build-XSUtil

  HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

  ./Build -- OK

Running Build test for HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

t/00_compile.t .. ok   

t/01_build.t .... ok   

All tests successful.

Files=2, Tests=3,  3 wallclock secs ( 0.04 usr  0.01 sys +  2.66 cusr  0.30 csys =  3.01 CPU)

Result: PASS

  HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

  ./Build test -- OK

Running Build install for HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

Building Module-Build-XSUtil

Installing /usr/local/share/perl/5.34.0/Module/Build/XSUtil.pm

Installing /usr/local/man/man3/Module::Build::XSUtil.3pm

  HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz

  sudo ./Build install  -- OK

  GOCCY/Compiler-Lexer-0.23.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Compiler-Lexer-0.23-0

Configuring G/GO/GOCCY/Compiler-Lexer-0.23.tar.gz with Build.PL

x86_64-linux-gnu-gcc: fatal error: cannot execute ‘cc1plus’: execvp: Datei oder Verzeichnis nicht gefunden

compilation terminated.

This environment does not have a C++ compiler(OS unsupported)

No 'Build' created  GOCCY/Compiler-Lexer-0.23.tar.gz

  /usr/bin/perl Build.PL --installdirs site -- NOT OK

Running install for module 'Coro'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/Coro-6.57.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/Coro-6.57.tar.gz ok

Configuring M/ML/MLEHMANN/Coro-6.57.tar.gz with Makefile.PL

***

*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK

*** =================================================

***

*** Hi!

***

*** I do my best to provide predictable and reliable software.

***

*** However, in recent releases, P5P (who maintain perl) have been

*** introducing regressions that are sometimes subtle and at other times

*** catastrophic, often for personal preferences with little or no concern

*** for existing code, most notably CPAN.

***

*** For this reason, it has become very hard for me to maintain the level

*** of reliability and support I have committed myself to in the past, at

*** least with some perl versions: I simply can't keep up working around new

*** bugs or gratituous incompatibilities, and in turn you might suffer from

*** unanticipated problems.

***

*** Therefore I have introduced a support and compatibility check, the results

*** of which follow below, together with a FAQ and some recommendations.

***

*** This check is just to let you know that there might be a risk, so you can

*** make judgement calls on how to proceed - it will not keep the module from

*** installing or working.

***

*** The stability canary says: (nothing, it was driven away by harsh weather)

***

*** It seems you are running perl version 5.034000, likely the "official" or

*** "standard" version. While there is nothing wrong with doing that,

*** standard perl versions 5.022 and up are not supported by Coro.

*** While this might be fatal, it might also be all right - if you run into

*** problems, you might want to downgrade your perl or switch to the

*** stability branch.

***

*** If everything works fine, you can ignore this message.

***

***

*** Stability canary mini-FAQ:

***

*** Do I need to do anything?

***    With luck, no. While some distributions are known to fail

***    already, most should probably work. This message is here

***    to alert you that your perl is not supported by Coro,

***    and if things go wrong, you either need to downgrade, or

***    sidegrade to the stability variant of your perl version,

***    or simply live with the consequences.

***

*** What is this canary thing?

***    It's purpose is to check support status of Coro with

***    respect to your perl version.

***

*** What is this "stability branch"?

***    It's a branch or fork of the official perl, by schmorp, to

***    improve stability and compatibility with existing modules.

***

*** How can I skip this prompt on automated installs?

***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.

***    More info is in the Canary::Stability manpage.

***

*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html

*** Stability Branch homepage: http://stableperl.schmorp.de/

***

Continue anyways?  [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

*** Event not found, not building Event support.

EV version 4.33 found, building EV support.

Checking if your kit is complete...

Looks good

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro has a number of configuration options. Due to its maturity, the

defaults that Coro chooses are usually fine, so you can decide to skip

these questions. Only if something went wrong you should select 'n'

here and manually configure Coro, and, of course, report this to the

maintainer :)

Skip further questions and use defaults (y/n)? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro can use a number of methods to implement coroutines at the C

level. The default chosen is based on your current confguration and is

correct in most cases, but you still can chose between these alternatives:

u  The unix 'ucontext.h' functions are relatively new and not implemented

   or well-tested in older unices. They allow very fast coroutine creation

   and reasonably fast switching. They are, however, usually slower than

   the other alternatives due to an extra syscall done by swapcontext. And

   while nominally most portable (it's the only POSIX-standardised

   interface for coroutines), ucontext functions are, as usual, broken on

   most/all BSDs.

s  If the ucontext functions are not working or you don't want

   to use them for other reasons you can try a workaround using

   setjmp/longjmp/sigaltstack (also standard unix functions). Coroutine

   creation is rather slow, but switching is very fast (often much faster

   than with the ucontext functions). Unfortunately, glibc-2.1 and

   below don't even feature a working sigaltstack. You cannot use this

   implementation if some other code uses SIGUSR2 or you plan to create

   coroutines from an alternative signal stack, as both are being used for

   coroutine creation.

a  Handcoded assembly. This is the fastest and most compatible method,

   with the least side effects, if it works, that is. It has been tested

   on GNU/Linux x86 and x86_64 systems and should work on all x86/x86_64

   systems using the SVR ELF ABI (it is also reported to be working on

   Strawberry Perl for Windows using MinGW). This is the recommended

   method on supported platforms. When it doesn't work, use another

   method, such as (s)etjmp/longjmp.

l  GNU/Linux. Very old GNU/Linux systems (glibc-2.1 and below) need

   this hack. Since it is very linux-specific it is also quite fast and

   recommended even for newer versions; when it works, that is (currently

   x86 and a few others only. If it compiles, it's usually ok). Newer

   glibc versions (>= 2.5) stop working with this implementation however.

i  IRIX. For some reason, SGI really does not like to follow POSIX (does

   that surprise you?), so this workaround might be needed (it's fast),

   although [s] and [u] should also work now.

w  Microsoft Windows. Try this on Microsoft Windows when using Cygwin or

   the MSVC compilers (e.g. ActiveState Perl, but see "a" for Strawberry

   Perl), although, as there is no standard on how to do this under

   windows, different environments might work differently. Doh.

f  Microsoft Windows. Try this on Microsoft Windows if w fails. It is slower

   and uses a lot more memory, but should be working all the time.

p  Use pthread API. Try to avoid this option, it was only created to

   make a point about the programming language shootout. It is unlikely

   to work with perls that have windows process emulation enabled ("perl

   threads"). It is also likely the slowest method of implementing

   coroutines. It might work fine as a last resort, however, as the

   pthread API is slightly better tested than ucontext functions for

   example. Of course, not on BSDs, who usually have very broken pthread

   implementations.

Coro tries hard to come up with a suitable default for most systems,

so pressing return at the prompt usually does the right thing. If you

experience problems (e.g. make test fails) then you should experiment with

this setting.

Use which implementation,

<s>etjmp, <u>ctx, <a>sm, <i>rix, <l>inux, <p>threads, <w>indows, <f>iber? [a] a

Using handcoded assembler implementation

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Per-context stack size factor: Depending on your settings, Coro tries to

share the C stacks is creates as much as possible, but sometimes it needs

to allocate a new one. This setting controls the maximum size that gets

allocated, and should not be set too high, as memory and address space

still is wasted even if it's not fully used. The value entered will be

multiplied by sizeof(void *), which is usually 4 on 32-bit systems, and 8

on 64-bit systems.

A setting of 16384 (the default) therefore corresponds to a 64k..128k

stack, which usually is ample space (you might even want to try 8192 or

lower if your program creates many coroutines).

On systems supporting mmap and dynamic memory management, the actual

memory usually gets allocated on demand, but with many large stacks you

can still run out of address space on your typical 32 bit platform (not to

forget the pagetables).

Some perls (mostly threaded ones and perl compiled under linux 2.6) and

some programs (inefficient regexes can use a lot of stack space) may

need much, much more: If Coro segfaults with weird backtraces (e.g. in a

function prologue) or in t/10_bugs.t, you might want to increase this to

65536 or more.

The default should be fine, and can be changed at runtime with

Coro::State::cctx_stacksize.

C stack size factor? [16384] 16384

using a stacksize of 16384 * sizeof(void*)

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro can optionally put a guard area before each stack segment: When the

stack is too small and the access is not too far outside the stack (i.e.

within the guard area), then the program will safely segfault instead of

running into other data. The cost is some additional overhead with is

usually negligible, and extra use of address space.

The guard area size currently needs to be specified in pages (typical

pagesizes are 4k and 8k). The guard area is only enabled on a few

hardcoded architectures and is ignored on others. The actual preprocessor

expression disables this feature if:

   !__i386 && !__x86_64 && !__powerpc && !__m68k 

   && !__alpha && !__mips && !__sparc64

The default, as usual, should be just fine.

Number of guard pages (0 disables)? [4] 4

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro can tell valgrind about its stacks and so reduce spurious warnings

where valgrind would otherwise complain about possible stack switches.

Enabling this does not incur noticable runtime or memory overhead, but it

requires that you have the <valgrind/valgrind.h> header file available.

Valgrind support is completely optional, so disabling it is the safe

choice.

Enable valgrind support (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro can use (or even trick) some perl functions into doing what it needs

instead of relying on (some) of its own functions. This might increase

chances that it compiles and works, but it could just as well result in

memory leaks, crashes or silent data corruption. It certainly does result

in slightly slower speed and higher memory consumption, though, so YOU

SHOULD ENABLE THIS OPTION ONLY AS A LAST RESORT.

Prefer perl functions over coro functions (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro can use a simple JIT compiler to compile a part of the thread switch

function at runtime. On perls with windows process emulation (most!),

this results in a 50% speed improvement. On sane perls, the gain is much

less, usually around 5%. If you enable this option, then the JIT will

be enabled, on compatible operating systems and CPUs (currently only

x86/amd64 on certain unix clones). Otherwise, it will be disabled. It

should be safe to leave on - this setting is only here so you can switch

it off in case of problems.

Note that some broken kernels (often calling themselves "hardened") break

all JIT generation by manipulating some system calls. If you get bus

errors or segmentation faults immediately when the JIT is enabled but not

without, then note that disabling the JIT only fixes some symptoms, not

the underlying problem, and you might run into other problems later.

Try to use the JIT compiler, if available? [y] y

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Coro has experimental support for cloning states. This can be used

to implement a scheme-like call/cc. However, this doesn't add to the

expressiveness in general, and is likely perl-version specific (and perl

5.12 deliberately removed support for it). As such, it is disabled by

default.  Enable it when you want to play around with it, but note that it

isn't supported, and unlikely ever will be. It exists mainly to prove that

it could be done - if only it were useful for something.

Implement Coro::State->clone method (y/n)? [n] n

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Writing MYMETA.yml and MYMETA.json

Writing MYMETA.yml and MYMETA.json

Generating a Unix-style Makefile

Writing Makefile for Coro

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/Coro-6.57.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/Coro-6.57.tar.gz

---- Unsatisfied dependencies detected during ----

----         MLEHMANN/Coro-6.57.tar.gz        ----

    AnyEvent::AIO [requires,optional]

    AnyEvent::BDB [requires,optional]

    BDB [requires,optional]

    Event [requires,optional]

    IO::AIO [requires,optional]

cp Coro/Signal.pm blib/lib/Coro/Signal.pm

cp Coro/jit-x86-unix.pl blib/lib/Coro/jit-x86-unix.pl

cp Coro/Timer.pm blib/lib/Coro/Timer.pm

cp Coro/Storable.pm blib/lib/Coro/Storable.pm

cp Coro/Socket.pm blib/lib/Coro/Socket.pm

cp Coro/Select.pm blib/lib/Coro/Select.pm

cp Coro/BDB.pm blib/lib/Coro/BDB.pm

cp Coro/Semaphore.pm blib/lib/Coro/Semaphore.pm

cp Coro/Util.pm blib/lib/Coro/Util.pm

cp Coro/Channel.pm blib/lib/Coro/Channel.pm

cp Coro/CoroAPI.h blib/lib/Coro/CoroAPI.h

cp Coro/RWLock.pm blib/lib/Coro/RWLock.pm

cp Coro/AnyEvent.pm blib/lib/Coro/AnyEvent.pm

cp Coro/LWP.pm blib/lib/Coro/LWP.pm

cp Coro.pm blib/lib/Coro.pm

cp Coro/Specific.pm blib/lib/Coro/Specific.pm

cp Coro/Debug.pm blib/lib/Coro/Debug.pm

cp Coro/State.pm blib/lib/Coro/State.pm

cp Coro/Handle.pm blib/lib/Coro/Handle.pm

cp Coro/AIO.pm blib/lib/Coro/AIO.pm

cp Coro/MakeMaker.pm blib/lib/Coro/MakeMaker.pm

cp Coro/SemaphoreSet.pm blib/lib/Coro/SemaphoreSet.pm

cp Coro/jit-amd64-unix.pl blib/lib/Coro/jit-amd64-unix.pl

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird betreten

Skip ../blib/lib/Coro/Handle.pm (unchanged)

Skip ../blib/lib/Coro/Semaphore.pm (unchanged)

Skip ../blib/lib/Coro/Select.pm (unchanged)

Skip ../blib/lib/Coro/Timer.pm (unchanged)

Skip ../blib/lib/Coro/AIO.pm (unchanged)

Skip ../blib/lib/Coro/RWLock.pm (unchanged)

Skip ../blib/lib/Coro/AnyEvent.pm (unchanged)

Skip ../blib/lib/Coro/Storable.pm (unchanged)

Skip ../blib/lib/Coro/Channel.pm (unchanged)

Skip ../blib/lib/Coro/jit-amd64-unix.pl (unchanged)

Skip ../blib/lib/Coro/Specific.pm (unchanged)

Skip ../blib/lib/Coro/Debug.pm (unchanged)

Skip ../blib/lib/Coro/Util.pm (unchanged)

Skip ../blib/lib/Coro/State.pm (unchanged)

Skip ../blib/lib/Coro/LWP.pm (unchanged)

Skip ../blib/lib/Coro/BDB.pm (unchanged)

Skip ../blib/lib/Coro/Signal.pm (unchanged)

Skip ../blib/lib/Coro/jit-x86-unix.pl (unchanged)

Skip ../blib/lib/Coro/SemaphoreSet.pm (unchanged)

Skip ../blib/lib/Coro/MakeMaker.pm (unchanged)

Skip ../blib/lib/Coro/Socket.pm (unchanged)

cp Intro.pod ../blib/lib/Coro/Intro.pod

Running Mkbootstrap for State ()

chmod 644 "State.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34.0/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/home/perl/.cpan/build/Coro-6.57-0/Coro/typemap'  State.xs > State.xsc

Warning: Aliases 'is_zombie' and 'is_destroyed' have identical values in State.xs, line 3897

mv State.xsc State.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"6.57\" -DXS_VERSION=\"6.57\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"  -DCORO_ASM -DCORO_STACKSIZE=16384 -DCORO_GUARDPAGES=4 -DCORO_JIT=1 State.c

rm -f ../blib/arch/auto/Coro/State/State.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  State.o  -o ../blib/arch/auto/Coro/State/State.so  \

      \

chmod 755 ../blib/arch/auto/Coro/State/State.so

Manifying 20 pod documents

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird verlassen

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird betreten

cp EV.pm ../blib/lib/Coro/EV.pm

Running Mkbootstrap for EV ()

chmod 644 "EV.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34.0/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  EV.xs > EV.xsc

mv EV.xsc EV.c

x86_64-linux-gnu-gcc -c  -I/usr/local/lib/x86_64-linux-gnu/perl/5.34.0/EV -I/usr/local/lib/x86_64-linux-gnu/perl/5.34.0 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"6.57\" -DXS_VERSION=\"6.57\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"  -DHAVE_EV=1 EV.c

rm -f ../blib/arch/auto/Coro/EV/EV.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  EV.o  -o ../blib/arch/auto/Coro/EV/EV.so  \

      \

chmod 755 ../blib/arch/auto/Coro/EV/EV.so

Manifying 1 pod document

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird verlassen

Manifying 20 pod documents

  MLEHMANN/Coro-6.57.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/Coro-6.57.tar.gz

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird betreten

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644

Manifying 20 pod documents

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird verlassen

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird betreten

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644

Manifying 1 pod document

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird verlassen

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird betreten

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644

No tests defined for Coro::State extension.

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird verlassen

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird betreten

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t

t/00_basic.t .... ok   

t/01_unblock.t .. ok     

All tests successful.

Files=2, Tests=17,  1 wallclock secs ( 0.05 usr  0.00 sys +  0.14 cusr  0.05 csys =  0.24 CPU)

Result: PASS

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird verlassen

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_basic.t .......... ok   

t/01_process.t ........ ok     

t/02_channel.t ........ ok     

t/03_channel.t ........ ok     

t/04_rwlock.t ......... ok     

t/05_specific.t ....... ok   

t/06_prio.t ........... ok     

t/07_eval.t ........... ok   

t/08_join.t ........... ok     

t/10_bugs.t ........... ok   

t/11_deadlock.t ....... ok   

t/12_exit.t ........... ok   

t/13_diewarn.t ........ ok   

t/14_load.t ........... ok     

t/15_semaphore.t ...... ok   

t/16_signal.t ......... ok     

t/17_rouse.t .......... ok   

t/18_winder.t ......... ok     

t/19_handle.t ......... ok   

t/20_mutual_cancel.t .. ok     

All tests successful.

Files=20, Tests=206,  1 wallclock secs ( 0.14 usr  0.04 sys +  0.90 cusr  0.16 csys =  1.24 CPU)

Result: PASS

  MLEHMANN/Coro-6.57.tar.gz

  /usr/bin/make test -- OK

Running make install for MLEHMANN/Coro-6.57.tar.gz

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird betreten

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644

Manifying 20 pod documents

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/Coro“ wird verlassen

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird betreten

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644

Manifying 1 pod document

make[1]: Verzeichnis „/home/perl/.cpan/build/Coro-6.57-0/EV“ wird verlassen

Manifying 20 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Coro/EV/EV.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Coro/State/State.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/MakeMaker.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Intro.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Util.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Specific.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Storable.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/RWLock.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Select.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/BDB.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/AIO.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Channel.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/SemaphoreSet.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/CoroAPI.h

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Socket.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/State.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/jit-x86-unix.pl

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/EV.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Semaphore.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/LWP.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/jit-amd64-unix.pl

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Signal.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Debug.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Timer.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/AnyEvent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/Handle.pm

Installing /usr/local/man/man3/Coro::Specific.3pm

Installing /usr/local/man/man3/Coro::MakeMaker.3pm

Installing /usr/local/man/man3/Coro::Util.3pm

Installing /usr/local/man/man3/Coro::AIO.3pm

Installing /usr/local/man/man3/Coro::Signal.3pm

Installing /usr/local/man/man3/Coro::AnyEvent.3pm

Installing /usr/local/man/man3/Coro::RWLock.3pm

Installing /usr/local/man/man3/Coro::Channel.3pm

Installing /usr/local/man/man3/Coro.3pm

Installing /usr/local/man/man3/Coro::Select.3pm

Installing /usr/local/man/man3/Coro::BDB.3pm

Installing /usr/local/man/man3/Coro::Debug.3pm

Installing /usr/local/man/man3/Coro::State.3pm

Installing /usr/local/man/man3/Coro::Timer.3pm

Installing /usr/local/man/man3/Coro::EV.3pm

Installing /usr/local/man/man3/Coro::Handle.3pm

Installing /usr/local/man/man3/Coro::Intro.3pm

Installing /usr/local/man/man3/Coro::SemaphoreSet.3pm

Installing /usr/local/man/man3/Coro::LWP.3pm

Installing /usr/local/man/man3/Coro::Storable.3pm

Installing /usr/local/man/man3/Coro::Socket.3pm

Installing /usr/local/man/man3/Coro::Semaphore.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  MLEHMANN/Coro-6.57.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'IO::AIO'

  MLEHMANN/IO-AIO-4.76.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/IO-AIO-4.76-0

  MLEHMANN/IO-AIO-4.76.tar.gz

  '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 19712, not re-running

Running install for module 'Event'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETJ/Event-1.28.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETJ/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETJ/Event-1.28.tar.gz ok

Configuring E/ET/ETJ/Event-1.28.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Event

Writing MYMETA.yml and MYMETA.json

  ETJ/Event-1.28.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETJ/Event-1.28.tar.gz

cp lib/Event/EventAPI.h blib/lib/Event/EventAPI.h

cp lib/Event/group.pm blib/lib/Event/group.pm

cp lib/Event/idle.pm blib/lib/Event/idle.pm

cp lib/Event.pm blib/lib/Event.pm

cp lib/Event/typemap blib/lib/Event/typemap

cp lib/Event.pod blib/lib/Event.pod

cp lib/Event/io.pm blib/lib/Event/io.pm

cp lib/Event/timer.pm blib/lib/Event/timer.pm

cp lib/Event/signal.pm blib/lib/Event/signal.pm

cp lib/Event/var.pm blib/lib/Event/var.pm

cp lib/Event/generic.pm blib/lib/Event/generic.pm

cp lib/Event/MakeMaker.pm blib/lib/Event/MakeMaker.pm

cp lib/Event/type.pm blib/lib/Event/type.pm

cp lib/Event/generic.pod blib/lib/Event/generic.pod

cp lib/Event/Watcher.pm blib/lib/Event/Watcher.pm

Running Mkbootstrap for Event ()

chmod 644 "Event.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs blib/arch/auto/Event/Event.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/home/perl/.cpan/build/Event-1.28-0/lib/Event/typemap'  Event.xs > Event.xsc

mv Event.xsc Event.c

x86_64-linux-gnu-gcc -c  -Ic -Ilib/Event -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"1.28\" -DXS_VERSION=\"1.28\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   Event.c

In file included from Event.xs:269:

c/var.c: In function ‘pe_var_start’:

c/var.c:82:20: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]

   82 |     mg->mg_virtual = &PL_vtbl_uvar;

      |                    ^

rm -f blib/arch/auto/Event/Event.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  Event.o  -o blib/arch/auto/Event/Event.so  \

      \

chmod 755 blib/arch/auto/Event/Event.so

Manifying 3 pod documents

  ETJ/Event-1.28.tar.gz

  /usr/bin/make -- OK

Running make test for ETJ/Event-1.28.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs blib/arch/auto/Event/Event.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/attach_to.t ..... ok   

t/bored.t ......... ok   

t/callback.t ...... ok   

t/data.t .......... ok   

t/delete.t ........ ok   

t/eval.t .......... ok   

t/fifo.t .......... ok   

t/generic.t ....... ok     

t/group.t ......... ok   

t/hook.t .......... ok   

t/hup.t ........... ok   

t/idle.t .......... ok   

t/Inline.t ........ ok   

t/io.t ............ ok   

t/leak.t .......... ok   

t/leak2.t ......... ok   

t/loop.t .......... ok   

t/now.t ........... ok     

t/reenter.t ....... ok   

t/signal.t ........ ok   

t/timeout_cb.t .... ok   

t/timer.t ......... ok   

t/unconfigured.t .. ok   

t/var.t ........... ok   

All tests successful.

Files=24, Tests=124, 12 wallclock secs ( 0.14 usr  0.03 sys +  3.33 cusr  0.50 csys =  4.00 CPU)

Result: PASS

  ETJ/Event-1.28.tar.gz

  /usr/bin/make test -- OK

Running make install for ETJ/Event-1.28.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs blib/arch/auto/Event/Event.bs 644

Manifying 3 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Event/Event.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/signal.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/MakeMaker.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/group.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/generic.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/type.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/Watcher.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/EventAPI.h

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/var.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/io.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/timer.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/generic.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/typemap

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Event/idle.pm

Installing /usr/local/man/man3/Event::MakeMaker.3pm

Installing /usr/local/man/man3/Event.3pm

Installing /usr/local/man/man3/Event::generic.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETJ/Event-1.28.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'BDB'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/BDB-1.92.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/BDB-1.92.tar.gz ok

Configuring M/ML/MLEHMANN/BDB-1.92.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning (mostly harmless): No library found for -ldb

Generating a Unix-style Makefile

Writing Makefile for BDB

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/BDB-1.92.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/BDB-1.92.tar.gz

cp BDB.pm blib/lib/BDB.pm

Running Mkbootstrap for BDB ()

chmod 644 "BDB.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BDB.bs blib/arch/auto/BDB/BDB.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/home/perl/.cpan/build/BDB-1.92-0/typemap'  BDB.xs > BDB.xsc

mv BDB.xsc BDB.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"1.92\" -DXS_VERSION=\"1.92\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   BDB.c

BDB.xs:34:10: fatal error: db.h: Datei oder Verzeichnis nicht gefunden

   34 | #include <db.h>

      |          ^~~~~~

compilation terminated.

make: *** [Makefile:339: BDB.o] Fehler 1

  MLEHMANN/BDB-1.92.tar.gz

  /usr/bin/make -- NOT OK

Running install for module 'AnyEvent::BDB'

Fetching with LWP:

http://www.cpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-1.1.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-1.1.tar.gz ok

The content of '/home/perl/.cpan/build/AnyEvent-BDB-1.1-0/META.yml' is not a HASH reference. Cannot use it.

The content of '/home/perl/.cpan/build/AnyEvent-BDB-1.1-0/META.yml' is not a HASH reference. Cannot use it.

Configuring M/ML/MLEHMANN/AnyEvent-BDB-1.1.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite BDB 1.5 not found. We have 1.1.

Generating a Unix-style Makefile

Writing Makefile for AnyEvent::BDB

Writing MYMETA.yml and MYMETA.json

  MLEHMANN/AnyEvent-BDB-1.1.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for M/ML/MLEHMANN/AnyEvent-BDB-1.1.tar.gz

The content of '/home/perl/.cpan/build/AnyEvent-BDB-1.1-0/META.yml' is not a HASH reference. Cannot use it.

---- Unsatisfied dependencies detected during ----

----     MLEHMANN/AnyEvent-BDB-1.1.tar.gz     ----

    BDB [requires]

Running install for module 'BDB'

  MLEHMANN/BDB-1.92.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/BDB-1.92-0

  MLEHMANN/BDB-1.92.tar.gz

  Has already been prepared

  MLEHMANN/BDB-1.92.tar.gz

  Could not make: Unknown error

  MLEHMANN/AnyEvent-BDB-1.1.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/AnyEvent-BDB-1.1-0

  MLEHMANN/AnyEvent-BDB-1.1.tar.gz

  Has already been prepared

Running make for M/ML/MLEHMANN/AnyEvent-BDB-1.1.tar.gz

The content of '/home/perl/.cpan/build/AnyEvent-BDB-1.1-0/META.yml' is not a HASH reference. Cannot use it.

Warning: Prerequisite 'BDB => 1.5' for 'MLEHMANN/AnyEvent-BDB-1.1.tar.gz' failed when processing 'MLEHMANN/BDB-1.92.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.

cp BDB.pm blib/lib/AnyEvent/BDB.pm

Manifying 1 pod document

  MLEHMANN/AnyEvent-BDB-1.1.tar.gz

  /usr/bin/make -- OK

Running make test for MLEHMANN/AnyEvent-BDB-1.1.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00_load.t .. Bareword "BDB::poll_fileno" not allowed while "strict subs" in use at BDB.pm line 43.

Type of arg 1 to AnyEvent::post_detect must be block or sub {} (not reference constructor) at BDB.pm line 44, near "};"

syntax error at BDB.pm line 47, near "BDB::_on_next_submit \"

Compilation failed in require at /home/perl/.cpan/build/AnyEvent-BDB-1.1-0/blib/lib/AnyEvent/BDB.pm line 35.

BEGIN failed--compilation aborted at /home/perl/.cpan/build/AnyEvent-BDB-1.1-0/blib/lib/AnyEvent/BDB.pm line 35.

Compilation failed in require at t/00_load.t line 3.

BEGIN failed--compilation aborted at t/00_load.t line 3.

t/00_load.t .. Dubious, test returned 255 (wstat 65280, 0xff00)

Failed 1/1 subtests 

Test Summary Report

-------------------

t/00_load.t (Wstat: 65280 Tests: 1 Failed: 1)

  Failed test:  1

  Non-zero exit status: 255

Files=1, Tests=1,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.02 cusr  0.00 csys =  0.06 CPU)

Result: FAIL

Failed 1/1 test programs. 1/1 subtests failed.

make: *** [Makefile:819: test_dynamic] Fehler 255

  MLEHMANN/AnyEvent-BDB-1.1.tar.gz

one dependency not OK (BDB); additionally test harness failed

  /usr/bin/make test -- NOT OK

//hint// to see the cpan-testers results for installing this module, try:

  reports MLEHMANN/AnyEvent-BDB-1.1.tar.gz

Running install for module 'AnyEvent::AIO'

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/AnyEvent-AIO-1.1-0

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  Has already been prepared

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  Has already been made

  MLEHMANN/AnyEvent-AIO-1.1.tar.gz

  Won't repeat unsuccessful test during this command

Running install for module 'IO::AIO'

  MLEHMANN/IO-AIO-4.76.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/IO-AIO-4.76-0

  MLEHMANN/IO-AIO-4.76.tar.gz

  '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 19712, not re-running

Running install for module 'Moose'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.2201.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Moose-2.2201.tar.gz ok

---- Unsatisfied dependencies detected during ----

----         ETHER/Moose-2.2201.tar.gz        ----

    Dist::CheckConflicts [build_requires]

Running install for module 'Dist::CheckConflicts'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ok

Configuring D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Dist::CheckConflicts

Writing MYMETA.yml and MYMETA.json

  DOY/Dist-CheckConflicts-0.11.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz

cp lib/Dist/CheckConflicts.pm blib/lib/Dist/CheckConflicts.pm

Manifying 1 pod document

  DOY/Dist-CheckConflicts-0.11.tar.gz

  /usr/bin/make -- OK

Running make test for DOY/Dist-CheckConflicts-0.11.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-compile.t .. ok   

t/also.t ........ ok   

t/basic.t ....... ok   

t/conflicts.t ... ok    

t/dist.t ........ ok    

t/merge.t ....... ok   

t/runtime.t ..... ok   

t/warn.t ........ ok   

All tests successful.

Files=8, Tests=40,  2 wallclock secs ( 0.07 usr  0.00 sys +  1.02 cusr  0.14 csys =  1.23 CPU)

Result: PASS

  DOY/Dist-CheckConflicts-0.11.tar.gz

  /usr/bin/make test -- OK

Running make install for DOY/Dist-CheckConflicts-0.11.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Dist/CheckConflicts.pm

Installing /usr/local/man/man3/Dist::CheckConflicts.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DOY/Dist-CheckConflicts-0.11.tar.gz

  sudo /usr/bin/make install  -- OK

  ETHER/Moose-2.2201.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Moose-2.2201-0

Configuring E/ET/ETHER/Moose-2.2201.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Class::Load::XS 0.01 not found.

Warning: prerequisite Devel::GlobalDestruction 0 not found.

Warning: prerequisite Devel::OverloadInfo 0.005 not found.

Warning: prerequisite Devel::StackTrace 2.03 not found.

Warning: prerequisite Eval::Closure 0.04 not found.

Warning: prerequisite List::Util 1.56 not found. We have 1.55.

Warning: prerequisite Module::Runtime::Conflicts 0.002 not found.

Warning: prerequisite Package::DeprecationManager 0.11 not found.

Warning: prerequisite Test::CleanNamespaces 0.13 not found.

Generating a Unix-style Makefile

Writing Makefile for Moose

Writing MYMETA.yml and MYMETA.json

  ETHER/Moose-2.2201.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Moose-2.2201.tar.gz

---- Unsatisfied dependencies detected during ----

----         ETHER/Moose-2.2201.tar.gz        ----

    Class::Load::XS [requires]

    Devel::GlobalDestruction [requires]

    Devel::OverloadInfo [requires]

    Devel::StackTrace [requires]

    Eval::Closure [requires]

    List::Util [requires]

    Module::Runtime::Conflicts [requires]

    Package::DeprecationManager [requires]

    Test::CleanNamespaces [build_requires]

Running install for module 'Class::Load::XS'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Class-Load-XS-0.10.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Class-Load-XS-0.10.tar.gz ok

Configuring E/ET/ETHER/Class-Load-XS-0.10.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Class::Load::XS

Writing MYMETA.yml and MYMETA.json

  ETHER/Class-Load-XS-0.10.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Class-Load-XS-0.10.tar.gz

cp lib/Class/Load/XS.pm blib/lib/Class/Load/XS.pm

Running Mkbootstrap for XS ()

chmod 644 "XS.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Class/Load/XS/XS.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  XS.xs > XS.xsc

mv XS.xsc XS.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   XS.c

In file included from XS.xs:5:

ppport.h:4594: warning: "WIDEST_UTYPE" redefined

 4594 | #  define WIDEST_UTYPE U64TYPE

      | 

In file included from /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:2930,

                 from XS.xs:3:

/usr/lib/x86_64-linux-gnu/perl/5.34/CORE/handy.h:1382: note: this is the location of the previous definition

 1382 | #   define WIDEST_UTYPE U64

      | 

rm -f blib/arch/auto/Class/Load/XS/XS.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  XS.o  -o blib/arch/auto/Class/Load/XS/XS.so  \

      \

chmod 755 blib/arch/auto/Class/Load/XS/XS.so

Manifying 1 pod document

  ETHER/Class-Load-XS-0.10.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Class-Load-XS-0.10.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Class/Load/XS/XS.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t ........... # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module                 Want     Have

#     ---------------------- ---- --------

#     ExtUtils::MakeMaker     any     7.62

#     File::Spec              any     3.80

#     Module::Implementation 0.04     0.09

#     Test::Fatal             any    0.016

#     Test::More             0.88 1.302183

#     Test::Needs             any 0.002009

#     constant                any     1.33

#     lib                     any     0.65

#     version                 any   0.9928

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module      Want Have

#     ----------- ---- ----

#     Class::Load 0.20 0.25

#     XSLoader     any 0.30

#     strict       any 1.12

#     warnings     any 1.51

# 

# === Other Modules ===

# 

#     Module           Have

#     ------------- -------

#     DynaLoader       1.50

#     JSON::PP         4.06

#     Pod::Coverage missing

#     Sub::Name        0.26

#     YAML          missing

#     autodie          2.34

# 

t/00-report-prereqs.t ........... ok   

t/000-load.t .................... 1/? # Using XS implementation

t/000-load.t .................... ok   

t/001-is-class-loaded.t ......... ok    

t/002-try-load-class.t .......... ok    

t/003-load-class.t .............. ok    

t/004-load-double.t ............. ok   

t/005-load-optional.t ........... ok   

t/006-returned-error.t .......... ok    

t/007-first-existing.t .......... ok    

t/008-gvstash-bug.t ............. ok   

t/009-invalid-module-name.t ..... ok   

t/010-isa-false-positive.t ...... ok   

t/011-without-xs.t .............. skipped: Need Test::Without::Module

t/012-without-implementation.t .. skipped: Need Test::Without::Module

t/013-errors.t .................. ok    

t/014-weird-constants.t ......... ok   

All tests successful.

Files=16, Tests=125,  3 wallclock secs ( 0.08 usr  0.03 sys +  2.41 cusr  0.27 csys =  2.79 CPU)

Result: PASS

  ETHER/Class-Load-XS-0.10.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Class-Load-XS-0.10.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Class/Load/XS/XS.bs 644

Manifying 1 pod document

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Class/Load/XS/XS.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/Load/XS.pm

Installing /usr/local/man/man3/Class::Load::XS.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Class-Load-XS-0.10.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Devel::GlobalDestruction'

Fetching with LWP:

http://www.cpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz ok

Configuring H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Devel::GlobalDestruction

Writing MYMETA.yml and MYMETA.json

  HAARG/Devel-GlobalDestruction-0.14.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz

cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm

Manifying 1 pod document

  HAARG/Devel-GlobalDestruction-0.14.tar.gz

  /usr/bin/make -- OK

Running make test for HAARG/Devel-GlobalDestruction-0.14.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/01_basic.t ......... ok   

t/02_thread.t ........ ok   

t/03_minusc.t ........ t/03_minusc.t syntax OK

t/03_minusc.t ........ ok   

t/04_phases.t ........ ok     

t/05_thread_clone.t .. ok   

t/06_load-in-gd.t .... ok   

t/10_pure-perl.t ..... 1/6 /home/perl/.cpan/build/Devel-GlobalDestruction-0.14-0/t/03_minusc.t syntax OK

t/10_pure-perl.t ..... ok   

All tests successful.

Files=7, Tests=44,  1 wallclock secs ( 0.06 usr  0.01 sys +  0.28 cusr  0.08 csys =  0.43 CPU)

Result: PASS

  HAARG/Devel-GlobalDestruction-0.14.tar.gz

  /usr/bin/make test -- OK

Running make install for HAARG/Devel-GlobalDestruction-0.14.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Devel/GlobalDestruction.pm

Installing /usr/local/man/man3/Devel::GlobalDestruction.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  HAARG/Devel-GlobalDestruction-0.14.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Devel::OverloadInfo'

Fetching with LWP:

http://www.cpan.org/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz ok

Configuring I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Devel::OverloadInfo

Writing MYMETA.yml and MYMETA.json

  ILMARI/Devel-OverloadInfo-0.007.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz

cp lib/Devel/OverloadInfo.pm blib/lib/Devel/OverloadInfo.pm

Manifying 1 pod document

  ILMARI/Devel-OverloadInfo-0.007.tar.gz

  /usr/bin/make -- OK

Running make test for ILMARI/Devel-OverloadInfo-0.007.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/author-pod-spell.t ................. skipped: these tests are for testing by the author

t/author-pod-syntax.t ................ skipped: these tests are for testing by the author

t/basic.t ............................ ok    

t/rt106379-inheritance-corruption.t .. ok   

All tests successful.

Files=4, Tests=22,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.27 cusr  0.03 csys =  0.35 CPU)

Result: PASS

  ILMARI/Devel-OverloadInfo-0.007.tar.gz

  /usr/bin/make test -- OK

Running make install for ILMARI/Devel-OverloadInfo-0.007.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Devel/OverloadInfo.pm

Installing /usr/local/man/man3/Devel::OverloadInfo.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ILMARI/Devel-OverloadInfo-0.007.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Devel::StackTrace'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/D/DR/DROLSKY/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz ok

Configuring D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Devel::StackTrace

Writing MYMETA.yml and MYMETA.json

  DROLSKY/Devel-StackTrace-2.04.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz

cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm

cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm

Manifying 2 pod documents

  DROLSKY/Devel-StackTrace-2.04.tar.gz

  /usr/bin/make -- OK

Running make test for DROLSKY/Devel-StackTrace-2.04.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t .. # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Configure Suggests ===

# 

#     Module      Want Have

#     -------- ------- ----

#     JSON::PP 2.27300 4.06

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module              Want     Have

#     ------------------- ---- --------

#     ExtUtils::MakeMaker  any     7.62

#     File::Spec           any     3.80

#     Test::More          0.96 1.302183

#     base                 any     2.27

#     bytes                any     1.08

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module       Want Have

#     ------------ ---- ----

#     File::Spec    any 3.80

#     Scalar::Util  any 1.55

#     overload      any 1.33

#     strict        any 1.12

#     warnings      any 1.51

# 

t/00-report-prereqs.t .. ok   

t/01-basic.t ........... ok    

t/02-bad-utf8.t ........ skipped: These tests are not relevant with Perl 5.13.8+

t/03-message.t ......... ok   

t/04-indent.t .......... ok   

t/05-back-compat.t ..... ok   

t/06-dollar-at.t ....... ok   

t/07-no-args.t ......... ok   

t/08-filter-early.t .... ok   

t/09-skip-frames.t ..... ok   

t/10-set-frames.t ...... ok   

All tests successful.

Files=11, Tests=70,  2 wallclock secs ( 0.09 usr  0.02 sys +  1.82 cusr  0.19 csys =  2.12 CPU)

Result: PASS

  DROLSKY/Devel-StackTrace-2.04.tar.gz

  /usr/bin/make test -- OK

Running make install for DROLSKY/Devel-StackTrace-2.04.tar.gz

Manifying 2 pod documents

Installing /usr/local/share/perl/5.34.0/Devel/StackTrace.pm

Installing /usr/local/share/perl/5.34.0/Devel/StackTrace/Frame.pm

Installing /usr/local/man/man3/Devel::StackTrace::Frame.3pm

Installing /usr/local/man/man3/Devel::StackTrace.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DROLSKY/Devel-StackTrace-2.04.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Eval::Closure'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz ok

Configuring D/DO/DOY/Eval-Closure-0.14.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Eval::Closure

Writing MYMETA.yml and MYMETA.json

  DOY/Eval-Closure-0.14.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DO/DOY/Eval-Closure-0.14.tar.gz

---- Unsatisfied dependencies detected during ----

----       DOY/Eval-Closure-0.14.tar.gz       ----

    Devel::LexAlias [requires,optional]

    Perl::Tidy [requires,optional]

cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm

Manifying 1 pod document

  DOY/Eval-Closure-0.14.tar.gz

  /usr/bin/make -- OK

Running make test for DOY/Eval-Closure-0.14.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-compile.t ........... ok   

t/basic.t ................ ok   

t/canonicalize-source.t .. ok   

t/close-over-nonref.t .... skipped: Test requires module 'Devel::LexAlias' but it's not found

t/close-over.t ........... skipped: Test requires module 'PadWalker' but it's not found

t/compiling-package.t .... ok   

t/debugger.t ............. ok   

t/description.t .......... ok   

t/errors.t ............... ok   

t/lexical-subs.t ......... ok   

t/memoize.t .............. skipped: Test requires module 'Test::Output' but it's not found

All tests successful.

Files=11, Tests=35,  2 wallclock secs ( 0.07 usr  0.03 sys +  1.52 cusr  0.28 csys =  1.90 CPU)

Result: PASS

  DOY/Eval-Closure-0.14.tar.gz

  /usr/bin/make test -- OK

Running make install for DOY/Eval-Closure-0.14.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Eval/Closure.pm

Installing /usr/local/man/man3/Eval::Closure.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DOY/Eval-Closure-0.14.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Perl::Tidy'

Fetching with LWP:

http://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20220217.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/S/SH/SHANCOCK/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/S/SH/SHANCOCK/Perl-Tidy-20220217.tar.gz ok

Configuring S/SH/SHANCOCK/Perl-Tidy-20220217.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Perl::Tidy

Writing MYMETA.yml and MYMETA.json

  SHANCOCK/Perl-Tidy-20220217.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for S/SH/SHANCOCK/Perl-Tidy-20220217.tar.gz

cp lib/Perl/Tidy/LineSource.pm blib/lib/Perl/Tidy/LineSource.pm

cp lib/Perl/Tidy/DevNull.pm blib/lib/Perl/Tidy/DevNull.pm

cp lib/Perl/Tidy/IOScalar.pm blib/lib/Perl/Tidy/IOScalar.pm

cp lib/Perl/Tidy/Formatter.pm blib/lib/Perl/Tidy/Formatter.pm

cp lib/Perl/Tidy/VerticalAligner/Line.pm blib/lib/Perl/Tidy/VerticalAligner/Line.pm

cp lib/Perl/Tidy/FileWriter.pm blib/lib/Perl/Tidy/FileWriter.pm

cp lib/Perl/Tidy/LineSink.pm blib/lib/Perl/Tidy/LineSink.pm

cp lib/Perl/Tidy/Tokenizer.pm blib/lib/Perl/Tidy/Tokenizer.pm

cp lib/Perl/Tidy.pm blib/lib/Perl/Tidy.pm

cp lib/Perl/Tidy/Diagnostics.pm blib/lib/Perl/Tidy/Diagnostics.pm

cp lib/Perl/Tidy.pod blib/lib/Perl/Tidy.pod

cp lib/Perl/Tidy/LineBuffer.pm blib/lib/Perl/Tidy/LineBuffer.pm

cp lib/Perl/Tidy/Logger.pm blib/lib/Perl/Tidy/Logger.pm

cp lib/Perl/Tidy/IOScalarArray.pm blib/lib/Perl/Tidy/IOScalarArray.pm

cp lib/Perl/Tidy/IndentationItem.pm blib/lib/Perl/Tidy/IndentationItem.pm

cp lib/Perl/Tidy/VerticalAligner.pm blib/lib/Perl/Tidy/VerticalAligner.pm

cp lib/Perl/Tidy/Debugger.pm blib/lib/Perl/Tidy/Debugger.pm

cp lib/Perl/Tidy/HtmlWriter.pm blib/lib/Perl/Tidy/HtmlWriter.pm

cp lib/Perl/Tidy/VerticalAligner/Alignment.pm blib/lib/Perl/Tidy/VerticalAligner/Alignment.pm

cp bin/perltidy blib/script/perltidy

"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perltidy

Manifying 1 pod document

Manifying 1 pod document

  SHANCOCK/Perl-Tidy-20220217.tar.gz

  /usr/bin/make -- OK

Running make test for SHANCOCK/Perl-Tidy-20220217.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/atee.t ............ ok   

t/filter_example.t .. ok   

t/snippets1.t ....... ok     

t/snippets10.t ...... ok     

t/snippets11.t ...... ok     

t/snippets12.t ...... ok     

t/snippets13.t ...... ok     

t/snippets14.t ...... ok     

t/snippets15.t ...... ok     

t/snippets16.t ...... ok     

t/snippets17.t ...... ok     

t/snippets18.t ...... ok     

t/snippets19.t ...... ok     

t/snippets2.t ....... ok     

t/snippets20.t ...... ok     

t/snippets21.t ...... ok     

t/snippets22.t ...... ok     

t/snippets23.t ...... ok     

t/snippets24.t ...... ok     

t/snippets25.t ...... ok     

t/snippets26.t ...... ok   

t/snippets3.t ....... ok     

t/snippets4.t ....... ok     

t/snippets5.t ....... ok     

t/snippets6.t ....... ok     

t/snippets7.t ....... ok     

t/snippets8.t ....... ok     

t/snippets9.t ....... ok     

t/test-eol.t ........ ok   

t/test.t ............ ok   

t/testsa.t .......... ok   

t/testss.t .......... ok   

t/testwide.t ........ ok   

All tests successful.

Files=33, Tests=503, 135 wallclock secs ( 0.35 usr  0.05 sys + 132.99 cusr  1.56 csys = 134.95 CPU)

Result: PASS

  SHANCOCK/Perl-Tidy-20220217.tar.gz

  /usr/bin/make test -- OK

Running make install for SHANCOCK/Perl-Tidy-20220217.tar.gz

Manifying 1 pod document

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Perl/Tidy.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy.pod

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/LineSink.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/Diagnostics.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/VerticalAligner.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/LineSource.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/LineBuffer.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/FileWriter.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/Tokenizer.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/HtmlWriter.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/IOScalar.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/IOScalarArray.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/Formatter.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/IndentationItem.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/Logger.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/Debugger.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/DevNull.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/VerticalAligner/Line.pm

Installing /usr/local/share/perl/5.34.0/Perl/Tidy/VerticalAligner/Alignment.pm

Installing /usr/local/man/man1/perltidy.1p

Installing /usr/local/man/man3/Perl::Tidy.3pm

Installing /usr/local/bin/perltidy

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  SHANCOCK/Perl-Tidy-20220217.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Devel::LexAlias'

Fetching with LWP:

http://www.cpan.org/authors/id/R/RC/RCLAMP/Devel-LexAlias-0.05.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/R/RC/RCLAMP/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/R/RC/RCLAMP/Devel-LexAlias-0.05.tar.gz ok

Configuring R/RC/RCLAMP/Devel-LexAlias-0.05.tar.gz with Makefile.PL

Checking if your kit is complete...

Warning: the following files are missing in your kit:

    META.json

Please inform the author.

Warning: prerequisite Devel::Caller 0.03 not found.

Generating a Unix-style Makefile

Writing Makefile for Devel::LexAlias

Writing MYMETA.yml and MYMETA.json

  RCLAMP/Devel-LexAlias-0.05.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for R/RC/RCLAMP/Devel-LexAlias-0.05.tar.gz

---- Unsatisfied dependencies detected during ----

----     RCLAMP/Devel-LexAlias-0.05.tar.gz    ----

    Devel::Caller [requires]

Running install for module 'Devel::Caller'

Fetching with LWP:

http://www.cpan.org/authors/id/R/RC/RCLAMP/Devel-Caller-2.06.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/R/RC/RCLAMP/Devel-Caller-2.06.tar.gz ok

Configuring R/RC/RCLAMP/Devel-Caller-2.06.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite PadWalker 0.08 not found.

Generating a Unix-style Makefile

Writing Makefile for Devel::Caller

Writing MYMETA.yml and MYMETA.json

  RCLAMP/Devel-Caller-2.06.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for R/RC/RCLAMP/Devel-Caller-2.06.tar.gz

---- Unsatisfied dependencies detected during ----

----      RCLAMP/Devel-Caller-2.06.tar.gz     ----

    PadWalker [requires]

Running install for module 'PadWalker'

Fetching with LWP:

http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-2.5.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/R/RO/ROBIN/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/R/RO/ROBIN/PadWalker-2.5.tar.gz ok

Configuring R/RO/ROBIN/PadWalker-2.5.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for PadWalker

Writing MYMETA.yml and MYMETA.json

  ROBIN/PadWalker-2.5.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for R/RO/ROBIN/PadWalker-2.5.tar.gz

cp PadWalker.pm blib/lib/PadWalker.pm

Running Mkbootstrap for PadWalker ()

chmod 644 "PadWalker.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PadWalker.bs blib/arch/auto/PadWalker/PadWalker.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  PadWalker.xs > PadWalker.xsc

mv PadWalker.xsc PadWalker.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"2.5\" -DXS_VERSION=\"2.5\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   PadWalker.c

rm -f blib/arch/auto/PadWalker/PadWalker.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  PadWalker.o  -o blib/arch/auto/PadWalker/PadWalker.so  \

      \

chmod 755 blib/arch/auto/PadWalker/PadWalker.so

Manifying 1 pod document

  ROBIN/PadWalker-2.5.tar.gz

  /usr/bin/make -- OK

Running make test for ROBIN/PadWalker-2.5.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PadWalker.bs blib/arch/auto/PadWalker/PadWalker.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/closure.t ... "my" variable $blah masks earlier declaration in same scope at t/closure.t line 57.

t/closure.t ... ok     

t/dm.t ........ "my" variable $x masks earlier declaration in same scope at t/dm.t line 58.

"our" variable $x masks earlier declaration in same scope at t/dm.t line 63.

t/dm.t ........ ok   

t/foo.t ....... ok   

t/our.t ....... 1/2 "my" variable $h masks earlier declaration in same scope at t/our.t line 12.

t/our.t ....... ok   

t/recurse.t ... ok   

t/sub.t ....... ok   

t/test.t ...... ok     

t/tt.t ........ ok   

t/var_name.t .. "my" variable $foo masks earlier declaration in same scope at t/var_name.t line 13.

t/var_name.t .. ok   

All tests successful.

Files=9, Tests=82,  0 wallclock secs ( 0.08 usr  0.05 sys +  0.16 cusr  0.04 csys =  0.33 CPU)

Result: PASS

  ROBIN/PadWalker-2.5.tar.gz

  /usr/bin/make test -- OK

Running make install for ROBIN/PadWalker-2.5.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PadWalker.bs blib/arch/auto/PadWalker/PadWalker.bs 644

Manifying 1 pod document

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/PadWalker/PadWalker.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/PadWalker.pm

Installing /usr/local/man/man3/PadWalker.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ROBIN/PadWalker-2.5.tar.gz

  sudo /usr/bin/make install  -- OK

  RCLAMP/Devel-Caller-2.06.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Devel-Caller-2.06-0

  RCLAMP/Devel-Caller-2.06.tar.gz

  Has already been prepared

Running make for R/RC/RCLAMP/Devel-Caller-2.06.tar.gz

cp lib/Devel/Caller.pm blib/lib/Devel/Caller.pm

Running Mkbootstrap for Caller ()

chmod 644 "Caller.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Caller.bs blib/arch/auto/Devel/Caller/Caller.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  Caller.xs > Caller.xsc

Please specify prototyping behavior for Caller.xs (see perlxs manual)

mv Caller.xsc Caller.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"2.06\" -DXS_VERSION=\"2.06\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   Caller.c

rm -f blib/arch/auto/Devel/Caller/Caller.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  Caller.o  -o blib/arch/auto/Devel/Caller/Caller.so  \

      \

chmod 755 blib/arch/auto/Devel/Caller/Caller.so

Manifying 1 pod document

  RCLAMP/Devel-Caller-2.06.tar.gz

  /usr/bin/make -- OK

Running make test for RCLAMP/Devel-Caller-2.06.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Caller.bs blib/arch/auto/Devel/Caller/Caller.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/Devel-Caller.t .. ok     

All tests successful.

Files=1, Tests=72,  0 wallclock secs ( 0.05 usr  0.00 sys +  0.15 cusr  0.02 csys =  0.22 CPU)

Result: PASS

  RCLAMP/Devel-Caller-2.06.tar.gz

  /usr/bin/make test -- OK

Running make install for RCLAMP/Devel-Caller-2.06.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Caller.bs blib/arch/auto/Devel/Caller/Caller.bs 644

Manifying 1 pod document

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Devel/Caller/Caller.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Devel/Caller.pm

Installing /usr/local/man/man3/Devel::Caller.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  RCLAMP/Devel-Caller-2.06.tar.gz

  sudo /usr/bin/make install  -- OK

  RCLAMP/Devel-LexAlias-0.05.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Devel-LexAlias-0.05-0

  RCLAMP/Devel-LexAlias-0.05.tar.gz

  Has already been prepared

Running make for R/RC/RCLAMP/Devel-LexAlias-0.05.tar.gz

cp LexAlias.pm blib/lib/Devel/LexAlias.pm

Running Mkbootstrap for LexAlias ()

chmod 644 "LexAlias.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LexAlias.bs blib/arch/auto/Devel/LexAlias/LexAlias.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  LexAlias.xs > LexAlias.xsc

Please specify prototyping behavior for LexAlias.xs (see perlxs manual)

mv LexAlias.xsc LexAlias.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   LexAlias.c

rm -f blib/arch/auto/Devel/LexAlias/LexAlias.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  LexAlias.o  -o blib/arch/auto/Devel/LexAlias/LexAlias.so  \

      \

chmod 755 blib/arch/auto/Devel/LexAlias/LexAlias.so

Manifying 1 pod document

  RCLAMP/Devel-LexAlias-0.05.tar.gz

  /usr/bin/make -- OK

Running make test for RCLAMP/Devel-LexAlias-0.05.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LexAlias.bs blib/arch/auto/Devel/LexAlias/LexAlias.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/Devel-LexAlias.t .. ok     

All tests successful.

Files=1, Tests=11,  0 wallclock secs ( 0.04 usr  0.00 sys +  0.13 cusr  0.02 csys =  0.19 CPU)

Result: PASS

  RCLAMP/Devel-LexAlias-0.05.tar.gz

  /usr/bin/make test -- OK

Running make install for RCLAMP/Devel-LexAlias-0.05.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LexAlias.bs blib/arch/auto/Devel/LexAlias/LexAlias.bs 644

Manifying 1 pod document

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Devel/LexAlias/LexAlias.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Devel/LexAlias.pm

Installing /usr/local/man/man3/Devel::LexAlias.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  RCLAMP/Devel-LexAlias-0.05.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'List::Util'

Fetching with LWP:

http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.62.tar.gz

Fetching with LWP:

http://www.cpan.org/authors/id/P/PE/PEVANS/CHECKSUMS

Checksum for /home/perl/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.62.tar.gz ok

Configuring P/PE/PEVANS/Scalar-List-Utils-1.62.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for List::Util

Writing MYMETA.yml and MYMETA.json

  PEVANS/Scalar-List-Utils-1.62.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for P/PE/PEVANS/Scalar-List-Utils-1.62.tar.gz

cp lib/List/Util.pm blib/lib/List/Util.pm

cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm

cp lib/List/Util/XS.pm blib/lib/List/Util/XS.pm

cp lib/Sub/Util.pm blib/lib/Sub/Util.pm

Running Mkbootstrap for Util ()

chmod 644 "Util.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/List/Util/Util.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  ListUtil.xs > ListUtil.xsc

mv ListUtil.xsc ListUtil.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"1.62\" -DXS_VERSION=\"1.62\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"  -DPERL_EXT -DUSE_PPPORT_H ListUtil.c

rm -f blib/arch/auto/List/Util/Util.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  ListUtil.o  -o blib/arch/auto/List/Util/Util.so  \

      \

chmod 755 blib/arch/auto/List/Util/Util.so

Manifying 4 pod documents

  PEVANS/Scalar-List-Utils-1.62.tar.gz

  /usr/bin/make -- OK

Running make test for PEVANS/Scalar-List-Utils-1.62.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/List/Util/Util.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00version.t ......... ok   

t/any-all.t ........... ok     

t/blessed.t ........... ok     

t/dualvar.t ........... ok     

t/exotic_names.t ...... ok         

t/first.t ............. ok     

t/getmagic-once.t ..... ok   

t/head-tail.t ......... ok     

t/isvstring.t ......... ok   

t/lln.t ............... ok     

t/max.t ............... ok     

t/maxstr.t ............ ok   

t/mesh.t .............. ok   

t/min.t ............... ok     

t/minstr.t ............ ok   

t/openhan.t ........... ok     

t/pair.t .............. ok     

t/product.t ........... ok     

t/prototype.t ......... ok     

t/readonly.t .......... ok     

t/reduce.t ............ ok     

t/reductions.t ........ ok   

t/refaddr.t ........... ok     

t/reftype.t ........... ok     

t/rt-96343.t .......... ok   

t/sample.t ............ ok   

t/scalarutil-proto.t .. ok     

t/shuffle.t ........... ok   

t/stack-corruption.t .. ok   

t/subname.t ........... ok     

t/sum.t ............... ok     

t/sum0.t .............. ok   

t/tainted.t ........... ok   

t/undefined-block.t ... ok     

t/uniq.t .............. ok     

t/uniqnum.t ........... ok     

t/weak.t .............. ok     

t/zip.t ............... ok   

All tests successful.

Files=38, Tests=2164,  7 wallclock secs ( 0.39 usr  0.07 sys +  6.08 cusr  0.65 csys =  7.19 CPU)

Result: PASS

  PEVANS/Scalar-List-Utils-1.62.tar.gz

  /usr/bin/make test -- OK

Running make install for PEVANS/Scalar-List-Utils-1.62.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/List/Util/Util.bs 644

Manifying 4 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/List/Util/Util.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/List/Util.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/List/Util/XS.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Scalar/Util.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Sub/Util.pm

Installing /usr/local/man/man3/Scalar::Util.3pm

Installing /usr/local/man/man3/Sub::Util.3pm

Installing /usr/local/man/man3/List::Util.3pm

Installing /usr/local/man/man3/List::Util::XS.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  PEVANS/Scalar-List-Utils-1.62.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Module::Runtime::Conflicts'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz ok

Configuring E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Module::Runtime::Conflicts

Writing MYMETA.yml and MYMETA.json

  ETHER/Module-Runtime-Conflicts-0.003.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz

cp lib/Module/Runtime/Conflicts.pm blib/lib/Module/Runtime/Conflicts.pm

Manifying 1 pod document

  ETHER/Module-Runtime-Conflicts-0.003.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Module-Runtime-Conflicts-0.003.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t .. # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module           Want     Have

#     ---------------- ---- --------

#     File::Spec        any     3.80

#     Module::Metadata  any 1.000037

#     Test::More       0.88 1.302183

#     if                any   0.0609

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module               Want  Have

#     -------------------- ---- -----

#     Dist::CheckConflicts  any  0.11

#     Module::Runtime       any 0.016

#     strict                any  1.12

#     warnings              any  1.51

# 

# === Other Modules ===

# 

#     Module           Have

#     ------------- -------

#     Pod::Coverage missing

# 

t/00-report-prereqs.t .. ok   

t/01-basic.t ........... ok   

All tests successful.

Files=2, Tests=2,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.49 cusr  0.06 csys =  0.59 CPU)

Result: PASS

  ETHER/Module-Runtime-Conflicts-0.003.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Module-Runtime-Conflicts-0.003.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Module/Runtime/Conflicts.pm

Installing /usr/local/man/man3/Module::Runtime::Conflicts.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Module-Runtime-Conflicts-0.003.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Package::DeprecationManager'

Fetching with LWP:

http://www.cpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz ok

Configuring D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Test::Warnings 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Package::DeprecationManager

Writing MYMETA.yml and MYMETA.json

  DROLSKY/Package-DeprecationManager-0.17.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz

----    Unsatisfied dependencies detected during    ----

---- DROLSKY/Package-DeprecationManager-0.17.tar.gz ----

    Test::Warnings [build_requires]

Running install for module 'Test::Warnings'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz ok

Configuring E/ET/ETHER/Test-Warnings-0.031.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Test::Warnings

Writing MYMETA.yml and MYMETA.json

  ETHER/Test-Warnings-0.031.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Test-Warnings-0.031.tar.gz

cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm

Manifying 1 pod document

  ETHER/Test-Warnings-0.031.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Test-Warnings-0.031.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t ................. # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module              Want     Have

#     ------------------- ---- --------

#     ExtUtils::MakeMaker  any     7.62

#     File::Spec           any     3.80

#     Test::More          0.94 1.302183

#     if                   any   0.0609

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Test Suggests ===

# 

#     Module                    Want     Have

#     ------------------------ ----- --------

#     CPAN::Meta::Check        0.011    0.014

#     CPAN::Meta::Requirements   any    2.140

#     PadWalker                  any      2.5

#     Test::Tester             0.108 1.302183

# 
Ruboninov commented 2 years ago
# === Runtime Requires ===

# 

#     Module        Want     Have

#     ------------- ---- --------

#     Carp           any     1.52

#     Exporter       any     5.76

#     Test::Builder  any 1.302183

#     parent         any    0.238

#     strict         any     1.12

#     warnings       any     1.51

# 

# === Other Modules ===

# 

#     Module             Have

#     --------------- -------

#     Encode             3.08

#     File::Temp       0.2311

#     JSON::PP           4.06

#     Module::Runtime   0.016

#     Sub::Name          0.26

#     YAML            missing

#     autodie            2.34

# 

t/00-report-prereqs.t ................. ok   

t/01-basic.t .......................... ok     

t/02-done_testing.t ................... ok   

t/03-subtest.t ........................ ok   

t/04-no-tests.t ....................... ok   

t/05-no-end-block.t ................... ok   

t/06-skip-all.t ....................... skipped: Need Does::Not::Exist::301189067148702 to continue!

t/07-no_plan.t ........................ ok   

t/08-use-if.t ......................... ok   

t/09-warnings-contents.t .............. ok   

t/10-no-done_testing.t ................ ok   

t/11-double-use.t ..................... ok   

t/12-no-newline.t ..................... ok   

t/13-propagate-warnings.t ............. ok   

t/14-propagate-subname.t .............. ok   

t/15-propagate-default.t .............. ok   

t/16-propagate-ignore.t ............... ok   

t/17-propagate-subname-colons.t ....... ok   

t/18-propagate-subname-package.t ...... ok   

t/19-propagate-nonexistent-subname.t .. ok   

t/20-propagate-stub.t ................. ok   

t/21-fail-on-warning.t ................ ok   

t/22-warnings-bareword.t .............. ok   

t/23-report-warnings.t ................ ok   

t/zzz-check-breaks.t .................. ok   

All tests successful.

Files=25, Tests=81,  5 wallclock secs ( 0.15 usr  0.06 sys +  4.18 cusr  0.50 csys =  4.89 CPU)

Result: PASS

  ETHER/Test-Warnings-0.031.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Test-Warnings-0.031.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Test/Warnings.pm

Installing /usr/local/man/man3/Test::Warnings.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Test-Warnings-0.031.tar.gz

  sudo /usr/bin/make install  -- OK

  DROLSKY/Package-DeprecationManager-0.17.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Package-DeprecationManager-0.17-0

  DROLSKY/Package-DeprecationManager-0.17.tar.gz

  Has already been prepared

Running make for D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz

cp lib/Package/DeprecationManager.pm blib/lib/Package/DeprecationManager.pm

Manifying 1 pod document

  DROLSKY/Package-DeprecationManager-0.17.tar.gz

  /usr/bin/make -- OK

Running make test for DROLSKY/Package-DeprecationManager-0.17.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t .. # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module              Want     Have

#     ------------------- ---- --------

#     Exporter             any     5.76

#     ExtUtils::MakeMaker  any     7.62

#     File::Spec           any     3.80

#     Test::Fatal          any    0.016

#     Test::More          0.96 1.302183

#     Test::Warnings       any    0.031

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module         Want  Have

#     -------------- ---- -----

#     Carp            any  1.52

#     List::Util     1.33  1.62

#     Package::Stash  any  0.39

#     Params::Util    any 1.102

#     Sub::Install    any 0.928

#     Sub::Name       any  0.26

#     strict          any  1.12

#     warnings        any  1.51

# 

t/00-report-prereqs.t .. ok   

t/basic.t .............. ok    

t/export.t ............. ok   

All tests successful.

Files=3, Tests=30,  1 wallclock secs ( 0.05 usr  0.00 sys +  0.71 cusr  0.07 csys =  0.83 CPU)

Result: PASS

  DROLSKY/Package-DeprecationManager-0.17.tar.gz

  /usr/bin/make test -- OK

Running make install for DROLSKY/Package-DeprecationManager-0.17.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Package/DeprecationManager.pm

Installing /usr/local/man/man3/Package::DeprecationManager.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  DROLSKY/Package-DeprecationManager-0.17.tar.gz

  sudo /usr/bin/make install  -- OK

Running install for module 'Test::CleanNamespaces'

Fetching with LWP:

http://www.cpan.org/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz ok

Configuring E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Test::Deep 0 not found.

Generating a Unix-style Makefile

Writing Makefile for Test::CleanNamespaces

Writing MYMETA.yml and MYMETA.json

  ETHER/Test-CleanNamespaces-0.24.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz

---- Unsatisfied dependencies detected during ----

----  ETHER/Test-CleanNamespaces-0.24.tar.gz  ----

    Test::Deep [build_requires]

Running install for module 'Test::Deep'

Fetching with LWP:

http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz

Checksum for /home/perl/.cpan/sources/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz ok

Configuring R/RJ/RJBS/Test-Deep-1.130.tar.gz with Makefile.PL

Checking if your kit is complete...

Looks good

Generating a Unix-style Makefile

Writing Makefile for Test::Deep

Writing MYMETA.yml and MYMETA.json

  RJBS/Test-Deep-1.130.tar.gz

  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK

Running make for R/RJ/RJBS/Test-Deep-1.130.tar.gz

cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm

cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm

cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm

cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm

cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm

cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm

cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm

cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm

cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm

cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm

cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm

cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm

cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm

cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm

cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm

cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm

cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm

cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm

cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm

cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm

cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm

cp lib/Test/Deep.pm blib/lib/Test/Deep.pm

cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm

cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm

cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm

cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm

cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm

cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm

cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm

cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm

cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm

cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm

cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm

cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm

cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm

cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm

cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm

cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm

cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm

cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm

cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm

cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm

cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm

Manifying 2 pod documents

  RJBS/Test-Deep-1.130.tar.gz

  /usr/bin/make -- OK

Running make test for RJBS/Test-Deep-1.130.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/all.t ..................... ok    

t/any.t ..................... ok    

t/array.t ................... ok    

t/array_each.t .............. ok    

t/arraylength.t ............. ok    

t/bag.t ..................... ok     

t/bagrecursion.t ............ ok   

t/blessed.t ................. ok    

t/boolean.t ................. ok    

t/cache.t ................... ok   

t/circular.t ................ ok    

t/class.t ................... ok    

t/code.t .................... ok    

t/deep_utils.t .............. ok   

t/descend.t ................. ok    

t/error.t ................... ok   

t/hash.t .................... ok    

t/hash_each.t ............... ok    

t/hashkeys.t ................ ok    

t/ignore.t .................. ok   

t/import.t .................. ok   

t/isa.t ..................... ok    

t/leaf-wrapper.t ............ ok    

t/listmethods.t ............. ok    

t/memory.t .................. ok   

t/methods.t ................. ok    

t/none.t .................... ok    

t/notest.t .................. ok   

t/notest_extra.t ............ ok   

t/number.t .................. ok    

t/reftype.t ................. ok    

t/regexp.t .................. ok    

t/regexpref.t ............... ok    

t/rt78288_blessed_object.t .. ok   

t/scalar.t .................. ok    

t/scalarref.t ............... ok    

t/set.t ..................... ok     

t/shallow.t ................. ok    

t/string.t .................. ok    

All tests successful.

Files=39, Tests=1260,  7 wallclock secs ( 0.34 usr  0.05 sys +  5.70 cusr  0.68 csys =  6.77 CPU)

Result: PASS

  RJBS/Test-Deep-1.130.tar.gz

  /usr/bin/make test -- OK

Running make install for RJBS/Test-Deep-1.130.tar.gz

Manifying 2 pod documents

Installing /usr/local/share/perl/5.34.0/Test/Deep.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/All.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/RegexpOnly.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/RegexpRef.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/HashKeysOnly.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/NoTest.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Class.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Isa.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Cmp.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Set.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ScalarRef.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ArrayEach.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Cache.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/HashEach.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ArrayLengthOnly.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Hash.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Stack.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Regexp.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/HashElements.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/RegexpRefOnly.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ScalarRefOnly.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Obj.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/String.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/RegexpMatches.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Shallow.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/None.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/HashKeys.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Boolean.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Array.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ListMethods.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Code.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/RefType.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Blessed.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Any.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Methods.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Number.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ArrayElementsOnly.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/ArrayLength.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Ignore.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/MM.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Ref.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/RegexpVersion.pm

Installing /usr/local/share/perl/5.34.0/Test/Deep/Cache/Simple.pm

Installing /usr/local/man/man3/Test::Deep.3pm

Installing /usr/local/man/man3/Test::Deep::NoTest.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  RJBS/Test-Deep-1.130.tar.gz

  sudo /usr/bin/make install  -- OK

  ETHER/Test-CleanNamespaces-0.24.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Test-CleanNamespaces-0.24-0

  ETHER/Test-CleanNamespaces-0.24.tar.gz

  Has already been prepared

Running make for E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz

cp lib/Test/CleanNamespaces.pm blib/lib/Test/CleanNamespaces.pm

Manifying 1 pod document

  ETHER/Test-CleanNamespaces-0.24.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Test-CleanNamespaces-0.24.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-report-prereqs.t ......... # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module                       Want     Have

#     ------------------------ -------- --------

#     CPAN::Meta::Requirements 2.120620    2.140

#     ExtUtils::MakeMaker           any     7.62

#     Module::Metadata              any 1.000037

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module                 Want     Have

#     --------------------- ----- --------

#     ExtUtils::MakeMaker     any     7.62

#     File::Spec              any     3.80

#     File::Spec::Functions   any     3.80

#     File::pushd             any    1.016

#     Scalar::Util            any     1.62

#     Sub::Exporter           any    0.988

#     Test::Deep              any    1.130

#     Test::More             0.96 1.302183

#     Test::Needs             any 0.002009

#     Test::Tester            any 1.302183

#     Test::Warnings        0.009    0.031

#     constant                any     1.33

#     if                      any   0.0609

#     lib                     any     0.65

#     namespace::clean        any     0.27

#     overload                any     1.33

#     parent                  any    0.238

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Test Suggests ===

# 

#     Module                          Want     Have

#     --------------------------- -------- --------

#     Class::MOP::Class                any  missing

#     Moo                              any 2.005004

#     Moo::Role                        any 2.005004

#     Moose                            any  missing

#     Moose::Exporter                  any  missing

#     Moose::Role                      any  missing

#     MooseX::Role::Parameterized      any  missing

#     Mouse                            any  missing

#     Mouse::Role                      any  missing

#     Role::Tiny                  1.003000 2.002004

#     metaclass                        any  missing

# 

# === Runtime Requires ===

# 

#     Module              Want     Have

#     --------------- -------- --------

#     Exporter            5.57     5.76

#     File::Find           any     1.39

#     File::Spec           any     3.80

#     Module::Runtime      any    0.016

#     Package::Stash      0.14     0.39

#     Role::Tiny      1.003000 2.002004

#     Sub::Identify        any     0.14

#     Test::Builder        any 1.302183

#     strict               any     1.12

#     warnings             any     1.51

# 

# === Runtime Recommends ===

# 

#     Module             Want Have

#     ------------------ ---- ----

#     Package::Stash::XS  any 0.29

# 

# === Runtime Suggests ===

# 

#     Module     Want     Have

#     ---------- ---- --------

#     Role::Tiny  any 2.002004

# 

# === Other Modules ===

# 

#     Module             Have

#     --------------- -------

#     Encode             3.08

#     File::Temp       0.2311

#     JSON::PP           4.06

#     Module::Runtime   0.016

#     Pod::Coverage   missing

#     Sub::Name          0.26

#     YAML            missing

#     autodie            2.34

# 

t/00-report-prereqs.t ......... ok   

t/basic.t ..................... ok    

t/class_mop.t ................. skipped: skipping for regular installs, due to possible circular dependency issues

t/clean-namespaces.t .......... ok   

t/find_modules.t .............. ok   

t/moo.t ....................... ok    

t/moose-parameterized-role.t .. skipped: skipping for regular installs, due to possible circular dependency issues

t/moose.t ..................... skipped: skipping for regular installs, due to possible circular dependency issues

t/mouse.t ..................... skipped: Need Mouse

t/overload.t .................. ok   

t/role_tiny.t ................. ok    

t/self.t ...................... ok   

t/zzz-check-breaks.t .......... ok   

All tests successful.

Files=13, Tests=134,  2 wallclock secs ( 0.08 usr  0.03 sys +  2.38 cusr  0.22 csys =  2.71 CPU)

Result: PASS

  ETHER/Test-CleanNamespaces-0.24.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Test-CleanNamespaces-0.24.tar.gz

Manifying 1 pod document

Installing /usr/local/share/perl/5.34.0/Test/CleanNamespaces.pm

Installing /usr/local/man/man3/Test::CleanNamespaces.3pm

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Test-CleanNamespaces-0.24.tar.gz

  sudo /usr/bin/make install  -- OK

  ETHER/Moose-2.2201.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Moose-2.2201-0

  ETHER/Moose-2.2201.tar.gz

  Has already been prepared

Running make for E/ET/ETHER/Moose-2.2201.tar.gz

cp lib/Class/MOP/Method/Constructor.pm blib/lib/Class/MOP/Method/Constructor.pm

cp lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod

cp lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod

cp lib/Moose/Cookbook.pod blib/lib/Moose/Cookbook.pod

cp lib/Class/MOP/Mixin/AttributeCore.pm blib/lib/Class/MOP/Mixin/AttributeCore.pm

cp lib/Class/MOP/Deprecated.pm blib/lib/Class/MOP/Deprecated.pm

cp lib/Class/MOP/Method/Generated.pm blib/lib/Class/MOP/Method/Generated.pm

cp lib/Class/MOP/Module.pm blib/lib/Class/MOP/Module.pm

cp lib/Class/MOP/Method.pm blib/lib/Class/MOP/Method.pm

cp lib/Class/MOP/Mixin.pm blib/lib/Class/MOP/Mixin.pm

cp lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod

cp lib/Class/MOP/Overload.pm blib/lib/Class/MOP/Overload.pm

cp lib/Class/MOP/Mixin/HasOverloads.pm blib/lib/Class/MOP/Mixin/HasOverloads.pm

cp lib/Class/MOP/Class/Immutable/Trait.pm blib/lib/Class/MOP/Class/Immutable/Trait.pm

cp lib/Class/MOP/Method/Inlined.pm blib/lib/Class/MOP/Method/Inlined.pm

cp lib/Class/MOP/Class.pm blib/lib/Class/MOP/Class.pm

cp lib/Moose.pm blib/lib/Moose.pm

cp lib/Class/MOP/Method/Accessor.pm blib/lib/Class/MOP/Method/Accessor.pm

cp lib/Class/MOP/Mixin/HasAttributes.pm blib/lib/Class/MOP/Mixin/HasAttributes.pm

cp lib/Class/MOP/Method/Meta.pm blib/lib/Class/MOP/Method/Meta.pm

cp lib/Class/MOP/Method/Wrapped.pm blib/lib/Class/MOP/Method/Wrapped.pm

cp lib/Class/MOP/Object.pm blib/lib/Class/MOP/Object.pm

cp lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod

cp lib/Moose/Conflicts.pm blib/lib/Moose/Conflicts.pm

cp lib/Class/MOP/Package.pm blib/lib/Class/MOP/Package.pm

cp lib/Moose/Cookbook/Basics/Company_Subtypes.pod blib/lib/Moose/Cookbook/Basics/Company_Subtypes.pod

cp lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod blib/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod

cp lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod blib/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod

cp lib/Class/MOP/Mixin/HasMethods.pm blib/lib/Class/MOP/Mixin/HasMethods.pm

cp lib/Class/MOP/MiniTrait.pm blib/lib/Class/MOP/MiniTrait.pm

cp lib/Class/MOP.pm blib/lib/Class/MOP.pm

cp lib/Class/MOP/Attribute.pm blib/lib/Class/MOP/Attribute.pm

cp lib/Class/MOP/Instance.pm blib/lib/Class/MOP/Instance.pm

cp lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod blib/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod

cp lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod blib/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod

cp lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod

cp lib/Moose/Cookbook/Snack/Types.pod blib/lib/Moose/Cookbook/Snack/Types.pod

cp lib/Moose/Cookbook/Basics/Immutable.pod blib/lib/Moose/Cookbook/Basics/Immutable.pod

cp lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod blib/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod

cp lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod

cp lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod blib/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod

cp lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod

cp lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod blib/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod

cp lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod blib/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod

cp lib/Moose/Cookbook/Style.pod blib/lib/Moose/Cookbook/Style.pod

cp lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod blib/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod

cp lib/Moose/Deprecated.pm blib/lib/Moose/Deprecated.pm

cp lib/Moose/Exception.pm blib/lib/Moose/Exception.pm

cp lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod blib/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod

cp lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod blib/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod

cp lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod

cp lib/Moose/Exception/AccessorMustReadWrite.pm blib/lib/Moose/Exception/AccessorMustReadWrite.pm

cp lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod blib/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod

cp lib/Moose/Cookbook/Snack/Keywords.pod blib/lib/Moose/Cookbook/Snack/Keywords.pod

cp lib/Moose/Cookbook/Extending/ExtensionOverview.pod blib/lib/Moose/Cookbook/Extending/ExtensionOverview.pod

cp lib/Moose/Cookbook/Meta/WhyMeta.pod blib/lib/Moose/Cookbook/Meta/WhyMeta.pod

cp lib/Moose/Cookbook/Roles/ApplicationToInstance.pod blib/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod

cp lib/Moose/Exception/AttributeValueIsNotAnObject.pm blib/lib/Moose/Exception/AttributeValueIsNotAnObject.pm

cp lib/Moose/Exception/ApplyTakesABlessedInstance.pm blib/lib/Moose/Exception/ApplyTakesABlessedInstance.pm

cp lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm blib/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm

cp lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm blib/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm

cp lib/Moose/Exception/AttributeConflictInRoles.pm blib/lib/Moose/Exception/AttributeConflictInRoles.pm

cp lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm blib/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm

cp lib/Moose/Exception/BuilderDoesNotExist.pm blib/lib/Moose/Exception/BuilderDoesNotExist.pm

cp lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm blib/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm

cp lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm

cp lib/Moose/Exception/AttributeIsRequired.pm blib/lib/Moose/Exception/AttributeIsRequired.pm

cp lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm

cp lib/Moose/Exception/AttributeConflictInSummation.pm blib/lib/Moose/Exception/AttributeConflictInSummation.pm

cp lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm

cp lib/Moose/Exception/BadOptionFormat.pm blib/lib/Moose/Exception/BadOptionFormat.pm

cp lib/Moose/Exception/BuilderMustBeAMethodName.pm blib/lib/Moose/Exception/BuilderMustBeAMethodName.pm

cp lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm blib/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm

cp lib/Moose/Exception/AttributeNamesDoNotMatch.pm blib/lib/Moose/Exception/AttributeNamesDoNotMatch.pm

cp lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm blib/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm

cp lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm blib/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm

cp lib/Moose/Exception/AttributeValueIsNotDefined.pm blib/lib/Moose/Exception/AttributeValueIsNotDefined.pm

cp lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm blib/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm

cp lib/Moose/Exception/CanOnlyConsumeRole.pm blib/lib/Moose/Exception/CanOnlyConsumeRole.pm

cp lib/Moose/Exception/CanOnlyWrapBlessedCode.pm blib/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm

cp lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm blib/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm

cp lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm

cp lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm blib/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm

cp lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm blib/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm

cp lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm blib/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm

cp lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm blib/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm

cp lib/Moose/Exception/CanExtendOnlyClasses.pm blib/lib/Moose/Exception/CanExtendOnlyClasses.pm

cp lib/Moose/Exception/CannotCalculateNativeType.pm blib/lib/Moose/Exception/CannotCalculateNativeType.pm

cp lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm

cp lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm blib/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm

cp lib/Moose/Exception/CannotAugmentNoSuperMethod.pm blib/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm

cp lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm blib/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm

cp lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm

cp lib/Moose/Exception/CannotCoerceAWeakRef.pm blib/lib/Moose/Exception/CannotCoerceAWeakRef.pm

cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm

cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm

cp lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm blib/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm

cp lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm blib/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm

cp lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm

cp lib/Moose/Exception/CannotCallAnAbstractMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractMethod.pm

cp lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm blib/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm

cp lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm blib/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm

cp lib/Moose/Exception/CannotOverrideNoSuperMethod.pm blib/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm

cp lib/Moose/Exception/CannotOverrideALocalMethod.pm blib/lib/Moose/Exception/CannotOverrideALocalMethod.pm

cp lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm

cp lib/Moose/Exception/ClassDoesTheExcludedRole.pm blib/lib/Moose/Exception/ClassDoesTheExcludedRole.pm

cp lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm

cp lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm blib/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm

cp lib/Moose/Exception/CannotDelegateWithoutIsa.pm blib/lib/Moose/Exception/CannotDelegateWithoutIsa.pm

cp lib/Moose/Exception/CodeBlockMustBeACodeRef.pm blib/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm

cp lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm blib/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm

cp lib/Moose/Exception/CannotMakeMetaclassCompatible.pm blib/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm

cp lib/Moose/Exception/CannotLocatePackageInINC.pm blib/lib/Moose/Exception/CannotLocatePackageInINC.pm

cp lib/Moose/Exception/CircularReferenceInAlso.pm blib/lib/Moose/Exception/CircularReferenceInAlso.pm

cp lib/Moose/Exception/CannotFindType.pm blib/lib/Moose/Exception/CannotFindType.pm

cp lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm blib/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm

cp lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm blib/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm

cp lib/Moose/Exception/ClassNamesDoNotMatch.pm blib/lib/Moose/Exception/ClassNamesDoNotMatch.pm

cp lib/Moose/Exception/CannotFindDelegateMetaclass.pm blib/lib/Moose/Exception/CannotFindDelegateMetaclass.pm

cp lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm blib/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm

cp lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm blib/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm

cp lib/Moose/Exception/CannotGenerateInlineConstraint.pm blib/lib/Moose/Exception/CannotGenerateInlineConstraint.pm

cp lib/Moose/Exception/CannotFixMetaclassCompatibility.pm blib/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm

cp lib/Moose/Exception/CouldNotCreateWriter.pm blib/lib/Moose/Exception/CouldNotCreateWriter.pm

cp lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm blib/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm

cp lib/Moose/Exception/CouldNotParseType.pm blib/lib/Moose/Exception/CouldNotParseType.pm

cp lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm blib/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm

cp lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm blib/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm

cp lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm blib/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm

cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm

cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm

cp lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm blib/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm

cp lib/Moose/Exception/CoercingWithoutCoercions.pm blib/lib/Moose/Exception/CoercingWithoutCoercions.pm

cp lib/Moose/Exception/CreateTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm

cp lib/Moose/Exception/CouldNotEvalDestructor.pm blib/lib/Moose/Exception/CouldNotEvalDestructor.pm

cp lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm

cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm

cp lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm blib/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm

cp lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm

cp lib/Moose/Exception/CouldNotEvalConstructor.pm blib/lib/Moose/Exception/CouldNotEvalConstructor.pm

cp lib/Moose/Exception/CoercionAlreadyExists.pm blib/lib/Moose/Exception/CoercionAlreadyExists.pm

cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm

cp lib/Moose/Exception/CoercionNeedsTypeConstraint.pm blib/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm

cp lib/Moose/Exception/CouldNotCreateMethod.pm blib/lib/Moose/Exception/CouldNotCreateMethod.pm

cp lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm blib/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm

cp lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm

cp lib/Moose/Exception/InstanceMustBeABlessedReference.pm blib/lib/Moose/Exception/InstanceMustBeABlessedReference.pm

cp lib/Moose/Exception/EnumValuesMustBeString.pm blib/lib/Moose/Exception/EnumValuesMustBeString.pm

cp lib/Moose/Exception/InitMetaRequiresClass.pm blib/lib/Moose/Exception/InitMetaRequiresClass.pm

cp lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm blib/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm

cp lib/Moose/Exception/InvalidOverloadOperator.pm blib/lib/Moose/Exception/InvalidOverloadOperator.pm

cp lib/Moose/Exception/InvalidHasProvidedInARole.pm blib/lib/Moose/Exception/InvalidHasProvidedInARole.pm

cp lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm

cp lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm blib/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm

cp lib/Moose/Exception/IllegalInheritedOptions.pm blib/lib/Moose/Exception/IllegalInheritedOptions.pm

cp lib/Moose/Exception/HandlesMustBeAHashRef.pm blib/lib/Moose/Exception/HandlesMustBeAHashRef.pm

cp lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm blib/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm

cp lib/Moose/Exception/ExtendsMissingArgs.pm blib/lib/Moose/Exception/ExtendsMissingArgs.pm

cp lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm blib/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm

cp lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm blib/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm

cp lib/Moose/Exception/InvalidNameForType.pm blib/lib/Moose/Exception/InvalidNameForType.pm

cp lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm

cp lib/Moose/Exception/DoesRequiresRoleName.pm blib/lib/Moose/Exception/DoesRequiresRoleName.pm

cp lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm blib/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm

cp lib/Moose/Exception/InvalidRoleApplication.pm blib/lib/Moose/Exception/InvalidRoleApplication.pm

cp lib/Moose/Exception/InvalidHandleValue.pm blib/lib/Moose/Exception/InvalidHandleValue.pm

cp lib/Moose/Exception/InvalidArgumentToMethod.pm blib/lib/Moose/Exception/InvalidArgumentToMethod.pm

cp lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm blib/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm

cp lib/Moose/Exception/MethodExpectsMoreArgs.pm blib/lib/Moose/Exception/MethodExpectsMoreArgs.pm

cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm

cp lib/Moose/Exception/MatchActionMustBeACodeRef.pm blib/lib/Moose/Exception/MatchActionMustBeACodeRef.pm

cp lib/Moose/Exception/MetaclassTypeIncompatible.pm blib/lib/Moose/Exception/MetaclassTypeIncompatible.pm

cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm

cp lib/Moose/Exception/MethodExpectsFewerArgs.pm blib/lib/Moose/Exception/MethodExpectsFewerArgs.pm

cp lib/Moose/Exception/MethodNameConflictInRoles.pm blib/lib/Moose/Exception/MethodNameConflictInRoles.pm

cp lib/Moose/Exception/MessageParameterMustBeCodeRef.pm blib/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm

cp lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm blib/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm

cp lib/Moose/Exception/IsaDoesNotDoTheRole.pm blib/lib/Moose/Exception/IsaDoesNotDoTheRole.pm

cp lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm

cp lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm

cp lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm

cp lib/Moose/Exception/MetaclassNotLoaded.pm blib/lib/Moose/Exception/MetaclassNotLoaded.pm

cp lib/Moose/Exception/MethodExpectedAMetaclassObject.pm blib/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm

cp lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm blib/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm

cp lib/Moose/Exception/Legacy.pm blib/lib/Moose/Exception/Legacy.pm

cp lib/Moose/Exception/InvalidTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeConstraint.pm

cp lib/Moose/Exception/LazyAttributeNeedsADefault.pm blib/lib/Moose/Exception/LazyAttributeNeedsADefault.pm

cp lib/Moose/Exception/IsaLacksDoesMethod.pm blib/lib/Moose/Exception/IsaLacksDoesMethod.pm

cp lib/Moose/Exception/InvalidValueForIs.pm blib/lib/Moose/Exception/InvalidValueForIs.pm

cp lib/Moose/Exception/MethodModifierNeedsMethodName.pm blib/lib/Moose/Exception/MethodModifierNeedsMethodName.pm

cp lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm

cp lib/Moose/Exception/MustDefineAnOverloadOperator.pm blib/lib/Moose/Exception/MustDefineAnOverloadOperator.pm

cp lib/Moose/Exception/MustSupplyAMetaclass.pm blib/lib/Moose/Exception/MustSupplyAMetaclass.pm

cp lib/Moose/Exception/MethodNameNotGiven.pm blib/lib/Moose/Exception/MethodNameNotGiven.pm

cp lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm blib/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm

cp lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm blib/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm

cp lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm

cp lib/Moose/Exception/MustSpecifyAtleastOneRole.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm

cp lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm blib/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm

cp lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm

cp lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm blib/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm

cp lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm

cp lib/Moose/Exception/MustSupplyADelegateToMethod.pm blib/lib/Moose/Exception/MustSupplyADelegateToMethod.pm

cp lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm blib/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm

cp lib/Moose/Exception/MustDefineAnAttributeName.pm blib/lib/Moose/Exception/MustDefineAnAttributeName.pm

cp lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm

cp lib/Moose/Exception/MustPassAHashOfOptions.pm blib/lib/Moose/Exception/MustPassAHashOfOptions.pm

cp lib/Moose/Exception/MustProvideANameForTheAttribute.pm blib/lib/Moose/Exception/MustProvideANameForTheAttribute.pm

cp lib/Moose/Exception/MustPassEvenNumberOfArguments.pm blib/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm

cp lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm

cp lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm blib/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm

cp lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm

cp lib/Moose/Exception/MustDefineAMethodName.pm blib/lib/Moose/Exception/MustDefineAMethodName.pm

cp lib/Moose/Exception/OverloadRequiresAMetaOverload.pm blib/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm

cp lib/Moose/Exception/NoDestructorClassSpecified.pm blib/lib/Moose/Exception/NoDestructorClassSpecified.pm

cp lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm blib/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm

cp lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm blib/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm

cp lib/Moose/Exception/OnlyInstancesCanBeCloned.pm blib/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm

cp lib/Moose/Exception/OperatorIsRequired.pm blib/lib/Moose/Exception/OperatorIsRequired.pm

cp lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm blib/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm

cp lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm blib/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm

cp lib/Moose/Exception/OverloadRequiresAnOperator.pm blib/lib/Moose/Exception/OverloadRequiresAnOperator.pm

cp lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm blib/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm

cp lib/Moose/Exception/OverloadConflictInSummation.pm blib/lib/Moose/Exception/OverloadConflictInSummation.pm

cp lib/Moose/Exception/MustSupplyPackageNameAndName.pm blib/lib/Moose/Exception/MustSupplyPackageNameAndName.pm

cp lib/Moose/Exception/NoCasesMatched.pm blib/lib/Moose/Exception/NoCasesMatched.pm

cp lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm blib/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm

cp lib/Moose/Exception/OverloadRequiresAMetaMethod.pm blib/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm

cp lib/Moose/Exception/OverloadRequiresAMetaClass.pm blib/lib/Moose/Exception/OverloadRequiresAMetaClass.pm

cp lib/Moose/Exception/NoParentGivenToSubtype.pm blib/lib/Moose/Exception/NoParentGivenToSubtype.pm

cp lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm blib/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm

cp lib/Moose/Exception/NoAttributeFoundInSuperClass.pm blib/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm

cp lib/Moose/Exception/OverrideConflictInComposition.pm blib/lib/Moose/Exception/OverrideConflictInComposition.pm

cp lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm blib/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm

cp lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm blib/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm

cp lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm blib/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm

cp lib/Moose/Exception/Role/AttributeName.pm blib/lib/Moose/Exception/Role/AttributeName.pm

cp lib/Moose/Exception/Role/Method.pm blib/lib/Moose/Exception/Role/Method.pm

cp lib/Moose/Exception/Role/RoleForCreate.pm blib/lib/Moose/Exception/Role/RoleForCreate.pm

cp lib/Moose/Exception/RoleExclusionConflict.pm blib/lib/Moose/Exception/RoleExclusionConflict.pm

cp lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm blib/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm

cp lib/Moose/Exception/OverrideConflictInSummation.pm blib/lib/Moose/Exception/OverrideConflictInSummation.pm

cp lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm blib/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm

cp lib/Moose/Exception/RequiredAttributeLacksInitialization.pm blib/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm

cp lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm blib/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm

cp lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm blib/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm

cp lib/Moose/Exception/Role/Role.pm blib/lib/Moose/Exception/Role/Role.pm

cp lib/Moose/Exception/Role/Attribute.pm blib/lib/Moose/Exception/Role/Attribute.pm

cp lib/Moose/Exception/Role/RoleForCreateMOPClass.pm blib/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm

cp lib/Moose/Exception/RequiredMethodsImportedByClass.pm blib/lib/Moose/Exception/RequiredMethodsImportedByClass.pm

cp lib/Moose/Exception/RoleDoesTheExcludedRole.pm blib/lib/Moose/Exception/RoleDoesTheExcludedRole.pm

cp lib/Moose/Exception/Role/InstanceClass.pm blib/lib/Moose/Exception/Role/InstanceClass.pm

cp lib/Moose/Exception/Role/InvalidAttributeOptions.pm blib/lib/Moose/Exception/Role/InvalidAttributeOptions.pm

cp lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm blib/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm

cp lib/Moose/Exception/Role/Class.pm blib/lib/Moose/Exception/Role/Class.pm

cp lib/Moose/Exception/Role/TypeConstraint.pm blib/lib/Moose/Exception/Role/TypeConstraint.pm

cp lib/Moose/Exception/Role/Instance.pm blib/lib/Moose/Exception/Role/Instance.pm

cp lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm blib/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm

cp lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm blib/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm

cp lib/Moose/Exception/Role/ParamsHash.pm blib/lib/Moose/Exception/Role/ParamsHash.pm

cp lib/Moose/Exception/RequiredAttributeNeedsADefault.pm blib/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm

cp lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm

cp lib/Moose/Exception/TriggerMustBeACodeRef.pm blib/lib/Moose/Exception/TriggerMustBeACodeRef.pm

cp lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm blib/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm

cp lib/Moose/Exception/RolesDoNotSupportExtends.pm blib/lib/Moose/Exception/RolesDoNotSupportExtends.pm

cp lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm blib/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm

cp lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm blib/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm

cp lib/Moose/Exception/RoleNameRequired.pm blib/lib/Moose/Exception/RoleNameRequired.pm

cp lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm blib/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm

cp lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm blib/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm

cp lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm blib/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm

cp lib/Moose/Exception/RolesDoNotSupportAugment.pm blib/lib/Moose/Exception/RolesDoNotSupportAugment.pm

cp lib/Moose/Exception/ValidationFailedForTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm

cp lib/Moose/Exception/RolesDoNotSupportInner.pm blib/lib/Moose/Exception/RolesDoNotSupportInner.pm

cp lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm blib/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm

cp lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm

cp lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm blib/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm

cp lib/Moose/Exception/UnableToCanonicalizeHandles.pm blib/lib/Moose/Exception/UnableToCanonicalizeHandles.pm

cp lib/Moose/Exception/WrapTakesACodeRefToBless.pm blib/lib/Moose/Exception/WrapTakesACodeRefToBless.pm

cp lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm blib/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm

cp lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm blib/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm

cp lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm blib/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm

cp lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm blib/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm

cp lib/Moose/Meta/Attribute/Native/Trait/Number.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Number.pm

cp lib/Moose/Manual/Contributing.pod blib/lib/Moose/Manual/Contributing.pod

cp lib/Moose/Meta/Attribute/Native/Trait/Counter.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm

cp lib/Moose/Meta/Attribute/Native/Trait/Hash.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm

cp lib/Moose/Manual.pod blib/lib/Moose/Manual.pod

cp lib/Moose/Meta/Attribute/Native/Trait/Array.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Array.pm

cp lib/Moose/Manual/Classes.pod blib/lib/Moose/Manual/Classes.pod

cp lib/Moose/Intro.pod blib/lib/Moose/Intro.pod

cp lib/Moose/Manual/MooseX.pod blib/lib/Moose/Manual/MooseX.pod

cp lib/Moose/Manual/Exceptions/Manifest.pod blib/lib/Moose/Manual/Exceptions/Manifest.pod

cp lib/Moose/Exception/WrongTypeConstraintGiven.pm blib/lib/Moose/Exception/WrongTypeConstraintGiven.pm

cp lib/Moose/Manual/BestPractices.pod blib/lib/Moose/Manual/BestPractices.pod

cp lib/Moose/Manual/Construction.pod blib/lib/Moose/Manual/Construction.pod

cp lib/Moose/Manual/Resources.pod blib/lib/Moose/Manual/Resources.pod

cp lib/Moose/Meta/Attribute.pm blib/lib/Moose/Meta/Attribute.pm

cp lib/Moose/Manual/Delta.pod blib/lib/Moose/Manual/Delta.pod

cp lib/Moose/Meta/Attribute/Native/Trait.pm blib/lib/Moose/Meta/Attribute/Native/Trait.pm

cp lib/Moose/Manual/Attributes.pod blib/lib/Moose/Manual/Attributes.pod

cp lib/Moose/Manual/Types.pod blib/lib/Moose/Manual/Types.pod

cp lib/Moose/Manual/FAQ.pod blib/lib/Moose/Manual/FAQ.pod

cp lib/Moose/Manual/MOP.pod blib/lib/Moose/Manual/MOP.pod

cp lib/Moose/Manual/Delegation.pod blib/lib/Moose/Manual/Delegation.pod

cp lib/Moose/Manual/Unsweetened.pod blib/lib/Moose/Manual/Unsweetened.pod

cp lib/Moose/Meta/Attribute/Native.pm blib/lib/Moose/Meta/Attribute/Native.pm

cp lib/Moose/Manual/Exceptions.pod blib/lib/Moose/Manual/Exceptions.pod

cp lib/Moose/Manual/Concepts.pod blib/lib/Moose/Manual/Concepts.pod

cp lib/Moose/Meta/Attribute/Native/Trait/Code.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Code.pm

cp lib/Moose/Manual/Roles.pod blib/lib/Moose/Manual/Roles.pod

cp lib/Moose/Manual/Support.pod blib/lib/Moose/Manual/Support.pod

cp lib/Moose/Meta/Attribute/Native/Trait/String.pm blib/lib/Moose/Meta/Attribute/Native/Trait/String.pm

cp lib/Moose/Manual/MethodModifiers.pod blib/lib/Moose/Manual/MethodModifiers.pod

cp lib/Moose/Meta/Attribute/Native/Trait/Bool.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm

cp lib/Moose/Exporter.pm blib/lib/Moose/Exporter.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm

cp lib/Moose/Meta/Method/Accessor/Native.pm blib/lib/Moose/Meta/Method/Accessor/Native.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/push.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm

cp lib/Moose/Meta/Class.pm blib/lib/Moose/Meta/Class.pm

cp lib/Moose/Meta/Method/Accessor.pm blib/lib/Moose/Meta/Method/Accessor.pm

cp lib/Moose/Meta/Method.pm blib/lib/Moose/Meta/Method.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/join.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm

cp lib/Moose/Meta/Class/Immutable/Trait.pm blib/lib/Moose/Meta/Class/Immutable/Trait.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/first.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm

cp lib/Moose/Meta/Instance.pm blib/lib/Moose/Meta/Instance.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/map.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm

cp lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm

cp lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm

cp lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm

cp lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm

cp lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm

cp lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm

cp lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash.pm

cp lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm

cp lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm

cp lib/Moose/Meta/Method/Accessor/Native/Collection.pm blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm

cp lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm

cp lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm

cp lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/add.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/div.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm

cp lib/Moose/Meta/Method/Accessor/Native/Number/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm

cp lib/Moose/Meta/Method/Accessor/Native/Reader.pm blib/lib/Moose/Meta/Method/Accessor/Native/Reader.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm

cp lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/substr.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/length.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/length.pm

cp lib/Moose/Meta/Role/Application/ToClass.pm blib/lib/Moose/Meta/Role/Application/ToClass.pm

cp lib/Moose/Meta/Method/Overridden.pm blib/lib/Moose/Meta/Method/Overridden.pm

cp lib/Moose/Meta/Method/Constructor.pm blib/lib/Moose/Meta/Method/Constructor.pm

cp lib/Moose/Meta/Method/Augmented.pm blib/lib/Moose/Meta/Method/Augmented.pm

cp lib/Moose/Meta/Method/Delegation.pm blib/lib/Moose/Meta/Method/Delegation.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/replace.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm

cp lib/Moose/Meta/Role/Attribute.pm blib/lib/Moose/Meta/Role/Attribute.pm

cp lib/Moose/Meta/Role/Application/ToRole.pm blib/lib/Moose/Meta/Role/Application/ToRole.pm

cp lib/Moose/Meta/Role/Application.pm blib/lib/Moose/Meta/Role/Application.pm

cp lib/Moose/Meta/Object/Trait.pm blib/lib/Moose/Meta/Object/Trait.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm

cp lib/Moose/Meta/Mixin/AttributeCore.pm blib/lib/Moose/Meta/Mixin/AttributeCore.pm

cp lib/Moose/Meta/Role/Application/ToInstance.pm blib/lib/Moose/Meta/Role/Application/ToInstance.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/chop.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/append.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/append.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm

cp lib/Moose/Meta/Role/Application/RoleSummation.pm blib/lib/Moose/Meta/Role/Application/RoleSummation.pm

cp lib/Moose/Meta/Role.pm blib/lib/Moose/Meta/Role.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm

cp lib/Moose/Meta/Method/Destructor.pm blib/lib/Moose/Meta/Method/Destructor.pm

cp lib/Moose/Meta/Method/Meta.pm blib/lib/Moose/Meta/Method/Meta.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm

cp lib/Moose/Meta/Method/Accessor/Native/String/match.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/match.pm

cp lib/Moose/Meta/Method/Accessor/Native/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Writer.pm

cp lib/Moose/Meta/Role/Composite.pm blib/lib/Moose/Meta/Role/Composite.pm

cp lib/Moose/Meta/TypeConstraint/Parameterizable.pm blib/lib/Moose/Meta/TypeConstraint/Parameterizable.pm

cp lib/Moose/Meta/Role/Method/Required.pm blib/lib/Moose/Meta/Role/Method/Required.pm

cp lib/Moose/Util/TypeConstraints.pm blib/lib/Moose/Util/TypeConstraints.pm

cp lib/Moose/Meta/TypeConstraint/Role.pm blib/lib/Moose/Meta/TypeConstraint/Role.pm

cp lib/Moose/Meta/TypeConstraint/Registry.pm blib/lib/Moose/Meta/TypeConstraint/Registry.pm

cp lib/Moose/Meta/Role/Method/Conflicting.pm blib/lib/Moose/Meta/Role/Method/Conflicting.pm

cp lib/Moose/Meta/TypeCoercion.pm blib/lib/Moose/Meta/TypeCoercion.pm

cp lib/oose.pm blib/lib/oose.pm

cp lib/Moose/Meta/TypeConstraint/Enum.pm blib/lib/Moose/Meta/TypeConstraint/Enum.pm

cp lib/Moose/Role.pm blib/lib/Moose/Role.pm

cp lib/Moose/Meta/TypeConstraint/Parameterized.pm blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm

cp lib/Moose/Meta/TypeConstraint/DuckType.pm blib/lib/Moose/Meta/TypeConstraint/DuckType.pm

cp lib/metaclass.pm blib/lib/metaclass.pm

cp lib/Moose/Meta/TypeConstraint/Union.pm blib/lib/Moose/Meta/TypeConstraint/Union.pm

cp lib/Moose/Meta/Role/Method.pm blib/lib/Moose/Meta/Role/Method.pm

cp lib/Moose/Unsweetened.pod blib/lib/Moose/Unsweetened.pod

cp lib/Moose/Spec/Role.pod blib/lib/Moose/Spec/Role.pod

cp lib/Moose/Meta/TypeConstraint/Class.pm blib/lib/Moose/Meta/TypeConstraint/Class.pm

cp lib/Moose/Util/TypeConstraints/Builtins.pm blib/lib/Moose/Util/TypeConstraints/Builtins.pm

cp lib/Moose/Meta/TypeCoercion/Union.pm blib/lib/Moose/Meta/TypeCoercion/Union.pm

cp lib/Moose/Meta/TypeConstraint.pm blib/lib/Moose/Meta/TypeConstraint.pm

cp lib/Moose/Util.pm blib/lib/Moose/Util.pm

cp lib/Moose/Object.pm blib/lib/Moose/Object.pm

cp lib/Test/Moose.pm blib/lib/Test/Moose.pm

cp lib/Moose/Util/MetaRole.pm blib/lib/Moose/Util/MetaRole.pm

Running Mkbootstrap for Moose ()

chmod 644 "Moose.bs"

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moose.bs blib/arch/auto/Moose/Moose.bs 644

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Attribute.xs > xs/Attribute.xsc

mv xs/Attribute.xsc xs/Attribute.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Attribute.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Attribute.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/AttributeCore.xs > xs/AttributeCore.xsc

mv xs/AttributeCore.xsc xs/AttributeCore.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/AttributeCore.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/AttributeCore.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Class.xs > xs/Class.xsc

mv xs/Class.xsc xs/Class.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Class.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Class.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Generated.xs > xs/Generated.xsc

mv xs/Generated.xsc xs/Generated.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Generated.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Generated.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/HasAttributes.xs > xs/HasAttributes.xsc

mv xs/HasAttributes.xsc xs/HasAttributes.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/HasAttributes.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/HasAttributes.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/HasMethods.xs > xs/HasMethods.xsc

mv xs/HasMethods.xsc xs/HasMethods.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/HasMethods.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/HasMethods.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Inlined.xs > xs/Inlined.xsc

mv xs/Inlined.xsc xs/Inlined.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Inlined.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Inlined.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Instance.xs > xs/Instance.xsc

mv xs/Instance.xsc xs/Instance.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Instance.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Instance.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Method.xs > xs/Method.xsc

mv xs/Method.xsc xs/Method.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Method.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Method.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Moose.xs > xs/Moose.xsc

mv xs/Moose.xsc xs/Moose.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Moose.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Moose.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/MOP.xs > xs/MOP.xsc

mv xs/MOP.xsc xs/MOP.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/MOP.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/MOP.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/Package.xs > xs/Package.xsc

mv xs/Package.xsc xs/Package.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/Package.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/Package.c

"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.34/ExtUtils/typemap'  xs/ToInstance.xs > xs/ToInstance.xsc

mv xs/ToInstance.xsc xs/ToInstance.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o xs/ToInstance.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   xs/ToInstance.c

x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g   -DVERSION=\"2.2201\" -DXS_VERSION=\"2.2201\" -o mop.o -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE"   mop.c

rm -f blib/arch/auto/Moose/Moose.so

x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong  xs/Attribute.o xs/AttributeCore.o xs/Class.o xs/Generated.o xs/HasAttributes.o xs/HasMethods.o xs/Inlined.o xs/Instance.o xs/Method.o xs/Moose.o xs/MOP.o xs/Package.o xs/ToInstance.o mop.o  -o blib/arch/auto/Moose/Moose.so  \

      \

chmod 755 blib/arch/auto/Moose/Moose.so

cp bin/moose-outdated blib/script/moose-outdated

"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/moose-outdated

Manifying 30 pod documents

Manifying 21 pod documents

Manifying 31 pod documents

Manifying 27 pod documents

Manifying 24 pod documents

  ETHER/Moose-2.2201.tar.gz

  /usr/bin/make -- OK

Running make test for ETHER/Moose-2.2201.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moose.bs blib/arch/auto/Moose/Moose.bs 644

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/attributes/*.t t/basics/*.t t/bugs/*.t t/cmop/*.t t/compat/*.t t/examples/*.t t/exceptions/*.t t/immutable/*.t t/metaclasses/*.t t/moose_util/*.t t/native_traits/*.t t/recipes/*.t t/roles/*.t t/test_moose/*.t t/todo_tests/*.t t/type_constraints/*.t

t/00-report-prereqs.t ............................................ # 

# Versions for all modules listed in MYMETA.json (including optional ones):

# 

# === Configure Requires ===

# 

#     Module               Want Have

#     -------------------- ---- ----

#     Dist::CheckConflicts 0.02 0.11

#     ExtUtils::MakeMaker   any 7.62

# 

# === Configure Suggests ===

# 

#     Module      Want Have

#     -------- ------- ----

#     JSON::PP 2.27300 4.06

# 

# === Build Requires ===

# 

#     Module              Want Have

#     ------------------- ---- ----

#     ExtUtils::MakeMaker  any 7.62

# 

# === Test Requires ===

# 

#     Module                    Want     Have

#     ------------------------ ----- --------

#     CPAN::Meta::Check        0.011    0.014

#     CPAN::Meta::Requirements   any    2.140

#     File::Spec                 any     3.80

#     Module::Metadata           any 1.000037

#     Test::CleanNamespaces     0.13     0.24

#     Test::Fatal              0.001    0.016

#     Test::More                0.96 1.302183

#     Test::Requires            0.05     0.11

# 

# === Test Recommends ===

# 

#     Module         Want     Have

#     ---------- -------- --------

#     CPAN::Meta 2.120900 2.150010

# 

# === Runtime Requires ===

# 

#     Module                       Want  Have

#     --------------------------- ----- -----

#     Carp                         1.22  1.52

#     Class::Load                  0.09  0.25

#     Class::Load::XS              0.01  0.10

#     Data::OptList               0.107 0.112

#     Devel::GlobalDestruction      any  0.14

#     Devel::OverloadInfo         0.005 0.007

#     Devel::StackTrace            2.03  2.04

#     Dist::CheckConflicts         0.02  0.11

#     Eval::Closure                0.04  0.14

#     List::Util                   1.56  1.62

#     MRO::Compat                  0.05  0.15

#     Module::Runtime             0.014 0.016

#     Module::Runtime::Conflicts  0.002 0.003

#     Package::DeprecationManager  0.11  0.17

#     Package::Stash               0.32  0.39

#     Package::Stash::XS           0.24  0.29

#     Params::Util                 1.00 1.102

#     Scalar::Util                 1.19  1.62

#     Sub::Exporter               0.980 0.988

#     Sub::Util                    1.40  1.62

#     Try::Tiny                    0.17  0.31

#     parent                      0.223 0.238

#     strict                       1.03  1.12

#     warnings                     1.03  1.51

# 

# === Runtime Recommends ===

# 

#     Module         Want  Have

#     ------------- ----- -----

#     Data::OptList 0.110 0.112

# 

# === Runtime Suggests ===

# 

#     Module             Want    Have

#     ------------------ ---- -------

#     Devel::PartialDump 0.14 missing

# 

# === Other Modules ===

# 

#     Module                          Have

#     ---------------------------- -------

#     Algorithm::C3                   0.11

#     DBM::Deep                    missing

#     DateTime                     missing

#     DateTime::Calendar::Mayan    missing

#     DateTime::Format::MySQL      missing

#     Declare::Constraints::Simple missing

#     Dist::CheckConflicts            0.11

#     DynaLoader                      1.50

#     HTTP::Headers                   6.36

#     IO::File                        1.46

#     Locale::US                   missing

#     Module::Refresh              missing

#     MooseX::NonMoose             missing

#     Params::Coerce               missing

#     Regexp::Common               missing

#     SUPER                        missing

#     Test::Deep                     1.130

#     Test::DependentModules       missing

#     Test::LeakTrace              missing

#     Test::Output                 missing

#     URI                             5.10

#     YAML                         missing

#     autodie                         2.34

# 

t/00-report-prereqs.t ............................................ ok   

t/000_load.t ..................................................... ok   

t/attributes/accessor_context.t .................................. ok    

t/attributes/accessor_inlining.t ................................. ok   

t/attributes/accessor_override_method.t .......................... skipped: Test requires module 'Test::Output' but it's not found

t/attributes/accessor_overwrite_warning.t ........................ skipped: Test requires module 'Test::Output' but it's not found

t/attributes/attr_dereference_test.t ............................. ok    

t/attributes/attribute_accessor_generation.t ..................... ok    

t/attributes/attribute_custom_metaclass.t ........................ ok    

t/attributes/attribute_delegation.t .............................. ok     

t/attributes/attribute_does.t .................................... ok   

t/attributes/attribute_inherited_slot_specs.t .................... ok    

t/attributes/attribute_lazy_initializer.t ........................ ok    

t/attributes/attribute_names.t ................................... ok   

t/attributes/attribute_reader_generation.t ....................... ok    

t/attributes/attribute_required.t ................................ ok    

t/attributes/attribute_traits.t .................................. ok    

t/attributes/attribute_traits_n_meta.t ........................... ok   

t/attributes/attribute_traits_parameterized.t .................... ok   

t/attributes/attribute_traits_registered.t ....................... ok    

t/attributes/attribute_triggers.t ................................ ok    

t/attributes/attribute_type_unions.t ............................. ok    

t/attributes/attribute_without_any_methods.t ..................... ok   

t/attributes/attribute_writer_generation.t ....................... ok    

t/attributes/bad_coerce.t ........................................ ok   

t/attributes/chained_coercion.t .................................. ok   

t/attributes/clone_weak.t ........................................ ok    

t/attributes/default_class_role_types.t .......................... ok   

t/attributes/default_undef.t ..................................... ok   

t/attributes/delegation_and_modifiers.t .......................... ok   

t/attributes/delegation_arg_aliasing.t ........................... ok   

t/attributes/delegation_target_not_loaded.t ...................... ok   

t/attributes/illegal_options_for_inheritance.t ................... ok   

t/attributes/inherit_lazy_build.t ................................ ok    

t/attributes/lazy_no_default.t ................................... ok   

t/attributes/method_generation_rules.t ........................... ok    

t/attributes/misc_attribute_coerce_lazy.t ........................ ok   

t/attributes/misc_attribute_tests.t .............................. ok    

t/attributes/more_attr_delegation.t .............................. ok    

t/attributes/no_init_arg.t ....................................... ok   

t/attributes/no_slot_access.t .................................... ok   

t/attributes/non_alpha_attr_names.t .............................. ok    

t/attributes/numeric_defaults.t .................................. ok    

t/attributes/trigger_and_coerce.t ................................ ok    

t/attributes/type_constraint.t ................................... ok   

t/basics/always_strict_warnings.t ................................ ok    

t/basics/basic_class_setup.t ..................................... ok    

t/basics/buildargs.t ............................................. ok    

t/basics/buildargs_warning.t ..................................... skipped: Test requires module 'Test::Output' but it's not found

t/basics/create.t ................................................ ok   

t/basics/create_anon.t ........................................... ok    

t/basics/definition_context.t .................................... ok   

t/basics/deprecations.t .......................................... ok   

t/basics/destruction.t ........................................... ok   

t/basics/error_handling.t ........................................ ok   

t/basics/global_destruction.t .................................... ok   

t/basics/import_unimport.t ....................................... ok    

t/basics/inner_and_augment.t ..................................... ok    

t/basics/load_into_main.t ........................................ ok   

t/basics/method_modifier_with_regexp.t ........................... ok   

t/basics/methods.t ............................................... ok   

t/basics/moose_object_does.t ..................................... ok     

t/basics/moose_respects_type_constraints.t ....................... ok   

t/basics/override_and_foreign_classes.t .......................... ok    

t/basics/override_augment_inner_super.t .......................... ok   

t/basics/rebless.t ............................................... ok    

t/basics/require_superclasses.t .................................. ok   

t/basics/super_and_override.t .................................... ok    

t/basics/super_warns_on_args.t ................................... skipped: Test requires module 'Test::Output' but it's not found

t/basics/universal_methods_wrappable.t ........................... ok   

t/basics/wrapped_method_cxt_propagation.t ........................ ok   

t/bugs/anon_method_metaclass.t ................................... ok    

t/bugs/application_metarole_compat.t ............................. ok   

t/bugs/apply_role_to_one_instance_only.t ......................... ok   

t/bugs/attribute_trait_parameters.t .............................. skipped: Test requires module 'Test::Output' but it's not found

t/bugs/augment_recursion_bug.t ................................... ok   

t/bugs/coerce_without_coercion.t ................................. ok   

t/bugs/constructor_object_overload.t ............................. ok   

t/bugs/create_anon_mkopt.t ....................................... ok   

t/bugs/create_anon_recursion.t ................................... ok   

t/bugs/create_anon_role_pass.t ................................... ok   

t/bugs/delete_sub_stash.t ........................................ ok   

t/bugs/DEMOLISH_eats_exceptions.t ................................ ok     

t/bugs/DEMOLISH_eats_mini.t ...................................... ok    

t/bugs/DEMOLISH_fails_without_metaclass.t ........................ ok   

t/bugs/DEMOLISHALL.t ............................................. ok   

t/bugs/DEMOLISHALL_shortcutted.t ................................. ok   

t/bugs/find_custom_trait_rt_92089.t .............................. ok   

t/bugs/handles_foreign_class_bug.t ............................... ok    

t/bugs/immutable_metaclass_does_role.t ........................... ok    

t/bugs/immutable_n_default_x2.t .................................. ok   

t/bugs/inheriting_from_roles.t ................................... ok   

t/bugs/inline_reader_bug.t ....................................... ok   

t/bugs/instance_application_role_args.t .......................... ok   

t/bugs/lazybuild_required_undef.t ................................ ok   

t/bugs/mark_as_methods_overloading_breakage.t .................... skipped: Test requires module 'MooseX::MarkAsMethods' but it's not found

t/bugs/moo_delegation.t .......................................... ok   

t/bugs/moose_exporter_false_circular_reference_rt_63818.t ........ ok   

t/bugs/Moose_Object_error.t ...................................... ok   

t/bugs/moose_octal_defaults.t .................................... ok    

t/bugs/native_trait_handles_bad_value.t .......................... ok   

t/bugs/overloading_edge_cases.t .................................. ok   

t/bugs/reader_precedence_bug.t ................................... ok   

t/bugs/role_caller.t ............................................. ok   

t/bugs/subclass_use_base_bug.t ................................... ok   

t/bugs/subtype_conflict_bug.t .................................... ok   

t/bugs/subtype_quote_bug.t ....................................... ok   

t/bugs/super_recursion.t ......................................... ok   

t/bugs/traits_with_exporter.t .................................... ok   

t/bugs/type_constraint_messages.t ................................ ok   

t/cmop/add_attribute_alternate.t ................................. ok    

t/cmop/add_method_debugmode.t .................................... ok    

t/cmop/add_method_modifier.t ..................................... ok    

t/cmop/advanced_methods.t ........................................ ok    

t/cmop/anon_class.t .............................................. ok    

t/cmop/anon_class_create_init.t .................................. ok    

t/cmop/anon_class_keep_alive.t ................................... ok    

t/cmop/anon_class_leak.t ......................................... skipped: Test requires module 'Test::LeakTrace' but it's not found

t/cmop/anon_class_removal.t ...................................... ok   

t/cmop/anon_packages.t ........................................... ok   

t/cmop/ArrayBasedStorage_test.t .................................. ok    

t/cmop/attribute.t ............................................... ok     

t/cmop/attribute_duplication.t ................................... ok    

t/cmop/attribute_errors_and_edge_cases.t ......................... ok    

t/cmop/attribute_get_read_write.t ................................ ok    

t/cmop/attribute_initializer.t ................................... ok   

t/cmop/attribute_introspection.t ................................. ok    

t/cmop/attribute_non_alpha_name.t ................................ ok    

t/cmop/attributes.t .............................................. ok    

t/cmop/AttributesWithHistory_test.t .............................. ok    

t/cmop/basic.t ................................................... ok    

t/cmop/before_after_dollar_under.t ............................... ok   

t/cmop/BinaryTree_test.t ......................................... ok    

t/cmop/C3MethodDispatchOrder_test.t .............................. ok   

t/cmop/Class_C3_compatibility.t .................................. ok   

t/cmop/class_errors_and_edge_cases.t ............................. ok    

t/cmop/class_is_pristine.t ....................................... ok   

t/cmop/class_precedence_list.t ................................... ok   

t/cmop/ClassEncapsulatedAttributes_test.t ........................ ok    

t/cmop/constant_codeinfo.t ....................................... ok   

t/cmop/create_class.t ............................................ ok    

t/cmop/custom_instance.t ......................................... ok    

t/cmop/deprecated.t .............................................. ok   

t/cmop/get_code_info.t ........................................... ok   

t/cmop/immutable_custom_trait.t .................................. ok   

t/cmop/immutable_metaclass.t ..................................... ok    

t/cmop/immutable_w_constructors.t ................................ ok    

t/cmop/immutable_w_custom_metaclass.t ............................ ok    

t/cmop/inline_and_dollar_at.t .................................... ok   

t/cmop/inline_structor.t ......................................... skipped: Test requires module 'Test::Output' but it's not found

t/cmop/insertion_order.t ......................................... ok   

t/cmop/InsideOutClass_test.t ..................................... ok    

t/cmop/instance.t ................................................ ok    

t/cmop/instance_inline.t ......................................... ok   

t/cmop/instance_metaclass_incompat.t ............................. ok   

t/cmop/instance_metaclass_incompat_dyn.t ......................... ok   

t/cmop/InstanceCountingClass_test.t .............................. ok    

t/cmop/LazyClass_test.t .......................................... ok    

t/cmop/load.t .................................................... ok    

t/cmop/magic.t ................................................... ok    

t/cmop/make_mutable.t ............................................ ok    

t/cmop/meta_method.t ............................................. ok    

t/cmop/meta_package.t ............................................ ok    

t/cmop/meta_package_extension.t .................................. ok    

t/cmop/metaclass.t ............................................... ok    

t/cmop/metaclass_incompatibility.t ............................... ok    

t/cmop/metaclass_incompatibility_dyn.t ........................... ok   

t/cmop/metaclass_inheritance.t ................................... ok   

t/cmop/metaclass_loads_classes.t ................................. ok   

t/cmop/metaclass_reinitialize.t .................................. ok     

t/cmop/method.t .................................................. ok    

t/cmop/method_modifiers.t ........................................ ok    

t/cmop/methods.t ................................................. ok    

t/cmop/modify_parent_method.t .................................... ok   

t/cmop/new_and_clone_metaclasses.t ............................... ok    

t/cmop/null_stash.t .............................................. ok   

t/cmop/numeric_defaults.t ........................................ ok     

t/cmop/package_variables.t ....................................... ok    

t/cmop/Perl6Attribute_test.t ..................................... ok   

t/cmop/random_eval_bug.t ......................................... ok   

t/cmop/rebless_instance.t ........................................ ok    

t/cmop/rebless_instance_away.t ................................... ok   

t/cmop/rebless_overload.t ........................................ ok   

t/cmop/rebless_with_extra_params.t ............................... ok    

t/cmop/RT_27329_fix.t ............................................ ok   

t/cmop/RT_39001_fix.t ............................................ ok   

t/cmop/RT_41255.t ................................................ ok    

t/cmop/scala_style_mixin_composition.t ........................... skipped: Test requires module 'SUPER' but it's not found

t/cmop/self_introspection.t ...................................... ok     

t/cmop/subclasses.t .............................................. ok    

t/cmop/subname.t ................................................. ok   

t/cmop/universal_methods.t ....................................... ok    

t/compat/composite_metaroles.t ................................... ok    

t/compat/extends_nonmoose_that_isa_moose_with_metarole.t ......... ok    

t/compat/foreign_inheritence.t ................................... ok   

t/compat/inc_hash.t .............................................. ok    

t/compat/module_refresh_compat.t ................................. skipped: Test requires module 'Module::Refresh' but it's not found

t/compat/moose_respects_base.t ................................... ok   

t/examples/Child_Parent_attr_inherit.t ........................... ok    

t/examples/example1.t ............................................ ok    

t/examples/example2.t ............................................ ok    

t/examples/example_Moose_POOP.t .................................. skipped: Test requires module 'DateTime::Format::MySQL' but it's not found

t/examples/example_Protomoose.t .................................. ok    

t/examples/example_w_DCS.t ....................................... skipped: Test requires module 'Declare::Constraints::Simple' but it's not found

t/examples/example_w_TestDeep.t .................................. ok   

t/examples/record_set_iterator.t ................................. ok   

t/exceptions/attribute.t ......................................... ok     

t/exceptions/class-mop-attribute.t ............................... ok    

t/exceptions/class-mop-class-immutable-trait.t ................... ok   

t/exceptions/class-mop-class.t ................................... ok    

t/exceptions/class-mop-method-accessor.t ......................... ok    

t/exceptions/class-mop-method-constructor.t ...................... ok   

t/exceptions/class-mop-method-generated.t ........................ ok   

t/exceptions/class-mop-method-meta.t ............................. ok   

t/exceptions/class-mop-method-wrapped.t .......................... ok   

t/exceptions/class-mop-method.t .................................. ok   

t/exceptions/class-mop-mixin-hasattributes.t ..................... ok    

t/exceptions/class-mop-mixin-hasmethods.t ........................ ok    

t/exceptions/class-mop-module.t .................................. ok   

t/exceptions/class-mop-object.t .................................. ok   

t/exceptions/class-mop-package.t ................................. ok   

t/exceptions/class.t ............................................. ok    

t/exceptions/cmop.t .............................................. ok   

t/exceptions/exception-lazyattributeneedsadefault.t .............. ok   

t/exceptions/frame-leak.t ........................................ skipped: Test requires module 'Test::Memory::Cycle' but it's not found

t/exceptions/meta-role.t ......................................... ok    

t/exceptions/metaclass.t ......................................... ok   

t/exceptions/moose-exporter.t .................................... ok    

t/exceptions/moose-meta-attribute-native-traits.t ................ ok    

t/exceptions/moose-meta-class-immutable-trait.t .................. ok   

t/exceptions/moose-meta-method-accessor-native-array.t ........... ok    

t/exceptions/moose-meta-method-accessor-native-collection.t ...... ok   

t/exceptions/moose-meta-method-accessor-native-grep.t ............ ok   

t/exceptions/moose-meta-method-accessor-native-hash-set.t ........ ok   

t/exceptions/moose-meta-method-accessor-native-hash.t ............ ok   

t/exceptions/moose-meta-method-accessor-native-string-match.t .... ok   

t/exceptions/moose-meta-method-accessor-native-string-replace.t .. ok    

t/exceptions/moose-meta-method-accessor-native-string-substr.t ... ok    

t/exceptions/moose-meta-method-accessor-native.t ................. ok    

t/exceptions/moose-meta-method-accessor.t ........................ ok   

t/exceptions/moose-meta-method-augmented.t ....................... ok   

t/exceptions/moose-meta-method-constructor.t ..................... ok   

t/exceptions/moose-meta-method-delegation.t ...................... ok    

t/exceptions/moose-meta-method-destructor.t ...................... ok   

t/exceptions/moose-meta-method-overridden.t ...................... ok   

t/exceptions/moose-meta-role-application-rolesummation.t ......... ok    

t/exceptions/moose-meta-role-application-toclass.t ............... ok    

t/exceptions/moose-meta-role-application-torole.t ................ ok    

t/exceptions/moose-meta-role-application.t ....................... ok    

t/exceptions/moose-meta-role-attribute.t ......................... ok   

t/exceptions/moose-meta-role-composite.t ......................... ok   

t/exceptions/moose-meta-typecoercion-union.t ..................... ok   

t/exceptions/moose-meta-typecoercion.t ........................... ok   

t/exceptions/moose-meta-typeconstraint-enum.t .................... ok   

t/exceptions/moose-meta-typeconstraint-parameterizable.t ......... ok   

t/exceptions/moose-meta-typeconstraint-parameterized.t ........... ok    

t/exceptions/moose-meta-typeconstraint-registry.t ................ ok   

t/exceptions/moose-meta-typeconstraint.t ......................... ok    

t/exceptions/moose-role.t ........................................ ok    

t/exceptions/moose-util-metarole.t ............................... ok    

t/exceptions/moose-util-typeconstraints.t ........................ ok    

t/exceptions/moose.t ............................................. ok    

t/exceptions/object.t ............................................ ok   

t/exceptions/overload.t .......................................... ok   

t/exceptions/rt-92818.t .......................................... ok   

t/exceptions/rt-94795.t .......................................... ok   

t/exceptions/stringify.t ......................................... ok    

t/exceptions/traits.t ............................................ ok   

t/exceptions/typeconstraints.t ................................... ok    

t/exceptions/util.t .............................................. ok    

t/exceptions/with-debugging.t .................................... ok   

t/exceptions/without-debugging.t ................................. ok   

t/immutable/apply_roles_to_immutable.t ........................... ok   

t/immutable/buildargs.t .......................................... ok    

t/immutable/constructor_is_not_moose.t ........................... skipped: Test requires module 'Test::Output' but it's not found

t/immutable/constructor_is_wrapped.t ............................. skipped: Test requires module 'Test::Output' but it's not found

t/immutable/default_values.t ..................................... ok    

t/immutable/definition_context.t ................................. ok   

t/immutable/immutable_constructor_error.t ........................ ok   

t/immutable/immutable_destroy.t .................................. ok   

t/immutable/immutable_meta_class.t ............................... ok   

t/immutable/immutable_metaclass_with_traits.t .................... ok    

t/immutable/immutable_moose.t .................................... ok    

t/immutable/immutable_roundtrip.t ................................ skipped: Test requires module 'Test::Output' but it's not found

t/immutable/immutable_trigger_from_constructor.t ................. ok   

t/immutable/inline_close_over.t .................................. skipped: Test requires module 'Data::Visitor' but it's not found

t/immutable/inline_fallbacks.t ................................... ok   

t/immutable/inlined_constructors_n_types.t ....................... ok    

t/immutable/multiple_demolish_inline.t ........................... ok   

t/metaclasses/create_anon_with_required_attr.t ................... ok    

t/metaclasses/custom_attr_meta_as_role.t ......................... ok   

t/metaclasses/custom_attr_meta_with_roles.t ...................... ok   

t/metaclasses/easy_init_meta.t ................................... ok    

t/metaclasses/export_with_prototype.t ............................ ok   

t/metaclasses/exporter_also_with_trait.t ......................... ok   

t/metaclasses/exporter_meta_lookup.t ............................. ok   

t/metaclasses/exporter_sub_names.t ............................... ok   

t/metaclasses/goto_moose_import.t ................................ ok   

t/metaclasses/immutable_metaclass_compat_bug.t ................... ok   

t/metaclasses/meta_name.t ........................................ ok    

t/metaclasses/metaclass_compat.t ................................. ok    

t/metaclasses/metaclass_compat_no_fixing_bug.t ................... ok   

t/metaclasses/metaclass_compat_role_conflicts.t .................. ok   

t/metaclasses/metaclass_parameterized_traits.t ................... ok   

t/metaclasses/metaclass_traits.t ................................. ok    

t/metaclasses/metarole.t ......................................... ok    

t/metaclasses/metarole_combination.t ............................. ok    

t/metaclasses/metarole_on_anon.t ................................. ok   

t/metaclasses/metarole_w_metaclass_pm.t .......................... ok   

t/metaclasses/metaroles_of_metaroles.t ........................... ok   

t/metaclasses/moose_exporter.t ................................... skipped: Test requires module 'Test::Output' but it's not found

t/metaclasses/moose_exporter_trait_aliases.t ..................... ok   

t/metaclasses/moose_for_meta.t ................................... ok    

t/metaclasses/moose_nonmoose_metatrait_init_order.t .............. ok   

t/metaclasses/moose_nonmoose_moose_chain_init_meta.t ............. ok   

t/metaclasses/moose_w_metaclass.t ................................ ok   

t/metaclasses/new_metaclass.t .................................... ok   

t/metaclasses/new_object_BUILD.t ................................. ok   

t/metaclasses/overloading.t ...................................... ok   

t/metaclasses/reinitialize.t ..................................... ok     

t/metaclasses/use_base_of_moose.t ................................ ok   

t/moose_util/apply_roles.t ....................................... ok    

t/moose_util/create_alias.t ...................................... ok   

t/moose_util/ensure_all_roles.t .................................. ok   

t/moose_util/method_mod_args.t ................................... ok   

t/moose_util/moose_util.t ........................................ ok   

t/moose_util/moose_util_does_role.t .............................. ok    

t/moose_util/moose_util_search_class_by_role.t ................... ok   

t/moose_util/resolve_alias.t ..................................... ok    

t/moose_util/with_traits.t ....................................... ok   

t/native_traits/array_coerce.t ................................... ok    

t/native_traits/array_from_role.t ................................ ok   

t/native_traits/array_subtypes.t ................................. ok    

t/native_traits/array_trigger.t .................................. ok   

t/native_traits/collection_with_roles.t .......................... ok    

t/native_traits/custom_instance.t ................................ ok    

t/native_traits/hash_coerce.t .................................... ok   

t/native_traits/hash_subtypes.t .................................. ok    

t/native_traits/hash_trigger.t ................................... ok   

t/native_traits/remove_attribute.t ............................... ok    

t/native_traits/shallow_clone.t .................................. ok   

t/native_traits/trait_array.t .................................... ok   

t/native_traits/trait_bool.t ..................................... ok     

t/native_traits/trait_code.t ..................................... ok    

t/native_traits/trait_counter.t .................................. ok     

t/native_traits/trait_hash.t ..................................... ok     

t/native_traits/trait_number.t ................................... ok     

t/native_traits/trait_string.t ................................... ok     

t/recipes/basics_bankaccount_methodmodifiersandsubclassing.t ..... ok    

t/recipes/basics_binarytree_attributefeatures.t .................. ok    

t/recipes/basics_company_subtypes.t .............................. ok   

t/recipes/basics_datetime_extendingnonmooseparent.t .............. ok   

t/recipes/basics_document_augmentandinner.t ...................... ok   

t/recipes/basics_genome_overloadingsubtypesandcoercion.t ......... ok    

t/recipes/basics_http_subtypesandcoercion.t ...................... ok   

t/recipes/basics_point_attributesandsubclassing.t ................ ok    

t/recipes/extending_debugging_baseclassrole.t .................... ok   

t/recipes/extending_mooseish_moosesugar.t ........................ ok   

t/recipes/legacy_debugging_baseclassreplacement.t ................ ok   

t/recipes/legacy_labeled_attributemetaclass.t .................... ok   

t/recipes/meta_globref_instancemetaclass.t ....................... ok    

t/recipes/meta_labeled_attributetrait.t .......................... ok   

t/recipes/meta_privateorpublic_methodmetaclass.t ................. ok   

t/recipes/meta_table_metaclasstrait.t ............................ ok   

t/recipes/roles_applicationtoinstance.t .......................... ok   

t/recipes/roles_comparable_codereuse.t ........................... ok    

t/recipes/roles_restartable_advancedcomposition.t ................ ok   

t/roles/anonymous_roles.t ........................................ ok    

t/roles/application_toclass.t .................................... ok    

t/roles/apply_role.t ............................................. ok    

t/roles/build.t .................................................. skipped: Test requires module 'Test::Output' but it's not found

t/roles/conflict_many_methods.t .................................. ok   

t/roles/create_role.t ............................................ ok   

t/roles/create_role_subclass.t ................................... ok   

t/roles/empty_method_modifiers_meta_bug.t ........................ ok   

t/roles/extending_role_attrs.t ................................... ok    

t/roles/free_anonymous_roles.t ................................... ok   

t/roles/imported_required_method.t ............................... ok   

t/roles/meta_role.t .............................................. ok    

t/roles/method_aliasing_in_composition.t ......................... ok    

t/roles/method_exclusion_in_composition.t ........................ ok    

t/roles/method_modifiers.t ....................................... ok   

t/roles/methods.t ................................................ ok   

t/roles/more_alias_and_exclude.t ................................. ok    

t/roles/more_role_edge_cases.t ................................... ok    

t/roles/new_meta_role.t .......................................... ok   

t/roles/overloading_combine_to_class.t ........................... ok    

t/roles/overloading_combine_to_instance.t ........................ ok   

t/roles/overloading_combine_to_role.t ............................ ok    

t/roles/overloading_composition_errors.t ......................... ok   

t/roles/overloading_remove_attributes_bug.t ...................... ok   

t/roles/overloading_to_class.t ................................... ok   

t/roles/overloading_to_instance.t ................................ ok   

t/roles/overloading_to_role.t .................................... ok    

t/roles/overriding.t ............................................. ok    

t/roles/reinitialize_anon_role.t ................................. ok   

t/roles/role.t ................................................... ok    

t/roles/role_attr_application.t .................................. ok    

t/roles/role_attribute_conflict.t ................................ ok   

t/roles/role_attrs.t ............................................. ok    

t/roles/role_compose_requires.t .................................. ok    

t/roles/role_composite.t ......................................... ok    

t/roles/role_composite_exclusion.t ............................... ok    

t/roles/role_composition_attributes.t ............................ ok   

t/roles/role_composition_conflict_detection.t .................... ok   

t/roles/role_composition_errors.t ................................ ok    

t/roles/role_composition_method_mods.t ........................... ok   

t/roles/role_composition_methods.t ............................... ok    

t/roles/role_composition_override.t .............................. ok    

t/roles/role_composition_req_methods.t ........................... ok    

t/roles/role_conflict_detection.t ................................ ok     

t/roles/role_conflict_edge_cases.t ............................... ok    

t/roles/role_consumers.t ......................................... ok   

t/roles/role_exclusion.t ......................................... ok    

t/roles/role_exclusion_and_alias_bug.t ........................... ok    

t/roles/role_for_combination.t ................................... ok   

t/roles/roles_and_method_cloning.t ............................... ok    

t/roles/roles_and_req_method_edge_cases.t ........................ ok    

t/roles/roles_applied_in_create.t ................................ ok   

t/roles/run_time_role_composition.t .............................. ok    

t/roles/runtime_roles_and_attrs.t ................................ ok    

t/roles/runtime_roles_and_nonmoose.t ............................. ok   

t/roles/runtime_roles_w_params.t ................................. ok    

t/roles/use_base_does.t .......................................... ok   

t/test_moose/test_moose.t ........................................ ok   

t/test_moose/test_moose_does_ok.t ................................ ok   

t/test_moose/test_moose_has_attribute_ok.t ....................... ok   

t/test_moose/test_moose_meta_ok.t ................................ ok   

t/test_moose/with_immutable.t .................................... ok   

t/todo_tests/exception_reflects_failed_constraint.t .............. ok   

t/todo_tests/immutable_n_around.t ................................ ok    

t/todo_tests/moose_and_threads.t ................................. ok   

t/todo_tests/replacing_super_methods.t ........................... ok   

t/todo_tests/required_role_accessors.t ........................... ok   

t/todo_tests/role_insertion_order.t .............................. ok   

t/todo_tests/various_role_features.t ............................. ok    

t/todo_tests/wrong-inner.t ....................................... ok   

t/type_constraints/advanced_type_creation.t ...................... ok    

t/type_constraints/class_subtypes.t .............................. ok    

t/type_constraints/class_type_constraint.t ....................... ok    

t/type_constraints/coerced_parameterized_types.t ................. ok   

t/type_constraints/container_type_coercion.t ..................... ok   

t/type_constraints/container_type_constraint.t ................... ok    

t/type_constraints/custom_parameterized_types.t .................. ok    

t/type_constraints/custom_type_errors.t .......................... ok   

t/type_constraints/define_type_twice_throws.t .................... ok   

t/type_constraints/duck_type_handles.t ........................... ok   

t/type_constraints/duck_types.t .................................. ok   

t/type_constraints/enum.t ........................................ ok     

t/type_constraints/inlining.t .................................... ok    

t/type_constraints/match_type_operator.t ......................... ok    

t/type_constraints/maybe_type_constraint.t ....................... ok    

t/type_constraints/misc_type_tests.t ............................. ok    

t/type_constraints/name_conflicts.t .............................. ok     

t/type_constraints/normalize_type_name.t ......................... ok    

t/type_constraints/parameterize_from.t ........................... ok    

t/type_constraints/role_type_constraint.t ........................ ok    

t/type_constraints/subtype_auto_vivify_parent.t .................. ok   

t/type_constraints/subtyping_parameterized_types.t ............... ok    

t/type_constraints/subtyping_union_types.t ....................... ok    

t/type_constraints/throw_error.t ................................. ok   

t/type_constraints/type_coersion_on_lazy_attributes.t ............ ok   

t/type_constraints/type_names.t .................................. ok   

t/type_constraints/type_notation_parser.t ........................ ok    

t/type_constraints/types_and_undef.t ............................. ok    

t/type_constraints/union_is_a_type_of.t .......................... ok    

t/type_constraints/union_types.t ................................. ok    

t/type_constraints/union_types_and_coercions.t ................... ok    

t/type_constraints/util_find_type_constraint.t ................... ok    

t/type_constraints/util_more_type_coercion.t ..................... ok    

t/type_constraints/util_std_type_constraints.t ................... ok      

t/type_constraints/util_type_coercion.t .......................... ok    

t/type_constraints/util_type_constraints.t ....................... ok     

t/type_constraints/util_type_constraints_export.t ................ ok   

t/type_constraints/util_type_reloading.t ......................... ok   

t/type_constraints/with-specio.t ................................. skipped: Test requires module 'Specio::Library::Builtins' but it's not found

t/type_constraints/with-type-tiny.t .............................. ok   

t/zzz-check-breaks.t ............................................. ok   

All tests successful.

Files=478, Tests=17172, 230 wallclock secs ( 3.80 usr  0.96 sys + 211.81 cusr 15.41 csys = 231.98 CPU)

Result: PASS

  ETHER/Moose-2.2201.tar.gz

  /usr/bin/make test -- OK

Running make install for ETHER/Moose-2.2201.tar.gz

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moose.bs blib/arch/auto/Moose/Moose.bs 644

Manifying 30 pod documents

Manifying 21 pod documents

Manifying 31 pod documents

Manifying 27 pod documents

Manifying 24 pod documents

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/auto/Moose/Moose.so

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/oose.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/metaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Object.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Class.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Mixin.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Module.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Attribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Deprecated.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/MiniTrait.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Instance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Overload.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Package.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method/Meta.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method/Wrapped.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method/Constructor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method/Accessor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method/Generated.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Method/Inlined.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Class/Immutable/Trait.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Mixin/HasAttributes.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Mixin/HasOverloads.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Mixin/AttributeCore.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Class/MOP/Mixin/HasMethods.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Test/Moose.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Intro.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Object.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Util.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Deprecated.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Unsweetened.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Role.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Conflicts.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exporter.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Spec/Role.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ExtendsMissingArgs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AccessorMustReadWrite.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotFixMetaclassCompatibility.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeNamesDoNotMatch.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeConflictInSummation.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadRequiresNamesForCoderef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RolesInCreateTakesAnArrayRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeValueIsNotDefined.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/BuilderMustBeAMethodName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustDefineAnOverloadOperator.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAddAsAnAttributeToARole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/BuilderDoesNotExist.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CanOnlyConsumeRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CanReblessOnlyIntoASubclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ClassDoesNotHaveInitMeta.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RoleNameRequired.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/WrongTypeConstraintGiven.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OnlyInstancesCanBeCloned.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotFindDelegateMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MessageParameterMustBeCodeRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodExpectedAMetaclassObject.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodNameConflictInRoles.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadRequiresAMetaMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotMakeMetaclassCompatible.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InstanceBlessedIntoWrongClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotOverrideALocalMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadRequiresAMetaClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotDelegateWithoutIsa.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCallAnAbstractMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RequiredMethodsNotImplementedByClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidValueForIs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RoleExclusionConflict.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RequiredAttributeNeedsADefault.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ParameterIsNotSubtypeOfParent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidHandleValue.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ApplyTakesABlessedInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CreateTakesArrayRefOfRoles.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoDestructorClassSpecified.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/SingleParamsToNewMustBeHashRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/IsaDoesNotDoTheRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CoercionNeedsTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoParentGivenToSubtype.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustDefineAnAttributeName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustPassEvenNumberOfArguments.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotLocatePackageInINC.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassTypeIncompatible.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/WrapTakesACodeRefToBless.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ClassDoesTheExcludedRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotEvalConstructor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoCasesMatched.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RolesDoNotSupportExtends.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RequiredAttributeLacksInitialization.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodExpectsFewerArgs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/TypeParameterMustBeMooseMetaType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CreateTakesHashRefOfMethods.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ConstructClassInstanceTakesPackageName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RoleDoesTheExcludedRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CodeBlockMustBeACodeRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidArgumentsToTraitAliases.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InstanceMustBeABlessedReference.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodNameNotGiven.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoAttributeFoundInSuperClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotEvalDestructor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/UndefinedHashKeysPassedToMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidHasProvidedInARole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OperatorIsRequired.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NeitherClassNorClassNameIsGiven.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCallAnAbstractBaseMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidRoleApplication.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidOverloadOperator.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSpecifyAtleastOneMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CreateTakesHashRefOfAttributes.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RequiredMethodsImportedByClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CanReblessOnlyIntoASuperclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCalculateNativeType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustPassAHashOfOptions.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RolesDoNotSupportInner.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/IsaLacksDoesMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverrideConflictInSummation.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RolesDoNotSupportAugment.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CoercionAlreadyExists.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MatchActionMustBeACodeRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ValidationFailedForTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/EnumValuesMustBeString.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeConflictInRoles.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyADelegateToMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotParseType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAutoDerefWithoutIsa.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAugmentNoSuperMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NoConstraintCheckForTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CallingMethodOnAnImmutableInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeValueIsNotAnObject.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/IllegalInheritedOptions.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodModifierNeedsMethodName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/TypeConstraintIsAlreadyCreated.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadRequiresAnOperator.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyAMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCoerceAWeakRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotCreateMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/HandlesMustBeAHashRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotGenerateInlineConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSpecifyAtleastOneRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InitMetaRequiresClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyPackageNameAndName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MetaclassNotLoaded.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustDefineAMethodName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverrideConflictInComposition.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/UnableToCanonicalizeHandles.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustProvideANameForTheAttribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidNameForType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeIsRequired.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodExpectsMoreArgs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/BadOptionFormat.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CoercingWithoutCoercions.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ClassNamesDoNotMatch.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InvalidArgumentToMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CircularReferenceInAlso.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CouldNotCreateWriter.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotOverrideNoSuperMethod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/InitializeTakesUnBlessedPackageName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CanOnlyWrapBlessedCode.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CanExtendOnlyClasses.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/PackageDoesNotUseMooseExporter.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/LazyAttributeNeedsADefault.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadRequiresAMetaOverload.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/OverloadConflictInSummation.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotFindType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Legacy.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/DoesRequiresRoleName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotApplyBaseClassRolesToRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/TriggerMustBeACodeRef.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/CannotInlineTypeConstraintCheck.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/PackagesAndModulesAreNotCachable.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/AttributeName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/Class.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/InstanceClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/Method.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/Attribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/TypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/Instance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/RoleForCreateMOPClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/EitherAttributeOrAttributeName.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/InvalidAttributeOptions.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/ParamsHash.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/Role.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Exception/Role/RoleForCreate.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Class.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeCoercion.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Instance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Augmented.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Meta.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Delegation.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Constructor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Destructor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Overridden.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Writer.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Reader.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Collection.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/delete.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/get.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/keys.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/exists.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/kv.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/elements.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/set.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/defined.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/values.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/count.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Hash/clear.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/delete.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/get.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/first_index.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/sort.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/unshift.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/pop.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/splice.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/first.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/insert.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/shift.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/Writer.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/natatime.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/push.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/elements.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/accessor.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/uniq.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/map.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/set.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/join.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/reduce.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/count.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/clear.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Array/grep.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Code/execute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/chop.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/chomp.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/substr.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/prepend.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/length.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/match.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/inc.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/append.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/replace.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/String/clear.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/sub.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/add.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/mul.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/abs.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/set.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/mod.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Number/div.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Counter/dec.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Counter/reset.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Counter/set.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Counter/inc.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Bool/set.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Bool/unset.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Method/Accessor/Native/Bool/not.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Application.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Method.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Attribute.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Composite.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Method/Conflicting.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Method/Required.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Application/ToInstance.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Application/ToRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Application/RoleSummation.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Role/Application/ToClass.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Object/Trait.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeCoercion/Union.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Parameterized.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Union.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Class.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/DuckType.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Parameterizable.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Registry.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Role.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/TypeConstraint/Enum.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Class/Immutable/Trait.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Mixin/AttributeCore.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/Hash.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/String.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/Array.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/Counter.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/Bool.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/Code.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Meta/Attribute/Native/Trait/Number.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Classes.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Contributing.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Types.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Delta.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/FAQ.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Delegation.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Resources.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Exceptions.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/MOP.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/MooseX.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Support.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Attributes.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Concepts.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Construction.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Unsweetened.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Roles.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/BestPractices.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/MethodModifiers.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Manual/Exceptions/Manifest.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Util/MetaRole.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Util/TypeConstraints.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Util/TypeConstraints/Builtins.pm

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Style.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Roles/Comparable_CodeReuse.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Roles/ApplicationToInstance.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Extending/ExtensionOverview.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/Immutable.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/Document_AugmentAndInner.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/Company_Subtypes.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Meta/WhyMeta.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Meta/Table_MetaclassTrait.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Snack/Keywords.pod

Installing /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Moose/Cookbook/Snack/Types.pod

Installing /usr/local/man/man3/Moose::Meta::Class.3pm

Installing /usr/local/man/man3/Class::MOP::Package.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Method.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Accessor.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::Immutable.3pm

Installing /usr/local/man/man3/Moose::Manual::MooseX.3pm

Installing /usr/local/man/man3/Class::MOP::Method::Meta.3pm

Installing /usr/local/man/man3/Class::MOP::Mixin::HasAttributes.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Enum.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm

Installing /usr/local/man/man3/Moose::Util::TypeConstraints.3pm

Installing /usr/local/man/man3/Moose::Manual::Concepts.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm

Installing /usr/local/man/man3/oose.3pm

Installing /usr/local/man/man3/Class::MOP.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Overridden.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint.3pm

Installing /usr/local/man/man3/Class::MOP::Method::Wrapped.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeCoercion.3pm

Installing /usr/local/man/man3/Moose::Manual.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Registry.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm

Installing /usr/local/man/man3/Class::MOP::Mixin::HasOverloads.3pm

Installing /usr/local/man/man3/Test::Moose.3pm

Installing /usr/local/man/man3/Moose::Deprecated.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Meta::WhyMeta.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm

Installing /usr/local/man/man3/Class::MOP::Overload.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Delegation.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm

Installing /usr/local/man/man3/Moose::Manual::Exceptions.3pm

Installing /usr/local/man/man3/Class::MOP::Deprecated.3pm

Installing /usr/local/man/man3/Class::MOP::Class::Immutable::Trait.3pm

Installing /usr/local/man/man3/Class::MOP::MiniTrait.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm

Installing /usr/local/man/man3/Moose::Unsweetened.3pm

Installing /usr/local/man/man3/Class::MOP::Module.3pm

Installing /usr/local/man/man3/Moose::Manual::Unsweetened.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Attribute.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Composite.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Style.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm

Installing /usr/local/man/man3/Class::MOP::Mixin::AttributeCore.3pm

Installing /usr/local/man/man3/Moose.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm

Installing /usr/local/man/man3/Moose::Exporter.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Meta.3pm

Installing /usr/local/man/man3/Moose::Manual::BestPractices.3pm

Installing /usr/local/man/man3/Moose::Manual::Delta.3pm

Installing /usr/local/man/man3/Moose::Manual::Classes.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Role.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm

Installing /usr/local/man/man3/Moose::Manual::Delegation.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::DuckType.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Constructor.3pm

Installing /usr/local/man/man3/Moose::Spec::Role.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Application::ToRole.3pm

Installing /usr/local/man/man3/Class::MOP::Method::Inlined.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Application::ToClass.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm

Installing /usr/local/man/man3/Moose::Manual::Resources.3pm

Installing /usr/local/man/man3/Moose::Meta::Method.3pm

Installing /usr/local/man/man3/Class::MOP::Attribute.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm

Installing /usr/local/man/man3/Moose::Meta::Object::Trait.3pm

Installing /usr/local/man/man3/Moose::Manual::Construction.3pm

Installing /usr/local/man/man3/Class::MOP::Class.3pm

Installing /usr/local/man/man3/Moose::Manual::Support.3pm

Installing /usr/local/man/man3/Moose::Util::TypeConstraints::Builtins.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm

Installing /usr/local/man/man3/Moose::Manual::Exceptions::Manifest.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Snack::Keywords.3pm

Installing /usr/local/man/man3/Moose::Manual::Roles.3pm

Installing /usr/local/man/man3/Class::MOP::Instance.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Class.3pm

Installing /usr/local/man/man3/Moose::Manual::FAQ.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Application::RoleSummation.3pm

Installing /usr/local/man/man3/Class::MOP::Method::Accessor.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Union.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Snack::Types.3pm

Installing /usr/local/man/man3/Moose::Cookbook.3pm

Installing /usr/local/man/man3/Moose::Util::MetaRole.3pm

Installing /usr/local/man/man3/Moose::Exception.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm

Installing /usr/local/man/man3/Moose::Intro.3pm

Installing /usr/local/man/man3/Moose::Meta::Instance.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::String.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Application::ToInstance.3pm

Installing /usr/local/man/man3/Moose::Object.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm

Installing /usr/local/man/man3/Class::MOP::Method::Generated.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm

Installing /usr/local/man/man3/Class::MOP::Mixin.3pm

Installing /usr/local/man/man3/Moose::Manual::MOP.3pm

Installing /usr/local/man/man3/Class::MOP::Object.3pm

Installing /usr/local/man/man3/metaclass.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Destructor.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeCoercion::Union.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Application.3pm

Installing /usr/local/man/man3/Moose::Manual::Attributes.3pm

Installing /usr/local/man/man3/Moose::Meta::Class::Immutable::Trait.3pm

Installing /usr/local/man/man3/Moose::Meta::Method::Augmented.3pm

Installing /usr/local/man/man3/Moose::Manual::Contributing.3pm

Installing /usr/local/man/man3/Moose::Role.3pm

Installing /usr/local/man/man3/Moose::Meta::Mixin::AttributeCore.3pm

Installing /usr/local/man/man3/Class::MOP::Method.3pm

Installing /usr/local/man/man3/Moose::Meta::TypeConstraint::Parameterized.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Method::Conflicting.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm

Installing /usr/local/man/man3/Moose::Meta::Role::Method::Required.3pm

Installing /usr/local/man/man3/Moose::Util.3pm

Installing /usr/local/man/man3/Moose::Meta::Role.3pm

Installing /usr/local/man/man3/Class::MOP::Mixin::HasMethods.3pm

Installing /usr/local/man/man3/Moose::Manual::MethodModifiers.3pm

Installing /usr/local/man/man3/Moose::Meta::Attribute.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm

Installing /usr/local/man/man3/Class::MOP::Method::Constructor.3pm

Installing /usr/local/man/man3/Moose::Manual::Types.3pm

Installing /usr/local/man/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm

Installing /usr/local/bin/moose-outdated

Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod

  ETHER/Moose-2.2201.tar.gz

  sudo /usr/bin/make install  -- OK

  GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

  Has already been unwrapped into directory /home/perl/.cpan/build/Perl-LanguageServer-2.3.0-0

  GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

  Has already been prepared

Running make for G/GR/GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

Warning: Prerequisite 'AnyEvent::AIO => 0' for 'GRICHTER/Perl-LanguageServer-2.3.0.tar.gz' failed when processing 'MLEHMANN/AnyEvent-AIO-1.1.tar.gz' with 'make_test => NO one dependency not OK (IO::AIO); additionally test harness failed'. Continuing, but chances to succeed are limited.

Warning: Prerequisite 'Compiler::Lexer => 0.23' for 'GRICHTER/Perl-LanguageServer-2.3.0.tar.gz' failed when processing 'GOCCY/Compiler-Lexer-0.23.tar.gz' with 'writemakefile => NO -- No 'Build' created

'. Continuing, but chances to succeed are limited.

Warning: Prerequisite 'IO::AIO => 0' for 'GRICHTER/Perl-LanguageServer-2.3.0.tar.gz' failed when processing 'MLEHMANN/IO-AIO-4.76.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 19712'. Continuing, but chances to succeed are limited.

cp lib/Perl/LanguageServer/Methods.pm blib/lib/Perl/LanguageServer/Methods.pm

cp lib/Perl/LanguageServer/Methods/DebugAdapterInterface.pm blib/lib/Perl/LanguageServer/Methods/DebugAdapterInterface.pm

cp lib/Perl/LanguageServer/Methods/workspace.pm blib/lib/Perl/LanguageServer/Methods/workspace.pm

cp lib/Perl/LanguageServer/Workspace.pm blib/lib/Perl/LanguageServer/Workspace.pm

cp lib/Perl/LanguageServer/DevTool.pm blib/lib/Perl/LanguageServer/DevTool.pm

cp lib/Perl/LanguageServer/Methods/textDocument.pm blib/lib/Perl/LanguageServer/Methods/textDocument.pm

cp lib/Perl/LanguageServer/Methods/DebugAdapter.pm blib/lib/Perl/LanguageServer/Methods/DebugAdapter.pm

cp lib/Perl/LanguageServer/Req.pm blib/lib/Perl/LanguageServer/Req.pm

cp lib/Perl/LanguageServer/DebuggerProcess.pm blib/lib/Perl/LanguageServer/DebuggerProcess.pm

cp lib/Perl/LanguageServer/IO.pm blib/lib/Perl/LanguageServer/IO.pm

cp lib/Perl/LanguageServer.pm blib/lib/Perl/LanguageServer.pm

cp lib/Perl/LanguageServer/Parser.pm blib/lib/Perl/LanguageServer/Parser.pm

cp lib/Perl/LanguageServer/DebuggerInterface.pm blib/lib/Perl/LanguageServer/DebuggerInterface.pm

cp lib/Perl/LanguageServer/SyntaxChecker.pm blib/lib/Perl/LanguageServer/SyntaxChecker.pm

Manifying 2 pod documents

  GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

  /usr/bin/make -- OK

Running make test for GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

t/00-load.t .. 1/? 

#   Failed test 'use Perl::LanguageServer;'

#   at t/00-load.t line 10.

#     Tried to use 'Perl::LanguageServer'.

#     Error:  Can't locate IO/AIO.pm in @INC (you may need to install the IO::AIO module) (@INC contains: /home/perl/.cpan/build/Perl-LanguageServer-2.3.0-0/blib/lib /home/perl/.cpan/build/Perl-LanguageServer-2.3.0-0/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/AIO.pm line 64.

# BEGIN failed--compilation aborted at /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/Coro/AIO.pm line 64.

# Compilation failed in require at /home/perl/.cpan/build/Perl-LanguageServer-2.3.0-0/blib/lib/Perl/LanguageServer.pm line 10.

# BEGIN failed--compilation aborted at /home/perl/.cpan/build/Perl-LanguageServer-2.3.0-0/blib/lib/Perl/LanguageServer.pm line 10.

# Compilation failed in require at t/00-load.t line 10.

# BEGIN failed--compilation aborted at t/00-load.t line 10.

Bailout called.  Further testing stopped:  

Use of uninitialized value $Perl::LanguageServer::VERSION in concatenation (.) or string at t/00-load.t line 13.

# Testing Perl::LanguageServer , Perl 5.034000, /usr/bin/perl

# Looks like you failed 1 test of 1.

FAILED--Further testing stopped.

make: *** [Makefile:871: test_dynamic] Fehler 1

  GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

3 dependencies missing (AnyEvent::AIO,Compiler::Lexer,IO::AIO); additionally test harness failed

  /usr/bin/make test -- NOT OK

//hint// to see the cpan-testers results for installing this module, try:

  reports GRICHTER/Perl-LanguageServer-2.3.0.tar.gz

perl@perl-VirtualBox:~$ 
Ruboninov commented 2 years ago

I found the solution for a freshly installed ubuntu: https://dev.to/johntocher/comment/1kfid

This nearly got me there. Getting the perl language server installed was a pain point for me. For others stumbling on this page, on ubuntu linux 20.04 LTS, the process for me was:

(The following three may not be necessary if you've already got your computer configutred for development, but for a fresh isntall I was helping someone else with, this was necessary).

sudo apt update sudo apt upgrade sudo apt install build-essential

The missing library I needed was installed with: sudo apt install libanyevent-perl libio-aio-perl

I found this from the following source if you would like more details: github.com/richterger/Perl-Languag...

Then I could successfully install the language server with: sudo cpan Perl::LanguageServer

VS code would then successfully install the plugin and run as expected.

joshcsmith13 commented 3 months ago

Thank you @Ruboninov ! those extra apt installs seem to have done the trick for my WSL instance!! [sudo apt install build-essential]