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