DataStructure 0.02 Latest
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- has_abstract_in_pod
-
Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
- 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: DataStructure::Roles
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: DataStructure-0.02/lib/DataStructure/DoubleList/Node.pm -- Around line 28: Non-ASCII character seen before =encoding in 'canât'. Assuming UTF-8 Around line 58: =over without closing =back Around line 155: =over is the last thing in the document?! DataStructure-0.02/lib/DataStructure/DoubleList.pm -- Around line 118: Non-ASCII character seen before =encoding in 'nodeâs'. Assuming UTF-8 DataStructure-0.02/lib/DataStructure/LinkedList/Node.pm -- Around line 28: Non-ASCII character seen before =encoding in 'canât'. Assuming UTF-8 DataStructure-0.02/lib/DataStructure/LinkedList.pm -- Around line 173: Non-ASCII character seen before =encoding in 'nodeâs'. Assuming UTF-8
- 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: DataStructure::Roles
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
DataStructure | 0.02 | metacpan | |
DataStructure::BTree | metacpan | ||
DataStructure::BTree::Node | metacpan | ||
DataStructure::DoubleList | metacpan | ||
DataStructure::DoubleList::Node | metacpan | ||
DataStructure::FIFO | metacpan | ||
DataStructure::LIFO | metacpan | ||
DataStructure::LinkedList | metacpan | ||
DataStructure::LinkedList::Node | metacpan | ||
DataStructure::OrderedSet | metacpan | ||
DataStructure::Queue | metacpan | ||
DataStructure::Roles | metacpan | ||
DataStructure::Set | metacpan | ||
DataStructure::Stack | metacpan |