XML-RPC-Fast 0.8 Latest
Kwalitee Issues
- no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- no_broken_module_install
-
Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
XML::RPC::Enc | Base class for XML::RPC encoders | 0 | metacpan |
XML::RPC::Enc::LibXML | Encode/decode XML-RPC using LibXML | 0 | metacpan |
XML::RPC::Fast | Fast and modular implementation for an XML-RPC client and server | 0.8 | metacpan |
XML::RPC::UA | Base class for XML::RPC UserAgent | 0 | metacpan |
XML::RPC::UA::AnyEvent | XML::RPC useragent, using AnyEvent::HTTP | 0 | metacpan |
XML::RPC::UA::AnyEventSync | Syncronous XML::RPC useragent, using AnyEvent::HTTP | 0 | metacpan |
XML::RPC::UA::Curl | XML::RPC useragent, using Curl | 0 | metacpan |
XML::RPC::UA::LWP | XML::RPC useragent, using LWP | 0 | metacpan |