Interface to the GraphViz graphing tool
http://search.cpan.org/dist/GraphViz/
This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from
the GraphViz project (http://www.graphviz.org/ or
http://www.research.att.com/sw/tools/graphviz/).
Author:
-------
Leon Brocard
- Developed at devel:languages:perl
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-GraphViz && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
GraphViz-2.24.tgz | 0000095475 93.2 KB | |
cpanspec.yml | 0000000784 784 Bytes | |
perl-GraphViz.changes | 0000004713 4.6 KB | |
perl-GraphViz.spec | 0000002938 2.87 KB |
Revision 11 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 533860
from
Stephan Kulow (coolo)
(revision 11)
- updated to 2.24 - Test with Test::More V 1.001002 rather than V 1.302019, and all tests still pass. See RT#115236. Thanx to Kent Fredric for again (sorry!) prompting me over this. Lowering the version of Test::More in Makefile.PL is the only change in this version. - Add no_xxe to XML::Twig instantiation. See RT#118972. Many thanx to Lisa Hare for a very well-crafted set of patches provided via github. - Revert change so we use Test::More instead of Test2::Bundle::Extended. See RT#115236. Thanx to ribasushi for this report, and my apologies for not acting sooner. - Escape a '{' in a regexp in t/foo.t. See RT#114551. Thanx to Slaven Rezic. - Fix a typo in a comment, as provided by Gregor Herrmann in RT#111385. - See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the modernization of the repo. This includes updating Makefile.PL and removing Build.PL, MANIFEST and *META.*. - Bail out cleanly if 'dot' is not installed. See RT#105575. Thanx Karen Etheridge. - Update docs to point to a copy of the Perl licence. - Update docs in GraphViz.pm to point to the github repo. - Move t/pod.t into xt/author/. - Merge patch from ntyni via github. This concerned use of defined(@some_array). With thanx. - Accept pull request from Patrice Clement to add the x_deprecated flag to both META.json and META.yml. The docs already had various references to 'deprecated', including directing users to GraphViz2, so no change is needed there. Thanx Patrice. - Add .gitignore to MANIFEST.SKIP. - All patches to this version are from chrony, via a github pull request. With thanx. - Use File::Which on Windows to detect if Graphviz is present. - Clean up the code, including Build.PL and Makefile.PL.
Comments 0