Graph-Maker 0.02 Latest
Kwalitee Issues
- distname_matches_name_in_meta
-
Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.
Error: Module-Starter
- no_generated_files
-
Remove the offending files/directories!
Error: pm_to_blib
- 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 (35) does not match dist (63):
- Missing in MANIFEST: .cvsignore, pm_to_blib, t/balancedtree.t, t/barbell.t, t/bipartite.t, t/circularladder.t, t/complete.t, t/completebipartite.t, t/cycle.t, t/degree.t, t/disconnected.t, t/disk.t, t/grid.t, t/hypercube.t, t/ladder.t, t/linear.t, t/lollipop.t, t/matches.pl, t/random.t, t/regular.t, t/smallworldba.t, t/smallworldhk.t, t/smallworldk.t, t/smallworldws.t, t/star.t, t/uniform.t, t/utils.t, t/wheel.t
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Graph-Maker/lib/Graph/Maker/SmallWorldBA.pm -- Around line 32: Non-ASCII character seen before =encoding in 'Barabási-Albert'. Assuming CP1252
- 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.
- 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
- 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).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Graph::Maker | Create many types of graphs | 0.02 | metacpan |
Graph::Maker::BalancedTree | Creates a balanced tree with specified fan out and height | 0.01 | metacpan |
Graph::Maker::Barbell | Create barbell graphs | 0.01 | metacpan |
Graph::Maker::Bipartite | Creates a bipartite graph with a given distribution. | 0.01 | metacpan |
Graph::Maker::CircularLadder | Create a circular ladder | 0.01 | metacpan |
Graph::Maker::Complete | Create complete (fully-connected) graphs | 0.01 | metacpan |
Graph::Maker::CompleteBipartite | Creates a complete bipartite graph. | 0.01 | metacpan |
Graph::Maker::Cycle | Create a graph consisting of a cycle. | 0.01 | metacpan |
Graph::Maker::Degree | Creates a graph from a degree distribution. | 0.01 | metacpan |
Graph::Maker::Disconnected | Create a graph with no edges | 0.01 | metacpan |
Graph::Maker::Disk | Creates a graph with nodes positioned in concentric connected rings. | 0.01 | metacpan |
Graph::Maker::Empty | Creates an graph with no nodes or edges | 0.01 | metacpan |
Graph::Maker::Grid | Creates a graph in a d-dimensional grid. | 0.01 | metacpan |
Graph::Maker::Hypercube | Create the N-dimensional hypercube graph | 0.01 | metacpan |
Graph::Maker::Ladder | Creates a ladder graph. | 0.01 | metacpan |
Graph::Maker::Linear | Create a linear graph. | 0.01 | metacpan |
Graph::Maker::Lollipop | Creates a lollipop graph. | 0.01 | metacpan |
Graph::Maker::Random | Creates a random graph (using Erdos Renyi or with a specified number of edges) | 0.01 | metacpan |
Graph::Maker::Regular | Creates a k-regular graph. | 0.01 | metacpan |
Graph::Maker::SmallWorldBA | Creates a small world graph according to the Barabási-Albert preferential attachment model. | 0.01 | metacpan |
Graph::Maker::SmallWorldHK | Creates a small world graph according to Holmea, Beom & Kim | 0.01 | metacpan |
Graph::Maker::SmallWorldK | Creates a small world graph using Kleinberg's model in 2-dimensions | 0.01 | metacpan |
Graph::Maker::SmallWorldWS | Creates a small-world graph according to (Newman) Watt and Strogatz | 0.01 | metacpan |
Graph::Maker::Star | Creates a star graph. | 0.01 | metacpan |
Graph::Maker::Uniform | Creates a graph distributed randomly over the d-dimensional grid. | 0.01 | metacpan |
Graph::Maker::Utils | Small routines that Graph::Maker::* uses. | 0.02 | metacpan |
Graph::Maker::Wheel | Creates a wheel graph. | 0.01 | metacpan |