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 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Copyright 2009, 2010, 2011 Kevin Ryde
This file is part of Test-MockTime-DateCalc.
Test-MockTime-DateCalc is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3, or (at
your option) any later version.
Test-MockTime-DateCalc is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with Test-MockTime-DateCalc. If not, see <http://www.gnu.org/licenses/>.
Version 7, February 2011
- fixes for perl 5.6 and earlier
Version 6, October 2010
- tests don't worry about warning messages loading Test::MockTime
Version 5, September 2010
- test manifest only as an author test
Version 4, May 2010
- ensure replacement funcs have names for Sub::Identify and similar
Version 3, February 2010
- new home page
Version 2, June 2009
- try for perl 5.005, the same as Date::Calc
Version 1, April 2009
- separate from Test-MockTime
Version 0.10 and 0.11, April 2009
- temporarily in the Test-MockTime dist
|