Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemcmahon/graphviz-data-structure
Visualize Perl data structures in graphviz
https://github.com/joemcmahon/graphviz-data-structure
hacktoberfest hacktoberfest2022
Last synced: 11 days ago
JSON representation
Visualize Perl data structures in graphviz
- Host: GitHub
- URL: https://github.com/joemcmahon/graphviz-data-structure
- Owner: joemcmahon
- License: other
- Created: 2009-03-13T00:20:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T22:36:29.000Z (almost 4 years ago)
- Last Synced: 2023-04-14T02:12:41.665Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest2022
- Language: Perl
- Homepage: http://search.cpan.org/~mcmahon/GraphViz-Data-Structure-0.17/
- Size: 75.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Description
- GraphViz::Data::Structure produces simple and elegant visualizations
of Perl data structures using Leon Brocard's GraphViz module.Copyright
- GraphViz::Data::Structure is copyright (c) 2001-2002 by Joe McMahon.
All rights reserved. This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.Prerequisites
- Test::More for running the test suite
- GraphViz for actually rendering the graphsBuilding it
- You should be able to use a standard build sequence:perl Makefile.PL
make
make test
make installIf you want to install it in your own library, do
perl Makefile.PL PREFIX=~