Roguelike-Utils 0.5.254
Kwalitee Issues
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Games::Roguelike::Utils::Pov_C
- 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.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: Games/Roguelike/Area.pm, Games/Roguelike/Area/Wilderness.pm, Games/Roguelike/Console.pm, Games/Roguelike/Console/ANSI.pm, Games/Roguelike/Console/Curses.pm, Games/Roguelike/Console/Dump.pm, Games/Roguelike/Console/Win32.pm, Games/Roguelike/Item.pm, Games/Roguelike/Mob.pm, Games/Roguelike/Utils.pm, Games/Roguelike/Utils/Pov_C.pm, Games/Roguelike/World.pm, Games/Roguelike/World/Daemon.pm
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- 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: Games::Roguelike::Area, Games::Roguelike::Area::Wilderness, Games::Roguelike::Console, Games::Roguelike::Console::ANSI, Games::Roguelike::Console::Curses, Games::Roguelike::Console::Dump, Games::Roguelike::Console::Win32, Games::Roguelike::Item, Games::Roguelike::Mob, Games::Roguelike::Utils, Games::Roguelike::Utils::Pov_C, Games::Roguelike::World, Games::Roguelike::World::Daemon
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.004233,0.004236,0.004247,0.004252,0.004253,0.004256,0.005254
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- 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 |
---|---|---|---|
Games::Roguelike::Area | Roguelike area map | 0.005254 | metacpan |
Games::Roguelike::Area::Wilderness | metacpan | ||
Games::Roguelike::Console | Platform-neutral console handling | 0.004256 | metacpan |
Games::Roguelike::Console::ANSI | socket-friendly, object oriented curses-like support for an ansi screen buffer | 0.004252 | metacpan |
Games::Roguelike::Console::Curses | 0.004233 | metacpan | |
Games::Roguelike::Console::Dump | fake console that dumps to file, for testing | 0.004233 | metacpan |
Games::Roguelike::Console::Win32 | 0.004247 | metacpan | |
Games::Roguelike::Item | Roguelike item object | metacpan | |
Games::Roguelike::Mob | Roguelike mobile object | metacpan | |
Games::Roguelike::Utils | Convenience functions and exports for roguelikes | 0.004236 | metacpan |
Games::Roguelike::Utils::Pov_C | 0.004236 | metacpan | |
Games::Roguelike::World | Roguelike World | 0.004256 | metacpan |
Games::Roguelike::World::Daemon | roguelike game telnet daemon | 0.004253 | metacpan |