Algorithm-Networksort
view release on metacpan or search on metacpan
the changes to the graph code between then and version 1.21.
The graphs come out correctly now.
Fri Sep 28 2012
- Took horizontal and vertical coord code out of nw_eps_graph()
and nw_svg_graph(), and made them into their own functions.
- I really had an odd style for initializing variables from @_
back in 2003. Made it less odd.
- Small inefficiency with the column count in nw_text_graph() fixed.
1.21
Sun Sep 24 2012
- Added color debugging code in eg/svg.pl (it lists the
color settings in XML comments).
- Updated eg/text.pl to take command line options.
- Moved graph and text option handling to their own functions,
graph_segment() and text_segment(), for future non-messy coding.
Fri Sep 22 2012
- Removed prototypes.
- Found and removed some left-over marker code in the SVG output.
- Moved SVG graph color code to its own function, svg_color().
Mon Sep 10 2012
- Modernized parts of the code -- $VERSION is now an 'our'
variable instead of a 'use VARS' variable, for example.
- Added 'create_license => 1' to the Build.PL list of attributes.
- Added 'dynamic_config => 0' to the Build.PL list of attributes.
- Added LICENSE to the MANIFEST file.
- Yanked an "$flag_internal" variable (and its debugging code)
in favor of Smart::Comments.
- Bumped the $VERSION value up a point.
1.20
Sun May 20 2012
- Really bad bug introduced in version 1.08 (text graph
options were checked for in the wrong hash) has been squashed.
1.10
Wed Mar 28 2012
- Finally organized changes (I had a hardware failure), and updated
the MANIFEST file to include the new JSON formatted META files.
( run in 1.344 second using v1.01-cache-2.11-cpan-49f99fa48dc )