-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
52 lines (40 loc) · 1.59 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
Revision history for Perl module Test::WriteVariants
0.014 2017-08-01
- ensure $ENV{} variables are modified before later used modules are
processed
0.013 2017-06-14
- improve tests
- add find_input_inline_tests and companion add_test_inline
0.012 2015-03-27
- fix spelling (and stopwords in author tests)
- release 0.011_001
0.011_001 2015-03-19
- add test-dependency for Test::Most (RT#101346 - thanks to Phillip
Moore for reporting)
- fix meta-data and copy'n'paste errors in Makefile.PL
- add sections in POD for Author, Copyright, Bug-Address etc.
- relax minimum perl to 5.6
0.010 2014-12-26
- reflect rt#100805 recommendation in LICENSE
- use base instead of parent - because 5.6 comes with base
0.009 2014-12-12
- add GPL-1 license text as it's fulfilling basic requirements
- fix date of 0.008 release in Changes
0.008 2014-12-08
- Polish up the Kwalitee of the distribution
- add rough description for public context methods
- rewrite Changes according to CPAN::Changes::Spec
- deploy correct license texts
0.007 2014-03-23
- Add more documentation, including full example.
0.006 2014-03-21
- Fix CPAN permissions
0.005 2014-03-19
- Removed use of autodie.
0.004 2014-03-16
- Treat undef for env var as meaning 'ensure not in %ENV'.
- Add control of test_prefix plus assorted fixes.
- Restore search_path param to find_input_test_modules().
- Require at least one variant plugin to be found.
0.001 2014-03-15
- Initial release based on prototype in https://github.com/perl5-dbi/DBI-Test