• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dotty/H15-Jan-2019-990829

lib/GraphViz/Data/H15-Jan-2019-1,315479

t/H15-Jan-2019-3,2922,995

BUGSH A D14-Dec-20182.1 KiB5443

ChangesH A D15-Jan-20193.6 KiB11493

LICENSEH A D14-Dec-201819.8 KiB383309

MANIFESTH A D15-Jan-2019774 4544

META.jsonH A D15-Jan-20191,014 4544

META.ymlH A D15-Jan-2019611 2625

Makefile.PLH A D14-Dec-2018825 2520

READMEH A D14-Dec-2018683 2518

README

1Description
2 - GraphViz::Data::Structure produces simple and elegant visualizations
3   of Perl data structures using Leon Brocard's GraphViz module.
4
5Copyright
6 - GraphViz::Data::Structure is copyright (c) 2001-2002 by Joe McMahon.
7   All rights reserved. This program is free software; you can redistribute
8   it and/or modify it under the same terms as Perl itself.
9
10Prerequisites
11 - Test::More for running the test suite
12 - GraphViz for actually rendering the graphs
13
14Building it
15 - You should be able to use a standard build sequence:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22   If you want to install it in your own library, do
23
24   perl Makefile.PL PREFIX=~
25