Module::CPANTS::asHash - CPANTS data as a big Hash



NAME

Module::CPANTS::asHash - CPANTS data as a big Hash


SYNOPSIS

      use Module::CPANTS::asHash;
      my $c = Module::CPANTS::asHash->new();
      my $cpants = $c->data;


DESCRIPTION

extracts_badly

Doesn't extact nicely.

This package doesn't create a directory and extracts its content into this directory. Instead, it spews its content into the current directory, making it really hard/annoying to remove the unpacked package.

Kwalitee: 1

tested in: Module::CPANTS::Generator::Init

has_bad_permissions

Includes files with bad permissions

This distribution includes files that are not read- and writable by the user. This makes removing the extracted distribution hard.

Kwalitee: 1

tested in: Module::CPANTS::Generator::Files

has_symlinks

Includes symlinks.

This distribution includes symbolic links (symlinks). This is bad, because there are operating systems do not handle symlinks.

Kwalitee: 1

tested in: Module::CPANTS::Generator::Files

no_makefile

No Makefile.PL or Build.PL

Makefile.PL and/or Build.PL are missing. This makes installing this distribution hard for humans and impossible for automated tools like CPAN/CPANPLUS

Kwalitee: 1

tested in: Module::CPANTS::Generator::Files

no_manifest

No MANIFEST

The file 'MANIFEST' is missing from this distribution. The MANIFEST lists all files included in the distribution.

Kwalitee: 1

tested in: Module::CPANTS::Generator::Files

no_readme

No README

The file 'README' is missing from this distribution. The README provide some basic information to users prior to downloading and unpacking the distribution.

Kwalitee: 1

tested in: Module::CPANTS::Generator::Files

no_tests

No tests.

This distribution has no test suite. This is BAD!

Kwalitee: 1

tested in: Module::CPANTS::Generator::Files

no_version

No version number in package filename.

The package filename (eg. Foo-Bar-1.42.tar.gz) does not include a version number (or something that looks like a reasonable version number to CPAN::DistnameInfo)

Kwalitee: 1

tested in: Module::CPANTS::Generator::Init

pod_errors

POD contains POD errors.

The documentation included in this distribution contains formatting errors.

Kwalitee: 1

tested in: Module::CPANTS::Generator::Pod

unknown_package_type

Unknown package type).

This package uses an unknown packageing format. CPANTS can handle tar.gz, tgz and zip archives.

Kwalitee: 0

tested in: Module::CPANTS::Generator::Init


AUTHOR

Thomas Klausner <domm@zsi.at>


LICENSE

This code is distributed under the same license as Perl.

 Module::CPANTS::asHash - CPANTS data as a big Hash