summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 58853a3097495bc24c2b5bca1f65e6fc5c56e819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{{$NEXT}}
  - moved to Dist::Zilla
  - fixed prereqs
  - removed useless "use Data::Dumper" from several files
 
0.6 2015-03-25
  - fixed tests that depended on a particular output from
    Tree::DAG_Node::tree_to_lol(), they should now work with any
    version of Tree::DAG_Node
   
0.5 2013-01-27
  - fixed tests broken by better hash randomisation in perl 5.18
 
0.4 2011-02-13
  - fixed test for HTML::Element
  - silenced some critic violations
 
0.3 2009-06-27
  - now the "current node" is global, so that you can call
    node-generating subs in other packages, and actually get the
    result (see 07-inherit.t)
 
0.2 2009-04-30
  - fixed Perl::Critic tests
  - fixed perl version requirement
 
0.1 2009-04-27
  - initial version