Makefile-GraphViz version 0.01 ============================== This module uses Makefile::Parser to render user's Makefiles via the amazing GraphViz module. Before I decided to write this thing, there had been already a CPAN module named GraphViz::Makefile which did the same thing. However, the pictures generated by GraphViz::Makefile is oversimplified in my opinion, So a much complex one is still needed. ** IMPORTANT! ** This stuff is highly experimental and is currently at *ALPHA* stage, so production use is strongly discouraged. Anyway, I have the plan to improve this stuff unfailingly. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: GraphViz Makefile::Parser Test::More File::Compare COPYRIGHT AND LICENCE Copyright (C) 2005 Agent Zhang This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.