libwww-perl 5.69 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Bundle::LWP, HTTP::Negotiate, LWP, LWP::Debug, LWP::MemberMixin
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Authen::NTLM
- HTTP::GHTTP
- Win32
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: libwww-perl-5.69/lib/LWP/Protocol.pm -- Around line 290: You forgot a '=back' before '=head1'
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Bundle::LWP, File::Listing, HTML::Form, HTTP::Cookies, HTTP::Cookies::Microsoft, HTTP::Cookies::Netscape, HTTP::Daemon, HTTP::Date, HTTP::Headers, HTTP::Headers::Auth, HTTP::Headers::ETag, HTTP::Headers::Util, HTTP::Message, HTTP::Negotiate, HTTP::Request, HTTP::Request::Common, HTTP::Response, HTTP::Status, LWP, LWP::Authen::Basic, LWP::Authen::Digest, LWP::Authen::Ntlm, LWP::ConnCache, LWP::Debug, LWP::DebugFile, LWP::MediaTypes, LWP::MemberMixin, LWP::Protocol, LWP::Protocol::GHTTP, LWP::Protocol::data, LWP::Protocol::file, LWP::Protocol::ftp, LWP::Protocol::gopher, LWP::Protocol::http, LWP::Protocol::http10, LWP::Protocol::https, LWP::Protocol::https10, LWP::Protocol::mailto, LWP::Protocol::nntp, LWP::Protocol::nogo, LWP::RobotUA, LWP::Simple, LWP::UserAgent, Net::HTTP, Net::HTTP::Methods, Net::HTTP::NB, Net::HTTPS, WWW::RobotRules, WWW::RobotRules::AnyDBM_File
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.02,0.05,1.00,1.01,1.02,1.03,1.05,1.09,1.10,1.11,1.12,1.19,1.23,1.25,1.26,1.27,1.30,1.36,1.39,1.44,2.003,5.69
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Bundle::LWP | A bundle to install all libwww-perl related modules | 1.09 | metacpan |
File::Listing | 1.11 | metacpan | |
HTML::Form | Class that represents an HTML form element | 1.00 | metacpan |
HTTP::Cookies | HTTP cookie jars | 1.30 | metacpan |
HTTP::Cookies::Microsoft | access to Microsoft cookies files | 1.05 | metacpan |
HTTP::Cookies::Netscape | access to Netscape cookies files | 1.01 | metacpan |
HTTP::Daemon | a simple http server class | 1.26 | metacpan |
HTTP::Date | date conversion routines | 1.44 | metacpan |
HTTP::Headers | Class encapsulating HTTP Message headers | 1.44 | metacpan |
HTTP::Headers::Auth | 1.02 | metacpan | |
HTTP::Headers::ETag | 1.03 | metacpan | |
HTTP::Headers::Util | Header value parsing utility functions | 1.10 | metacpan |
HTTP::Message | Class encapsulating HTTP messages | 1.25 | metacpan |
HTTP::Negotiate | 1.12 | metacpan | |
HTTP::Request | Class encapsulating HTTP Requests | 1.30 | metacpan |
HTTP::Request::Common | Construct common HTTP::Request objects | 1.19 | metacpan |
HTTP::Response | Class encapsulating HTTP Responses | 1.36 | metacpan |
HTTP::Status | HTTP Status code processing | 1.26 | metacpan |
LWP | The World-Wide Web library for Perl | 5.69 | metacpan |
LWP::Authen::Basic | metacpan | ||
LWP::Authen::Digest | metacpan | ||
LWP::Authen::Ntlm | Library for enabling NTLM authentication (Microsoft) in LWP | 0.05 | metacpan |
LWP::ConnCache | Connection cache manager | 0.01 | metacpan |
LWP::Debug | debug routines for the libwww-perl library | metacpan | |
LWP::DebugFile | routines for tracing/debugging LWP | metacpan | |
LWP::MediaTypes | guess media type for a file or a URL | 1.27 | metacpan |
LWP::MemberMixin | Member access mixin class | metacpan | |
LWP::Protocol | Base class for LWP protocols | 1.39 | metacpan |
LWP::Protocol::GHTTP | metacpan | ||
LWP::Protocol::data | metacpan | ||
LWP::Protocol::file | metacpan | ||
LWP::Protocol::ftp | metacpan | ||
LWP::Protocol::gopher | metacpan | ||
LWP::Protocol::http | metacpan | ||
LWP::Protocol::http10 | metacpan | ||
LWP::Protocol::https | metacpan | ||
LWP::Protocol::https10 | metacpan | ||
LWP::Protocol::mailto | metacpan | ||
LWP::Protocol::nntp | metacpan | ||
LWP::Protocol::nogo | metacpan | ||
LWP::RobotUA | a class for well-behaved Web robots | 1.19 | metacpan |
LWP::Simple | simple procedural interface to LWP | 1.36 | metacpan |
LWP::UserAgent | A WWW UserAgent class | 2.003 | metacpan |
Net::HTTP | Low-level HTTP connection (client) | 1.00 | metacpan |
Net::HTTP::Methods | 1.00 | metacpan | |
Net::HTTP::NB | Non-blocking HTTP client | 0.02 | metacpan |
Net::HTTPS | 1.00 | metacpan | |
WWW::RobotRules | database of robots.txt-derived permissions | 1.23 | metacpan |
WWW::RobotRules::AnyDBM_File | Persistent RobotRules | 1.10 | metacpan |
Provides
Name | File | View |
---|---|---|
File::Listing::dosftp | lib/File/Listing.pm | metacpan |
File::Listing::netware | lib/File/Listing.pm | metacpan |
File::Listing::unix | lib/File/Listing.pm | metacpan |
File::Listing::vms | lib/File/Listing.pm | metacpan |
HTML::Form::FileInput | lib/HTML/Form.pm | metacpan |
HTML::Form::IgnoreInput | lib/HTML/Form.pm | metacpan |
HTML::Form::ImageInput | lib/HTML/Form.pm | metacpan |
HTML::Form::Input | lib/HTML/Form.pm | metacpan |
HTML::Form::ListInput | lib/HTML/Form.pm | metacpan |
HTML::Form::SubmitInput | lib/HTML/Form.pm | metacpan |
HTML::Form::TextInput | lib/HTML/Form.pm | metacpan |
HTTP::Daemon::ClientConn | lib/HTTP/Daemon.pm | metacpan |
LWP::Protocol::MyFTP | lib/LWP/Protocol/ftp.pm | metacpan |
LWP::Protocol::http::Socket | lib/LWP/Protocol/http.pm | metacpan |
LWP::Protocol::http::SocketMethods | lib/LWP/Protocol/http.pm | metacpan |
LWP::Protocol::https::Socket | lib/LWP/Protocol/https.pm | metacpan |
WWW::RobotRules::InCore | lib/WWW/RobotRules.pm | metacpan |