1Copyright 2009, 2010, 2011, 2015 Kevin Ryde
2
3This file is part of constant-defer.
4
5constant-defer is free software; you can redistribute it and/or
6modify it under the terms of the GNU General Public License as
7published by the Free Software Foundation; either version 3, or (at
8your option) any later version.
9
10constant-defer is distributed in the hope that it will be
11useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13General Public License for more details.
14
15You should have received a copy of the GNU General Public License along
16with constant-defer.  If not, see <http://www.gnu.org/licenses/>.
17
18
19
20Version 6, February 2015
21    - TEST_REQUIRES and test.suggests per Kent Fredric RT#102107
22
23Version 5, February 2011
24    - fixes for perl 5.6 and earlier
25
26Version 4, September 2010
27    - docs clarify not inlined, as suggested by Adam Kennedy
28
29Version 3, September 2010
30    - test manifest only as an author test
31
32Version 2, October 2009
33    - avoid a circular ref in the initial sub created
34
35Version 1, September 2009
36    - the first version
37