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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
2008-03-09 dave
* [r50] Build.PL:
Incremented release number.
* [r49] Build.PL:
Added Licence.
Slightly rejigged dependencies.
2008-03-08 dave
* [r47] MANIFEST:
Removed COPYING for MANIFEST.
* [r46] COPYING:
Remove COPYING.
* [r45] t/no_dt.t:
Skip 2100 test on 64-bit systems.
* [r44] lib/Calendar/Simple.pm:
Turn "licence" into a verb so CPANTS will recognise it.
* [r43] lib/Calendar/Simple.pm:
Require Perl 5.6 (and, hence, use "our" and "warnings").
Use svn revision number.
Create licence section.
* [r42] Build.PL, COPYING, MANIFEST:
Make files non-executable.
* [r41] Build.PL:
Correct dependencies.
Change email address to mag-sol.com.
Increment version number.
2006-10-18 dave
* [r40] lib/Calendar/Simple.pm:
Fixed undef values in comparisons
2006-10-16 dave
* [r39] lib/Calendar/Simple.pm:
Bump version for release.
* [r38] Build.PL:
Added pcal to Build.PL.
2006-10-15 dave
* [r37] MANIFEST, lib/Calendar/Simple.pm:
Fixed MANIFEST, bumped version number.
* [r36] bin, bin/pcal, lib/Calendar/Simple.pm:
Added pcal to the distribution
* [r35] lib/Calendar/Simple.pm, t/date_span.t:
Added date_span function (and tests)
2006-10-11 dave
* [r34] lib/Calendar/Simple.pm:
Removed excess parentheses
* [r33] t/no_dt.t, t/test.t:
Slightly improved some tests
2006-09-10
* [r32] README.xml, lib/Calendar/Simple.pm:
Changed copywrite to Magnum Solutions.
Updated README to use Build.PL.
2006-09-04
* [r31] lib/Calendar/Simple.pm:
Changed to manual version number
2005-05-31 dave
* [r30] Build.PL, lib/Calendar/Simple.pm:
Fixes to Build.PL.
Small changes to Pod.
2005-03-01 dave
* [r29] lib/Calendar/Simple.pm:
Adding pod coverage tests
* [r28] MANIFEST, t/no_dt.t, t/pod_coverage.t, t/test.t:
Added pod coverage tests
2004-12-04 dave
* [r27] lib/Calendar/Simple.pm:
Added 'see also' reference to DateTime
* [r26] t/test.t:
Don't run 2100 test if DateTime isn't installed
2004-10-30 dave
* [r25] lib/Calendar/Simple.pm:
Moved Simple.pm
* [r24] Build.PL, MANIFEST, Makefile.PL:
Removed Makefile.PL (now generated by Build.PL)
Added Build.PL
Updated MANIFEST
2004-10-23 dave
* [r23] lib/Calendar/Simple.pm, t/no_dt.t, t/pod.t, t/test.t:
Improved test coverage
2004-05-23 dave
* [r22] README, README.xml:
Replace README with README.xml
2004-05-22 dave
* [r21] t/test.t:
Added more tests to increase coverage
2003-05-14 dave
* [r20] t/pod.t, t/test.t:
Added support for DateTime.pm (but only is it's installed).
Updated POD tests.
* [r19] lib/Calendar/Simple.pm:
Added support for DateTime.pm (but only is it's installed).
2003-02-19 dave
* [r18] Changes:
Removed from CVS
* [r17] t, t/pod.t, t/test.t:
New test files
* [r16] Makefile.PL:
Added Test::More and Test::Pod as prereqs.
* [r15] MANIFEST:
Removed test.pl
Added t/*
* [r14] test.pl:
Moved tests to t/*
* [r13] lib/Calendar/Simple.pm:
Ensure that all week arrays contain seven elements - previously
the
last one ended on the last day of the month.
2002-07-30 dave
* [r12] Changes, lib/Calendar/Simple.pm:
Fixed the stupid error from the last fix.
* [r11] lib/Calendar/Simple.pm:
Fixed undefined value errors
2002-07-13 dave
* [r10] lib/Calendar/Simple.pm:
Doc patches
2002-07-12 dave
* [r9] COPYING, MANIFEST:
Added COPYING
* [r8] lib/Calendar/Simple.pm:
Added CVS tags
* [r7] lib/Calendar/Simple.pm, test.pl:
Added start day option
* [r6] Calendar-Simple-0.01.tar, Makefile:
Unnecessary Checkin
* [r2] Calendar-Simple-0.01.tar, Changes, MANIFEST, Makefile,
Makefile.PL, README, lib, lib/Calendar, lib/Calendar/Simple.pm,
test.pl:
Initial revision
2002-07-12
* [r1] .:
New repository initialized by cvs2svn.
|