[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

attempt at using most perl modules



Hi perl team,

I recently stumbled into a broken Python module and figured that I'd
want to know how much of Python was broken. This has resulted in ~230 rc
bugs for Python modules that fail to import.

Now since I had the tooling at hand, I ran it for perl as well. That
results in the attached use-perl.txt covering 88 perl -e "use
$something" failures. This number is far lower than what I've seen for
Python and a testament of your QA. It also includes false positives. For
instance libalt-base-perl looks like a false positive to me.

I'm not interested in doing a MBF nor in dissecting the resuts. So I
simply attach what I have and hope that the analysis is useful to you.

Helmut
After installing libalt-base-perl (version 0.2-3), using the module Alt::Base
in a perl interpreter fails with the following error:

Bad syntax in alternate module name 'Alt::Base', should be Alt::<Original::Module>::<phrase>
BEGIN failed--compilation aborted at -e line 1.

---

After installing libapache-authenhook-perl (version 2.00-04+pristine-5+b5), using the module Apache::AuthenHook
in a perl interpreter fails with the following error:

Undefined subroutine &Apache2::Module::add called at /usr/lib/x86_64-linux-gnu/perl5/5.26/Apache/AuthenHook.pm line 34.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libapache-gallery-perl (version 1.0.2-5), using the module Apache::Gallery
in a perl interpreter fails with the following error:

Can't locate mod_perl.pm in @INC (you may need to install the mod_perl module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Apache/Gallery.pm line 33.
BEGIN failed--compilation aborted at /usr/share/perl5/Apache/Gallery.pm line 42.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libapache-ssllookup-perl (version 2.00-04-1+b3), using the module Apache::SSLLookup
in a perl interpreter fails with the following error:

perl: symbol lookup error: /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Apache/SSLLookup/SSLLookup.so: undefined symbol: ap_hook_post_config

---

After installing libcanary-stability-perl (version 2006-1), using the module Canary::Stability
in a perl interpreter fails with the following error:


***
*** The stability canary says: (nothing, it was driven away by harsh weather)
***
*** It seems you are running perl version 5.026002, 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 .
*** 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 ,
***    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  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] FATAL: User aborted configuration of .
BEGIN failed--compilation aborted at -e line 1, <STDIN> line 1.

---

After installing libcgi-application-plugin-actiondispatch-perl (version 0.99-2), using the module CGI::Application::Plugin::ActionDispatch
in a perl interpreter fails with the following error:

Can't locate object method "add_callback" via package "main" at /usr/share/perl5/CGI/Application/Plugin/ActionDispatch.pm line 55.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-devpopup-perl (version 1.08-1), using the module CGI::Application::Plugin::DevPopup
in a perl interpreter fails with the following error:

Can't locate object method "new_hook" via package "main" at /usr/share/perl5/CGI/Application/Plugin/DevPopup.pm line 21.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-formstate-perl (version 0.12-2), using the module CGI::Application::Plugin::FormState
in a perl interpreter fails with the following error:

CAP::FormState: Calling package (main) is not a CGI::Application module so cannot install load_tmpl hooks.  If you are using @ISA instead of 'use base', make sure it is in a BEGIN { } block, and make sure these statements appear before the plugin is loaded at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-json-perl (version 1.02-3), using the module CGI::Application::Plugin::JSON
in a perl interpreter fails with the following error:

Can't locate object method "add_callback" via package "main" at /usr/share/perl5/CGI/Application/Plugin/JSON.pm line 232.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-messagestack-perl (version 0.34-3), using the module CGI::Application::Plugin::MessageStack
in a perl interpreter fails with the following error:

Can't locate CGI/Application.pm in @INC (you may need to install the CGI::Application module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/CGI/Application/Plugin/MessageStack.pm line 3.
BEGIN failed--compilation aborted at /usr/share/perl5/CGI/Application/Plugin/MessageStack.pm line 3.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-protectcsrf-perl (version 1.01-2), using the module CGI::Application::Plugin::ProtectCSRF
in a perl interpreter fails with the following error:

CGI::Aplication::Plugin::Session module is not loaded in your app at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-ratelimit-perl (version 1.0-3), using the module CGI::Application::Plugin::RateLimit
in a perl interpreter fails with the following error:

Can't locate object method "add_callback" via package "main" at /usr/share/perl5/CGI/Application/Plugin/RateLimit.pm line 22.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcgi-application-plugin-requiressl-perl (version 0.04-2), using the module CGI::Application::Plugin::RequireSSL
in a perl interpreter fails with the following error:

Can't locate object method "add_callback" via package "main" at /usr/share/perl5/CGI/Application/Plugin/RequireSSL.pm line 96.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libclass-accessor-classy-perl (version 0.9.1-2), using the module Class::Accessor::Classy
in a perl interpreter fails with the following error:

cannot have accessors on the main package at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libclass-dbi-plugin-abstractcount-perl (version 0.08-1), using the module Class::DBI::Plugin::AbstractCount
in a perl interpreter fails with the following error:

Can't locate object method "set_sql" via package "main" at /usr/share/perl5/Class/DBI/Plugin/AbstractCount.pm line 13.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libclass-dbi-plugin-retrieveall-perl (version 1.04-3), using the module Class::DBI::Plugin::RetrieveAll
in a perl interpreter fails with the following error:

Can't locate object method "set_sql" via package "main" at /usr/share/perl5/Class/DBI/Plugin/RetrieveAll.pm line 69.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libclass-dbi-plugin-type-perl (version 0.02-7), using the module Class::DBI::Plugin::Type
in a perl interpreter fails with the following error:

Can't locate object method "set_sql" via package "main" at /usr/share/perl5/Class/DBI/Plugin/Type.pm line 17.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libcpandb-perl (version 0.18-2), using the module CPANDB
in a perl interpreter fails with the following error:

mkdir /.perl: Permission denied at /usr/share/perl5/ORLite/Mirror.pm line 114.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libdata-format-html-perl (version 0.5.1-1), using the module Data::Format::HTML
in a perl interpreter fails with the following error:

Can't locate HTML/Entities.pm in @INC (you may need to install the HTML::Entities module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Data/Format/HTML.pm line 165.
BEGIN failed--compilation aborted at /usr/share/perl5/Data/Format/HTML.pm line 165.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libdata-treedumper-renderer-gtk-perl (version 0.02-2), using the module Data::TreeDumper::Renderer::GTK
in a perl interpreter fails with the following error:

Gtk-WARNING **: cannot open display:  at /usr/lib/x86_64-linux-gnu/perl5/5.26/Gtk2.pm line 126.

---

After installing libdevel-cover-perl (version 1.29-1+b1), using the module Devel::Cover
in a perl interpreter fails with the following error:

Can't mkdir cover_db: No such file or directory at /usr/lib/x86_64-linux-gnu/perl5/5.26/Devel/Cover.pm line 391.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libdevel-dprof-perl (version 20110802.00-3+b5), using the module Devel::DProf
in a perl interpreter fails with the following error:

DProf: run perl with -d to use DProf.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libdevel-nytprof-perl (version 6.05+dfsg-1), using the module Devel::NYTProf
in a perl interpreter fails with the following error:

NYTProf failed to open 'nytprof.out' for writing, error 13: Permission denied at /usr/lib/x86_64-linux-gnu/perl5/5.26/Devel/NYTProf.pm line 44.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libgeo-shapelib-perl (version 0.22-2), using the module Geo::Shapelib
in a perl interpreter fails with the following error:

Can't locate Tree/R.pm in @INC (you may need to install the Tree::R module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/Geo/Shapelib.pm line 5.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/Geo/Shapelib.pm line 5.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libgstreamer1-perl (version 0.003-2), using the module GStreamer1
in a perl interpreter fails with the following error:

Typelib file for namespace 'Gst', version '1.0' not found at /usr/lib/x86_64-linux-gnu/perl5/5.26/Glib/Object/Introspection.pm line 108.
BEGIN failed--compilation aborted at /usr/share/perl5/GStreamer1.pm line 62.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libhtml-popuptreeselect-perl (version 1.6-7), using the module HTML::PopupTreeSelect
in a perl interpreter fails with the following error:

Can't locate HTML/Template.pm in @INC (you may need to install the HTML::Template module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/HTML/PopupTreeSelect.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/HTML/PopupTreeSelect.pm line 7.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libhtml-wikiconverter-markdown-perl (version 0.06-1), using the module HTML::WikiConverter::Markdown
in a perl interpreter fails with the following error:

Can't locate Params/Validate.pm in @INC (you may need to install the Params::Validate module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/HTML/WikiConverter/Markdown.pm line 9.
BEGIN failed--compilation aborted at /usr/share/perl5/HTML/WikiConverter/Markdown.pm line 9.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libinline-c-perl (version 0.78-1), using the module Inline::C
in a perl interpreter fails with the following error:

It is invalid to use 'Inline::C' directly. Please consult the Inline
documentation for more information.

 at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libinline-files-perl (version 0.68-1), using the module Inline::Files
in a perl interpreter fails with the following error:

Could not vf_load '//-e' at /usr/share/perl5/Inline/Files.pm line 39.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liblemonldap-ng-handler-perl (version 1.9.16-1), using the module Lemonldap::NG::Handler
in a perl interpreter fails with the following error:

Can't locate CGI/Util.pm in @INC (you may need to install the CGI::Util module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Lemonldap/NG/Handler/Main.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/Lemonldap/NG/Handler/Main.pm line 8.
Compilation failed in require at /usr/share/perl5/Lemonldap/NG/Handler/SharedConf.pm line 20.
BEGIN failed--compilation aborted at /usr/share/perl5/Lemonldap/NG/Handler/SharedConf.pm line 20.
Compilation failed in require at /usr/share/perl5/Lemonldap/NG/Handler.pm line 10.
BEGIN failed--compilation aborted at /usr/share/perl5/Lemonldap/NG/Handler.pm line 10.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libload-perl (version 0.23-1), using the module load
in a perl interpreter fails with the following error:

Does not make sense to just 'use load;' from your script at /usr/share/perl5/load.pm line 161.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liblog-contextual-perl (version 0.008001-1), using the module Log::Contextual
in a perl interpreter fails with the following error:

Log::Contextual does not have a default import list at /usr/share/perl5/Log/Contextual.pm line 82.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liblog-dispatch-filerotate-perl (version 1.19-1), using the module Log::Dispatch::FileRotate
in a perl interpreter fails with the following error:

Can't locate Params/Validate.pm in @INC (you may need to install the Params::Validate module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Log/Dispatch/FileRotate.pm line 15.
BEGIN failed--compilation aborted at /usr/share/perl5/Log/Dispatch/FileRotate.pm line 15.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liblwp-authen-negotiate-perl (version 0.08-2), using the module LWP::Authen::Negotiate
in a perl interpreter fails with the following error:

Can't locate LWP/Debug.pm in @INC (you may need to install the LWP::Debug module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/LWP/Authen/Negotiate.pm line 6.
BEGIN failed--compilation aborted at /usr/share/perl5/LWP/Authen/Negotiate.pm line 6.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmarc-transform-perl (version 0.003006-1), using the module MARC::Transform
in a perl interpreter fails with the following error:

Can't locate YAML.pm in @INC (you may need to install the YAML module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/MARC/Transform.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/MARC/Transform.pm line 8.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmixin-linewise-perl (version 0.108-1), using the module Mixin::Linewise
in a perl interpreter fails with the following error:

not meant to be loaded at /usr/share/perl5/Mixin/Linewise.pm line 8.
	require Mixin/Linewise.pm called at -e line 1
	main::BEGIN() called at /usr/share/perl5/Mixin/Linewise.pm line 0
	eval {...} called at /usr/share/perl5/Mixin/Linewise.pm line 0
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmodule-install-automanifest-perl (version 0.003-2), using the module Module::Install::AutoManifest
in a perl interpreter fails with the following error:

Can't locate Module/Install/Base.pm in @INC (you may need to install the Module::Install::Base module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Module/Install/AutoManifest.pm line 6.
BEGIN failed--compilation aborted at /usr/share/perl5/Module/Install/AutoManifest.pm line 6.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmodule-install-extratests-perl (version 0.008-1), using the module Module::Install::ExtraTests
in a perl interpreter fails with the following error:

Can't locate Module/Install/Base.pm in @INC (you may need to install the Module::Install::Base module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Module/Install/ExtraTests.pm line 5.
BEGIN failed--compilation aborted at /usr/share/perl5/Module/Install/ExtraTests.pm line 5.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmodule-install-trustmetayml-perl (version 0.003-2), using the module Module::Install::TrustMetaYml
in a perl interpreter fails with the following error:

Base class package "Module::Install::Base" is empty.
    (Perhaps you need to 'use' the module which defines that package first,
    or make that module available in @INC (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base).
 at /usr/share/perl5/Module/Install/TrustMetaYml.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/Module/Install/TrustMetaYml.pm line 11.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmonitoring-livestatus-class-perl (version 0.06-1), using the module Monitoring::Livestatus::Class
in a perl interpreter fails with the following error:

Can't locate Module/Find.pm in @INC (you may need to install the Module::Find module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Monitoring/Livestatus/Class.pm line 4.
BEGIN failed--compilation aborted at /usr/share/perl5/Monitoring/Livestatus/Class.pm line 4.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoosex-attributeshortcuts-perl (version 0.037-1), using the module MooseX::AttributeShortcuts
in a perl interpreter fails with the following error:

Class main has no metaclass! at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 62.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoosex-hasdefaults-perl (version 0.03-1), using the module MooseX::HasDefaults
in a perl interpreter fails with the following error:

Do not use MooseX::HasDefaults, use MooseX::HasDefaults::RO or MooseX::HasDefaults::RW at /usr/share/perl5/MooseX/HasDefaults.pm line 4.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoosex-multimethods-perl (version 0.10-1), using the module MooseX::MultiMethods
in a perl interpreter fails with the following error:

Validation failed for 'Tuple[Tuple[ClassName,ClassName,HashRef],Dict[]]' with value "[ [ "MooseX::MultiMethods", "main", HASH(0x55e6de51cd90) ], {  } ], Internal Validation Error is: \n [+] Validation failed for 'Tuple[ClassName,ClassName,HashRef]' with value "[ "MooseX::MultiMethods", "main", {  } ]"\n  [+] Validation failed for 'ClassName' with value "main"" at /usr/share/perl5/MooseX/Method/Signatures/Meta/Method.pm line 432.
	MooseX::Method::Signatures::Meta::Method::validate(MooseX::Method::Signatures::Meta::Method=HASH(0x55e6e06293f8), ARRAY(0x55e6e05f52d8)) called at /usr/share/perl5/MooseX/Method/Signatures/Meta/Method.pm line 148
	MooseX::MultiMethods::setup_for("MooseX::MultiMethods", "main") called at /usr/share/perl5/MooseX/MultiMethods.pm line 46
	MooseX::MultiMethods::import("MooseX::MultiMethods") called at -e line 1
	main::BEGIN() called at -e line 1
	eval {...} called at -e line 1
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoosex-mungehas-perl (version 0.007-2), using the module MooseX::MungeHas
in a perl interpreter fails with the following error:

Could not load Eval::TypeTiny at /usr/share/perl5/MooseX/MungeHas.pm line 24.
BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/MungeHas.pm line 24.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoosex-xsaccessor-perl (version 0.008-1), using the module MooseX::XSAccessor
in a perl interpreter fails with the following error:

When using Moose::Util::MetaRole, you must pass a Moose class name, role name, metaclass object, or metarole object. You passed main, and this did not resolve to a metaclass or metarole. Maybe you need to call Moose->init_meta to initialize the metaclass first? at /usr/lib/x86_64-linux-gnu/perl5/5.26/Moose/Util/MetaRole.pm line 15
	Moose::Util::MetaRole::apply_metaroles('for', 'main', 'class_metaroles', 'HASH(0x55c9949ff550)') called at /usr/share/perl5/MooseX/XSAccessor.pm line 27
	MooseX::XSAccessor::init_meta('MooseX::XSAccessor', 'for_class', 'Moose::Exception', 'metaclass', undef, 'meta_name', 'meta') called at /usr/lib/x86_64-linux-gnu/perl5/5.26/Moose/Exporter.pm line 484
	MooseX::XSAccessor::import('MooseX::XSAccessor') called at -e line 1
	main::BEGIN at -e line 1
	eval {...} at -e line 1
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoox-aliases-perl (version 0.001006-1), using the module MooX::Aliases
in a perl interpreter fails with the following error:

The method 'has' is not found in the inheritance hierarchy for class main at /usr/share/perl5/Class/Method/Modifiers.pm line 42.
	Class::Method::Modifiers::install_modifier("main", "around", "has") called at /usr/share/perl5/MooX/Aliases.pm line 89
	MooX::Aliases::import("MooX::Aliases") called at -e line 1
	main::BEGIN() called at -e line 1
	eval {...} called at -e line 1
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoox-late-perl (version 0.015-3), using the module MooX::late
in a perl interpreter fails with the following error:

MooX::late applied to a non-Moo package(need: use Moo or use Moo::Role) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libmoox-options-perl (version 4.023-1), using the module MooX::Options
in a perl interpreter fails with the following error:

Can't find the method <with> in <main> ! Ensure to load a Role::Tiny compatible module like Moo or Moose before using MooX::Options. at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libnet-dns-zonefile-fast-perl (version 1.24-2), using the module Net::DNS::ZoneFile::Fast
in a perl interpreter fails with the following error:

Can't locate Net/DNS.pm in @INC (you may need to install the Net::DNS module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Net/DNS/ZoneFile/Fast.pm line 74.
BEGIN failed--compilation aborted at /usr/share/perl5/Net/DNS/ZoneFile/Fast.pm line 74.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libnet-whois-ripe-perl (version 1.23-2), using the module Net::Whois::RIPE
in a perl interpreter fails with the following error:

Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /usr/share/perl5/Net/Whois/RIPE/Object.pm line 196.
Compilation failed in require at /usr/share/perl5/Net/Whois/RIPE.pm line 12.
BEGIN failed--compilation aborted at /usr/share/perl5/Net/Whois/RIPE.pm line 12.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libnetapp-perl (version 500.002-1), using the module NetApp
in a perl interpreter fails with the following error:

Can't locate Net/Telnet.pm in @INC (you may need to install the Net::Telnet module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/NetApp/Filer.pm line 16.
BEGIN failed--compilation aborted at /usr/share/perl5/NetApp/Filer.pm line 16.
Compilation failed in require at /usr/share/perl5/NetApp.pm line 12.
BEGIN failed--compilation aborted at /usr/share/perl5/NetApp.pm line 12.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libnginx-mod-http-perl (version 1.13.12-1), using the module nginx
in a perl interpreter fails with the following error:

Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.26/auto/nginx/nginx.so' for module nginx: /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/nginx/nginx.so: undefined symbol: ngx_http_perl_handle_request at /usr/share/perl/5.26/XSLoader.pm line 96.
 at /usr/lib/x86_64-linux-gnu/perl5/5.26/nginx.pm line 57.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libobject-realize-later-perl (version 0.21-1), using the module Object::Realize::Later
in a perl interpreter fails with the following error:

Require 'becomes' at /usr/share/perl5/Object/Realize/Later.pm line 175.
	Object::Realize::Later::import("Object::Realize::Later") called at -e line 1
	main::BEGIN() called at -e line 1
	eval {...} called at -e line 1
BEGIN failed--compilation aborted at -e line 1.

---

After installing libopenscap-perl (version 1.2.15-1), using the module openscap
in a perl interpreter fails with the following error:

Can't locate loadable object for module openscap_pm in @INC (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/openscap.pm line 11.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liborlite-migrate-perl (version 1.10-2), using the module ORLite::Migrate
in a perl interpreter fails with the following error:

Missing, empty or invalid params HASH at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liborlite-mirror-perl (version 1.24-1), using the module ORLite::Mirror
in a perl interpreter fails with the following error:

Missing, empty or invalid params HASH at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing liborlite-perl (version 1.98-2), using the module ORLite
in a perl interpreter fails with the following error:

Missing, empty or invalid params HASH at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libpackage-deprecationmanager-perl (version 0.17-1), using the module Package::DeprecationManager
in a perl interpreter fails with the following error:

You must provide a hash reference -deprecations parameter when importing Package::DeprecationManager at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libplack-middleware-cache-perl (version 0.14-1), using the module Plack::Middleware::Cache
in a perl interpreter fails with the following error:

Can't locate Plack/Middleware.pm in @INC (you may need to install the Plack::Middleware module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl/5.26/parent.pm line 16.
BEGIN failed--compilation aborted at /usr/share/perl5/Plack/Middleware/Cache.pm line 5.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libpoe-loop-event-perl (version 1.305-1), using the module POE::Loop::Event
in a perl interpreter fails with the following error:

Can't locate object method "loop_ignore_signal" via package "POE::Kernel" at /usr/share/perl5/POE/Resource/Signals.pm line 179.
BEGIN failed--compilation aborted at /usr/share/perl5/POE/Loop/PerlSignals.pm line 17.
Compilation failed in require at /usr/share/perl5/POE/Loop/Event.pm line 10.
BEGIN failed--compilation aborted at /usr/share/perl5/POE/Loop/Event.pm line 10.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libpoe-loop-tk-perl (version 1.305-1), using the module POE::Loop::Tk
in a perl interpreter fails with the following error:

Can't locate object method "loop_ignore_signal" via package "POE::Kernel" at /usr/share/perl5/POE/Resource/Signals.pm line 179.
BEGIN failed--compilation aborted at /usr/share/perl5/POE/Loop/PerlSignals.pm line 17.
Compilation failed in require at /usr/share/perl5/POE/Loop/Tk.pm line 9.
BEGIN failed--compilation aborted at /usr/share/perl5/POE/Loop/Tk.pm line 9.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libqtcore4-perl (version 4.8.4-1.3+b4), using the module QtCore4
in a perl interpreter fails with the following error:

Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libqtgui4-perl (version 4.8.4-1.3+b4), using the module QtGui4
in a perl interpreter fails with the following error:

Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtGui4.pm line 23.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtGui4.pm line 23.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libqtnetwork4-perl (version 4.8.4-1.3+b4), using the module QtNetwork4
in a perl interpreter fails with the following error:

Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtNetwork4.pm line 22.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtNetwork4.pm line 22.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libqttest4-perl (version 4.8.4-1.3+b4), using the module QtTest4
in a perl interpreter fails with the following error:

Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtTest4.pm line 22.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtTest4.pm line 22.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libqtxml4-perl (version 4.8.4-1.3+b4), using the module QtXml4
in a perl interpreter fails with the following error:

Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtCore4.pm line 799.
Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtXml4.pm line 22.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/QtXml4.pm line 22.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libreadonly-xs-perl (version 1.05-1+b5), using the module Readonly::XS
in a perl interpreter fails with the following error:

Readonly::XS is not a standalone module. You should not use it directly. at /usr/lib/x86_64-linux-gnu/perl5/5.26/Readonly/XS.pm line 34.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/Readonly/XS.pm line 34.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libsbml5-perl (version 5.16.0+dfsg-2), using the module LibSBML
in a perl interpreter fails with the following error:

Can't locate loadable object for module LibSBML in @INC (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/lib/x86_64-linux-gnu/perl5/5.26/LibSBML.pm line 11.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libterm-readline-gnu-perl (version 1.35-3), using the module Term::ReadLine::Gnu
in a perl interpreter fails with the following error:

It is invalid to load Term::ReadLine::Gnu directly.  Please consult
the Term::ReadLine documentation for more information.
 at /usr/lib/x86_64-linux-gnu/perl5/5.26/Term/ReadLine/Gnu.pm line 82.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/Term/ReadLine/Gnu.pm line 82.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libtest-base-perl (version 0.88-1), using the module Test::Base
in a perl interpreter fails with the following error:

readline() on unopened filehandle DATA at /usr/share/perl5/Test/Base.pm line 519.
Use of uninitialized value $spec in substitution (s///) at /usr/share/perl5/Test/Base.pm line 415.
Use of uninitialized value $spec in pattern match (m//) at /usr/share/perl5/Test/Base.pm line 427.
Can't determine section names at -e line 0.
END failed--call queue aborted.
1..0

---

After installing libtest-corpus-audio-mpd-perl (version 1.120990-2), using the module Test::Corpus::Audio::MPD
in a perl interpreter fails with the following error:

mpd is running
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libtest-dependencies-perl (version 0.23-1), using the module Test::Dependencies
in a perl interpreter fails with the following error:

1..0

---

After installing libtest-distribution-perl (version 2.00-5), using the module Test::Distribution
in a perl interpreter fails with the following error:

1..6
Problem opening MANIFEST: No such file or directory at /usr/share/perl/5.26/ExtUtils/Manifest.pm line 349.
/proc/self/fd/0 is encountered a second time at /usr/share/perl/5.26/File/Find.pm line 79.
BEGIN failed--compilation aborted at -e line 1.
# Looks like your test exited with 2 before it could output anything.

---

After installing libtest-is-perl (version 20140823.1-1), using the module Test::Is
in a perl interpreter fails with the following error:

missing arguments for Test::Is at /usr/share/perl5/Test/Is.pm line 8.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libtest-kwalitee-perl (version 1.27-1), using the module Test::Kwalitee
in a perl interpreter fails with the following error:

These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1!
ok 1 - meta_json_conforms_to_known_spec
ok 2 - meta_json_is_parsable
ok 3 - meta_yml_conforms_to_known_spec
ok 4 - meta_yml_is_parsable
not ok 5 - has_buildtool
#   Failed test 'has_buildtool'
#   at -e line 1.
# Error: Makefile.PL and/or Build.PL are missing. This makes installing this distribution hard for humans and impossible for automated tools like CPAN/CPANPLUS/cpanminus.
# Details:
# Neither Makefile.PL nor Build.PL was found.
# Remedy: Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
not ok 6 - has_changelog
#   Failed test 'has_changelog'
#   at -e line 1.
# Error: The distribution hasn't got a Changelog (named something like m/^chang(es?|log)|history$/i. A Changelog helps people decide if they want to upgrade to a new version.
# Details:
# Any Changelog file was not found.
# Remedy: Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
not ok 7 - has_manifest
#   Failed test 'has_manifest'
#   at -e line 1.
# Error: The file "MANIFEST" is missing from this distribution. The MANIFEST lists all files included in the distribution.
# Details:
# MANIFEST was not found.
# Remedy: Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
not ok 8 - has_meta_yml
#   Failed test 'has_meta_yml'
#   at -e line 1.
# Error: The file "META.yml" is missing from this distribution. META.yml is needed by people maintaining module collections (like CPAN), for people writing installation tools, or just people who want to know some stuff about a distribution before downloading it.
# Details:
# META.yml was not found.
# Remedy: Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
not ok 9 - has_readme
#   Failed test 'has_readme'
#   at -e line 1.
# Error: The file "README" is missing from this distribution. The README provides some basic information to users prior to downloading and unpacking the distribution.
# Details:
# README was not found.
# Remedy: Add a README to the distribution. It should contain a quick description of your module and how to install it.
not ok 10 - has_tests
#   Failed test 'has_tests'
#   at -e line 1.
# Error: This distribution doesn't contain either a file called 'test.pl' or a directory called 't'. This indicates that it doesn't contain even the most basic test-suite. This is really BAD!
# Details:
# Neither "test.pl" nor "t/" directory was not found.
# Remedy: Add tests!
ok 11 - no_symlinks
ok 12 - no_broken_auto_install
ok 13 - no_broken_module_install
not ok 14 - has_human_readable_license
#   Failed test 'has_human_readable_license'
#   at -e line 1.
# Error: This distribution does not have a license defined in the documentation or in a file called LICENSE
# Details:
# Neither LICENSE file nor LICENSE section in pod was found.
# Remedy: Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
not ok 15 - has_license_in_source_file
#   Failed test 'has_license_in_source_file'
#   at -e line 1.
# Error: Does not have license information in any of its source files
# Details:
# LICENSE section was not found in the pod.
# Remedy: Add =head1 LICENSE and the text of the license to the main module in your code.
not ok 16 - has_abstract_in_pod
#   Failed test 'has_abstract_in_pod'
#   at -e line 1.
# Error: No abstract (short description of a module) is found in pod from this distribution.
# Details:
# No abstracts in pod
# Remedy: Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
ok 17 - use_strict
1..17
# Looks like you failed 9 tests of 17.

---

After installing libtest-nowarnings-perl (version 1.04-2), using the module Test::NoWarnings
in a perl interpreter fails with the following error:

ok 1 - no warnings
# Tests were run but no plan was declared and done_testing() was not seen.

---

After installing libtest-portability-files-perl (version 0.09-1), using the module Test::Portability::Files
in a perl interpreter fails with the following error:

1..1
# No tests run!

---

After installing libtest-yaml-perl (version 1.06-1), using the module Test::YAML
in a perl interpreter fails with the following error:

readline() on unopened filehandle DATA at /usr/share/perl5/Test/Base.pm line 519.
Use of uninitialized value $spec in substitution (s///) at /usr/share/perl5/Test/Base.pm line 415.
Use of uninitialized value $spec in pattern match (m//) at /usr/share/perl5/Test/Base.pm line 427.
Can't determine section names at -e line 0.
END failed--call queue aborted.
1..0

---

After installing libwx-glcanvas-perl (version 0.09-5), using the module Wx::GLCanvas
in a perl interpreter fails with the following error:

Unable to init server: Could not connect: Connection refused
23:46:51: Error: Unable to initialize GTK+, is DISPLAY set properly?
Failed to initialize wxWidgets at /usr/lib/x86_64-linux-gnu/perl5/5.26/Wx/GLCanvas.pm line 16.
Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl5/5.26/Wx/GLCanvas.pm line 16.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/Wx/GLCanvas.pm line 16.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libwx-perl-datawalker-perl (version 0.02-2), using the module Wx::Perl::DataWalker
in a perl interpreter fails with the following error:

Unable to init server: Could not connect: Connection refused
23:47:21: Error: Unable to initialize GTK+, is DISPLAY set properly?
Failed to initialize wxWidgets at /usr/share/perl5/Wx/Perl/DataWalker.pm line 11.
Compilation failed in require at /usr/share/perl5/Wx/Perl/DataWalker.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/Wx/Perl/DataWalker.pm line 11.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libwx-perl-processstream-perl (version 0.32-1), using the module Wx::Perl::ProcessStream
in a perl interpreter fails with the following error:

Unable to init server: Could not connect: Connection refused
23:47:36: Error: Unable to initialize GTK+, is DISPLAY set properly?
Failed to initialize wxWidgets at /usr/share/perl5/Wx/Perl/ProcessStream.pm line 455.
Compilation failed in require at /usr/share/perl5/Wx/Perl/ProcessStream.pm line 455.
BEGIN failed--compilation aborted at /usr/share/perl5/Wx/Perl/ProcessStream.pm line 455.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libwx-perl (version 1:0.9932-4), using the module Wx
in a perl interpreter fails with the following error:

Unable to init server: Could not connect: Connection refused
23:47:06: Error: Unable to initialize GTK+, is DISPLAY set properly?
Failed to initialize wxWidgets at -e line 1.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libwx-scintilla-perl (version 0.39-4), using the module Wx::Scintilla
in a perl interpreter fails with the following error:

Unable to init server: Could not connect: Connection refused
23:47:51: Error: Unable to initialize GTK+, is DISPLAY set properly?
Failed to initialize wxWidgets at /usr/lib/x86_64-linux-gnu/perl5/5.26/Wx/Scintilla.pm line 9.
Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl5/5.26/Wx/Scintilla.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl5/5.26/Wx/Scintilla.pm line 9.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libx11-guitest-perl (version 0.28-1+b5), using the module X11::GUITest
in a perl interpreter fails with the following error:

X11::GUITest - This program is designed to run in X Windows!
INIT failed--call queue aborted.

---

After installing libx2go-log-perl (version 4.1.0.0-3), using the module X2Go::Log
in a perl interpreter fails with the following error:

Can't locate X2Go/Config.pm in @INC (you may need to install the X2Go::Config module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/X2Go/Log.pm line 37.
BEGIN failed--compilation aborted at /usr/share/perl5/X2Go/Log.pm line 37.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libx2go-server-db-perl (version 4.1.0.0-3), using the module X2Go::Server::DB
in a perl interpreter fails with the following error:

Can't locate X2Go/Config.pm in @INC (you may need to install the X2Go::Config module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/X2Go/Server/DB.pm line 38.
BEGIN failed--compilation aborted at /usr/share/perl5/X2Go/Server/DB.pm line 38.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---

After installing libxml-saxon-xslt2-perl (version 0.010-2), using the module XML::Saxon::XSLT2
in a perl interpreter fails with the following error:

Couldn't find an appropriate DIRECTORY for Inline to use.

 at -e line 0.
INIT failed--call queue aborted, <DATA> line 1.

---

After installing libxml-structured-perl (version 1.01-2), using the module XML::Structured
in a perl interpreter fails with the following error:

Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/XML/Structured.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/XML/Structured.pm line 11.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

---


Reply to: