-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
100 lines (69 loc) · 3.06 KB
/
Changes
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
Revision history for {{$dist->name}}
{{$NEXT}}
[Enhancement]
* Move to personal dzil config bundle
* Update Changes/Manifest.skip/dist.ini/Readme to match modern specs
* Start using perlcritic!
* Switch from Readonly to Const::Fast
[Bugfix]
* Fix tons of perlcritic issues
* Utils didn't properly include :list with :all
0.20 2010-08-26 00:32:23 America/Chicago
* Move to Dist::Zilla
* Massive cleanup of documentation
* Removed Lib/MultipleCheck
* Added Lib/Utils to hold common utility functions
* Added / fixed many of the tests
* Removed tests duplicated by Dist::Zilla
0.1.6 2010-08-26 00:32:23 America/Chicago
* Don't index the scripts directory
* Have name_test also validate perldoc statement is correct
* Lib::Types (0.1.2)
- Cleaned up POD
* Problem::Base (0.2.3)
- Added 'more_info' attribute
Used if a problem wants to give some additional information about a solved problem
- Cleaned up POD
* Problem::P002 (0.1.3)
- Set more_info to the list of fib numbers used in the sum
* Problem::P003 (0.1.1)
- Set more_info to the list of prime factors for the number
* Problem::P004 (0.1.0)
- Created problem 4 which finds the highest palindrome created by the product of 2 x-digit numbers
0.1.5 2009-12-12 18:49:29 America/Chicago
* Completely re-ordered tests using sub-directories for logical seperation
* Moved maintainer tests to xt/release
* Added tests for Lib::MultipleCheck
* Added test to ensure consistent naming schemes
* Added test to make sure no required module was left out
* Created template script to auto-generate a problem
# Problem::P001 (0.2.2)
* Cleaned up version info
# Problem::P002 (0.2.2)
* Fix the name to accurately reflect the project number
# Problem::Base (0.2.2)
* Removed unused modules
0.1.4 2009-12-08 01:36:22 America/Chicago
* Updated POD documentation of the main class
* Removed template file from P:E:P
* Replaced template file with base file in load_test
* Removed many of the duplicate problem tests which were covered in the base_test
* Problem::P001 (0.1.1)
* Problem::P002 (0.1.1)
* Lib::MultipleCheck (0.1.1)
- Updated POD documentation to better reflect module implementation
# Problem::Base (0.2.1)
* Moved type definitions to P:E:L:Types
# Lib::Types (0.1.1)
* Defined types required in P:E:Base
* Updated POD documentation to better reflect module implementation
0.1.3 2009-12-07 02:04:49 America/Chicago
* Second problem is complete
0.1.2 2009-12-06 19:51:34 America/Chicago
* Use custom types definitions now
0.1.1 2009-12-06 01:22:15 America/Chicago
* First problem is complete (with all the tests done as well)
0.1.0 2009-11-23 03:59:43 America/Chicago
* Got the base class functionality down
0.0.1 2009-11-22 21:43:56 America/Chicago
* First version, released on an unsuspecting world.