|
Module::CPANTS::asHash - CPANTS data as a big Hash |
Module::CPANTS::asHash - CPANTS data as a big Hash
use Module::CPANTS::asHash;
my $c = Module::CPANTS::asHash->new();
my $cpants = $c->data;
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
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
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.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
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
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.
This distribution has no test suite. This is BAD!
Kwalitee: 1
tested in: Module::CPANTS::Generator::Files
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 contains POD errors.
The documentation included in this distribution contains formatting errors.
Kwalitee: 1
tested in: Module::CPANTS::Generator::Pod
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
Thomas Klausner <domm@zsi.at>
This code is distributed under the same license as Perl.
|
Module::CPANTS::asHash - CPANTS data as a big Hash |