Kwalitee Issues

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: VM-EC2-1.02/lib/VM/EC2/Generic.pm -- Around line 160: =back without =over VM-EC2-1.02/lib/VM/EC2.pm -- Around line 2446: Unknown directive: =head Around line 2448: Unknown directive: =head

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: VM::EC2, VM::EC2::AvailabilityZone, VM::EC2::BlockDevice, VM::EC2::BlockDevice::Attachment, VM::EC2::BlockDevice::EBS, VM::EC2::BlockDevice::Mapping, VM::EC2::BlockDevice::Mapping::EBS, VM::EC2::Dispatch, VM::EC2::ElasticAddress, VM::EC2::Error, VM::EC2::Generic, VM::EC2::Group, VM::EC2::Image, VM::EC2::Image::LaunchPermission, VM::EC2::Instance, VM::EC2::Instance::ConsoleOutput, VM::EC2::Instance::Metadata, VM::EC2::Instance::MonitoringState, VM::EC2::Instance::PasswordData, VM::EC2::Instance::Placement, VM::EC2::Instance::Set, VM::EC2::Instance::State, VM::EC2::Instance::State::Change, VM::EC2::KeyPair, VM::EC2::Region, VM::EC2::ReservationSet, VM::EC2::SecurityGroup, VM::EC2::SecurityGroup::GroupPermission, VM::EC2::SecurityGroup::IpPermission, VM::EC2::Snapshot, VM::EC2::Snapshot::CreateVolumePermission, VM::EC2::Tag, VM::EC2::Volume

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).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
VM::EC2 Control the Amazon EC2 and Eucalyptus Clouds 1.02 metacpan
VM::EC2::AvailabilityZone Object describing an Amazon availability zone metacpan
VM::EC2::BlockDevice Object describing how to construct an EC2 block device when launching an image metacpan
VM::EC2::BlockDevice::Attachment Object describing the attachment of an EBS volume to an instance metacpan
VM::EC2::BlockDevice::EBS Object describing how to initialize an Amazon EBS volume from an image metacpan
VM::EC2::BlockDevice::Mapping Object describing an EC2 block device attached to an instance metacpan
VM::EC2::BlockDevice::Mapping::EBS Object describing an EBS volume that has been mapped onto an Amazon EC2 instance metacpan
VM::EC2::Dispatch Create Perl objects from AWS XML requests metacpan
VM::EC2::ElasticAddress Object describing an Amazon EC2 Elastic Address metacpan
VM::EC2::Error Object describing an error emitted by the Amazon API metacpan
VM::EC2::Generic Base class for VM::EC2 objects metacpan
VM::EC2::Group Object describing an Amazon EC2 security group name metacpan
VM::EC2::Image Object describing an Amazon Machine Image (AMI) metacpan
VM::EC2::Image::LaunchPermission metacpan
VM::EC2::Instance Object describing an Amazon EC2 instance metacpan
VM::EC2::Instance::ConsoleOutput metacpan
VM::EC2::Instance::Metadata Object describing the metadata of a running instance metacpan
VM::EC2::Instance::MonitoringState metacpan
VM::EC2::Instance::PasswordData metacpan
VM::EC2::Instance::Placement Object describing an Amazon EC2 instance's placement metacpan
VM::EC2::Instance::Set Object describing a set of instances metacpan
VM::EC2::Instance::State metacpan
VM::EC2::Instance::State::Change metacpan
VM::EC2::KeyPair Object describing an Amazon EC2 ssh key pair metacpan
VM::EC2::Region Object describing an Amazon region metacpan
VM::EC2::ReservationSet metacpan
VM::EC2::SecurityGroup Object describing an Amazon EC2 security group metacpan
VM::EC2::SecurityGroup::GroupPermission Object describing an authorized group within a security group firewall rule metacpan
VM::EC2::SecurityGroup::IpPermission Object describing a firewall rule in an EC2 security group. metacpan
VM::EC2::Snapshot Object describing an Amazon EBS snapshot metacpan
VM::EC2::Snapshot::CreateVolumePermission Object describing AMI create volume permissions metacpan
VM::EC2::State::Reason Object describing the reason for an EC2 instance state change metacpan
VM::EC2::Tag Object describing a tagged Amazon EC2 resource metacpan
VM::EC2::Volume Object describing an Amazon EBS volume metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan