Graph-Easy 0.72 Deleted
Kwalitee Issues
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (756) does not match dist (755):
- Missing in Dist: SIGNATURE
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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: Graph::Easy, Graph::Easy::As_ascii, Graph::Easy::As_graphml, Graph::Easy::As_graphviz, Graph::Easy::As_txt, Graph::Easy::As_vcg, Graph::Easy::Attributes, Graph::Easy::Base, Graph::Easy::Edge, Graph::Easy::Edge::Cell, Graph::Easy::Group, Graph::Easy::Group::Anon, Graph::Easy::Group::Cell, Graph::Easy::Layout, Graph::Easy::Layout::Chain, Graph::Easy::Layout::Force, Graph::Easy::Layout::Grid, Graph::Easy::Layout::Path, Graph::Easy::Layout::Repair, Graph::Easy::Layout::Scout, Graph::Easy::Node, Graph::Easy::Node::Anon, Graph::Easy::Node::Cell, Graph::Easy::Node::Empty, Graph::Easy::Parser, Graph::Easy::Parser::Graphviz, Graph::Easy::Parser::VCG
- 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.01,0.02,0.03,0.05,0.06,0.07,0.08,0.09,0.10,0.11,0.12,0.14,0.15,0.16,0.17,0.22,0.25,0.29,0.31,0.32,0.35,0.38,0.72
- 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 |
---|---|---|---|
Graph::Easy | Convert or render graphs (as ASCII, HTML, SVG or via Graphviz) | 0.72 | metacpan |
Graph::Easy::As_ascii | Generate ASCII art | 0.22 | metacpan |
Graph::Easy::As_graphml | Generate a GraphML text from a Graph::Easy object | 0.03 | metacpan |
Graph::Easy::As_graphviz | Generate graphviz description from graph object | 0.31 | metacpan |
Graph::Easy::As_txt | Generate textual description from graph object | 0.15 | metacpan |
Graph::Easy::As_vcg | Generate VCG/GDL text from Graph::Easy object | 0.05 | metacpan |
Graph::Easy::Attributes | Define and check attributes for Graph::Easy | 0.32 | metacpan |
Graph::Easy::Base | base class for Graph::Easy objects like nodes, edges etc | 0.12 | metacpan |
Graph::Easy::Edge | An edge (a path connecting one ore more nodes) | 0.31 | metacpan |
Graph::Easy::Edge::Cell | A cell in an edge in Graph::Easy | 0.29 | metacpan |
Graph::Easy::Group | A group of nodes (aka subgraph) in Graph::Easy | 0.22 | metacpan |
Graph::Easy::Group::Anon | An anonymous group of nodes in Graph::Easy | 0.02 | metacpan |
Graph::Easy::Group::Cell | A cell in a group | 0.14 | metacpan |
Graph::Easy::Layout | Layout the graph from Graph::Easy | 0.29 | metacpan |
Graph::Easy::Layout::Chain | Chain of nodes for layouter | 0.09 | metacpan |
Graph::Easy::Layout::Force | Force-based layouter for Graph::Easy | 0.01 | metacpan |
Graph::Easy::Layout::Grid | Grid management and size calculation | 0.07 | metacpan |
Graph::Easy::Layout::Path | Path management for Manhattan-style grids | 0.16 | metacpan |
Graph::Easy::Layout::Repair | Repair spliced layout with group cells | 0.08 | metacpan |
Graph::Easy::Layout::Scout | Find paths in a Manhattan-style grid | 0.25 | metacpan |
Graph::Easy::Node | Represents a node in a Graph::Easy graph | 0.38 | metacpan |
Graph::Easy::Node::Anon | An anonymous, invisible node in Graph::Easy | 0.11 | metacpan |
Graph::Easy::Node::Cell | An empty filler cell | 0.10 | metacpan |
Graph::Easy::Node::Empty | An empty, borderless cell in a node cluster | 0.06 | metacpan |
Graph::Easy::Parser | Parse Graph::Easy from textual description | 0.35 | metacpan |
Graph::Easy::Parser::Graphviz | Parse Graphviz text into Graph::Easy | 0.17 | metacpan |
Graph::Easy::Parser::VCG | Parse VCG or GDL text into Graph::Easy | 0.06 | metacpan |