make changelog more readable, CPAN::Changes-compliant
[p5sagit/strictures.git] / Changes
1 Release history for strictures
2
3 1.004004   2012-11-12
4   - fix crash in 1.004003 due to qw() list being readonly
5
6 1.004003   2012-11-10
7   - check only once for presence of extra testing prereqs
8   - explicitly specify no dynamic_config in META
9
10 1.004002   2012-09-08
11   - add better rationale for the extra testing heuristic
12
13 1.004001   2012-07-12
14   - test-specific strictures now enabled during 'dzil test'
15
16 1.004000   2012-07-12
17   - switch to testing calling file to avoid firing on dependencies
18
19 1.003001   2012-04-08
20   - fix test to handle defatalization
21
22 1.003000   2012-04-07
23   - try and run for any checkout t/ now we don't blow up the process
24   - defatalize lack of extra testing modules
25   - disable extra tests on perls <= 5.008003, things do not work there as
26     expected
27
28 1.002002   2011-02-25
29   - only try and mkdir the .git if it doesn't already exist so repeated
30     test runs don't explode
31
32 1.002001   2011-02-25
33   - switch .svn to .git in smells-of-vcs test and create it ourselves
34     to ease importing of this dist into subversion repositories
35
36 1.002000   2011-02-16
37   - add multidimensional and bareword::filehandles in author mode
38
39 1.1.1   2010-12-05
40   - disable uninitialized warnings before calling ->SUPER::VERSION
41
42 1.1.0   2010-11-22
43   - enable extra testing only if .git or .svn present to keep requirement
44     for extra modules author-side
45
46 1.0.0   2010-07-18
47   - initial release