Commit | Line | Data |
---|---|---|
eac6cd31 RS |
1 | Revision history for Perl extension if. |
2 | ||
9652c19c JK |
3 | 0.0608 2018-02-01 |
4 | - Clarify documentation and test more thoroughly. | |
5 | [perl 132732] use if - behaviour does not match documentation | |
6 | ||
7 | 0.0607 2017-06-01 | |
8 | - Add documentation re modules with empty import list | |
9 | [perl 131142] "if" pragma POD addition for modules with an | |
10 | empty import list | |
11 | ||
eac6cd31 RS |
12 | 0.0606 2015-10-01 |
13 | - add license information to pod | |
14 | ||
15 | 0.0605 2015-09-20 (perl v5.23.3) | |
16 | - Better failure message for 'no if': It previously always | |
17 | said 'use if', even if 'no if' was what was specified (Karl | |
18 | Williamson) | |
19 | ||
20 | 0.0604 2015-04-20 (perl v5.21.11) | |
21 | - Note that works with 'no' besides 'use' (Karl Williamson) | |
22 | ||
23 | 0.0603 2013-07-22 (perl v5.19.2) | |
24 | - Added example usage and SEE ALSO links to similar modules in | |
25 | doc for if.pm (Neil Bowers) | |
26 | ||
27 | 0.0602 2011-12-20 (perl v5.15.6) | |
28 | - Convert if's test to Test::More (Nicholas Clark) | |
29 | - Convert ` to '. (RT #36079, Jim Keenan) | |
30 | ||
31 | 0.0601 2010-12-20 (perl v5.13.8) | |
32 | - The update of 0.0401 was lost during update to 0.05 | |
33 | ||
34 | 0.06 2010-10-20 (perl v5.13.6) | |
35 | - Update email address. | |
36 | ||
37 | 0.05 2006-01-28 (perl v5.9.3) | |
38 | - Sync with perl5.12.2: | |
39 | - Better error handling. | |
40 | - Suggest significance of => in the docs. | |
41 | ||
42 | 0.0401 2004-03-16 (perl v5.9.1) | |
43 | - test was using a discipline for open.pm not supported with | |
44 | older versions of Perl. | |
45 | ||
46 | 0.04 2003-10-30 (CPAN-only release) | |
47 | - support package names which are simultaneously keywords (open). | |
48 | fix `require or die'. | |
49 | ||
50 | 0.03 2003-09-25 (perl v5.8.5) | |
51 | - ? | |
52 | ||
53 | 0.010001 2002-04-14 (CPAN-only release) | |
54 | - `our' removed for backward-compatibility. | |
55 | - test adopted for backward-compatibility | |
56 | ||
57 | 0.01 2002-03-05 (perl v5.7.3) | |
58 | - The version of 5.7.3. | |
59 |