Graph-Easy 0.68 Deleted
Kwalitee Issues
No Core Issues.
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. WARNING: This key is not certified with a trusted signature! Primary key fingerprint: B25D BE33 B33B 821D B9EB 67D8 CF79 7F34 DDF0 B149 --- SIGNATURE Mon Jun 28 16:16:52 2010 +++ @@ -3,7 +3,7 @@ SHA1 902547f45944e2121ef06ce5823e3630b1e69bb2 LICENSE SHA1 1a20cc16a8bea67bc8e95e97cff7f8c470e7ea3d MANIFEST SHA1 eb5f20ef92a7fb8aec3923ed8f2ed85a53e07d42 MANIFEST.SKIP -SHA1 989d4789be2a1344ebddb8ff3edf2ac648354a07 META.yml +SHA1 13bd18f5f23b80d84db49562da03f4f0a437630b META.yml SHA1 46dca5afe7f35983023dcba4656e18c04115f574 Makefile.PL SHA1 f993a1d6fde985af11e163b8086c88676cec5ceb README SHA1 b2b013b024f71b5af066fb3cf5b5abf1bd83cda4 TODO @@ -303,7 +303,7 @@ SHA1 9bbcacf6d9561b5f47f62d43e5efa29fc3cd8eaf t/in/dot/9_edge_styles.dot SHA1 13c4823165f86fea4d665f81f8a0655d1f32af5a t/in/dot/9_stacking.dot SHA1 969a9eeaddc19789e2fc7d11332beaa0c26b78bb t/in/dot/9_tree.dot -SHA1 cc40692094068ce4578eb3f59ea867d8edb539fd t/in/gdl/1_color_code.gdl +SHA1 887831e6c51e9b2fb434858cc04997138dad5103 t/in/gdl/1_color_code.gdl SHA1 a52aac436f75ca07aa8a325db35cd10828c47264 t/in/gdl/2_bottom_to_top.gdl SHA1 6ef32486cc907914ce9326b69b2bb5bf7161fd4c t/in/gdl/2_left_to_right.gdl SHA1 cba5a7a780b057693dd7587b19a6bc155ebb630f t/in/gdl/2_right_to_left.gdl ==> MISMATCHED content between SIGNATURE and distribution files! <==
- 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.68
- 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.68 | 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 |