Alien-Packages 0.000_001
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- 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 |
---|---|---|---|
Alien::Packages | Find information of installed packages | 0.001 | metacpan |
Alien::Packages::Base | base class for package backends | 0.001 | metacpan |
Alien::Packages::Dpkg | get's information from Debian's package database via dpkg-query | 0.001 | metacpan |
Alien::Packages::LsLpp | handles AIX lslpp packaging system | 0.001 | metacpan |
Alien::Packages::Msi | deals with package information of Microsoft Installer | 0.001 | metacpan |
Alien::Packages::PkgInfo | handles Sun's pkginfo | 0.001 | metacpan |
Alien::Packages::Pkg_Info::pkgsrc | get's information from NetBSD's portable pkgsrc | 0.001 | metacpan |
Alien::Packages::Pkg_Info::ports | deals with FreeBSD's Ports | 0.001 | metacpan |
Alien::Packages::Rpm | get's information from RedHat Package Manager CLI | 0.001 | metacpan |
Alien::Packages::RpmDB | acesses the RPM database directly | 0.001 | metacpan |