Revision history for Perl extension Makefile::GraphViz.

0.05 10/15/2005
	- Fix a tiny bug in script/gvmake.pl, suppressing a stupid
	  warning caused by the default Makefile name.
	- Fix a bug in trim_cmd. It now functions properly
	- Append ``...'' to trimmed command so as to make a difference
	  in appearance.
	- Force this module to use the lastes Makefile::Parser 0.08 so
	  as to get support for implicit rules.

0.04 10/5/2005
	- Force this module to use the latest Makefile::Parser 0.07
	- Host this module to the SVN server at OSSF.
	- Strip CR from t/* and use File::Compare::compare_text to
	  compare files.

0.03 2005-10-4
	- Add options "end_with" and "exclude" to the ->plot method,
	  giving even more control over the size of the rendered tree.
	- Rename option "vir_tars" to "vir_nodes".
	- Add option "normal_nodes" to rewrite the default behavior.
	- Add gvmake.pl to /script directory
	- Use DOT format instead of PNG in the test script,
	  reducing space requirements significantly.

0.02  10/4/2005
	- Fix the CR/LF problem in the test file, making the module
	  working on Cygwin and other platforms.
	- Add command node to the output graphs.
	- Provide "trim_mode" option to the ->plot method so as to
	  determine whether plot command nodes.
	- Provide various options to ->plot, such as "edge_style",
	  "normal_node_style", "vir_node_style", "cmd_style",
	  "init_args", "vir_tars", and "gv". So the users get a
	  much more controls over the output graphic format.
	- Fix the back-slash problem in GraphViz labels.

0.01  Fri Sep 30 21:12:10 2005
	- original version; created by h2xs 1.23 with options
		-AX Makefile::GraphViz