That test was not testing what it was supposed to test :)
[Config-Perl-V.git] / Changelog
blobc77294f07efeccb435339faa111c8cffff19aec8
1 0.21    - 20 Feb 2014, H.Merijn Brand
2     - Add tests for each major distribution since 5.6.2
4 0.20    - 19 Feb 2014, H.Merijn Brand
5     * Update copyright to 2014
6     * Typo fix in comment (RT#92469)
7     * Sync up with blead
9 0.19    - 30 Jul 2013, H.Merijn Brand
10     * TEST_REQUIRES was added in 6.63_03 (RT#85811)
11     * Removed duplicate entry (no visible change)
13 0.18    - 24 May 2013, H.Merijn Brand
14     * Fixed typo in META (Chorny)
15     * Support for using uninstalled Test::NoWarnings (RT#82386)
16     * Sync up with perl-5.18.0 (and 5.19.0)
18 0.17    - 10 Feb 2013, H.Merijn Brand
19     * Deal with spaces in patch descriptions
21 0.16    - 25 Jan 2013, H.Merijn Brand
22     * Do not shell out on 5.14.0 and up if perl provides internals (Nicholas)
23     * Update copyright to 2013
24     * Update list of known symbols to 5.17.8
25     * Prevent tar paxheaders (http://www.perlmonks.org/?node_id=1004571)
27 0.15    - 07 Jun 2012, H.Merijn Brand
28     * Update copyright to 2012
29     * Prepare for CORE inclusion (BinGOs)
31 0.14    - 07 Sep 2011, H.Merijn Brand
32     * Upped copyright to 2011
33     * NAME / DISTNAME in Makefile.PL
35 0.13    - 07 Sep 2011, H.Merijn Brand
36     * Some spelling fixes
37     * More cross-checks for META data
39 0.12    - 16 Mar 2010, H.Merijn Brand
40     * YAML dropped to spec 1.0 (RT#55614)
42 0.11    - 15 Mar 2010, H.Merijn Brand
43     * Upped copyright to 2010
44     * osname in {build} can be different from {config} (OpenBSD vs openbsd)
45     * Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.
46     * Add USE_PERL_ATOF to the list of -V's compile-time options.
48 0.10    - 24 Sep 2009, H.Merijn Brand
49     * Add PERL_DISABLE_PMC to the list of -V's compile-time options.
50     * Add PERL_IS_MINIPERL to the list of -V's compile-time options.
51     * pod fix (Jim Cromie)
53 0.05    - 01 Jul 2009, H.Merijn Brand
54     * 0.04 was shipped with 0.05 as $VERSION. Sorry
56 0.04    - 01 Jul 2009, H.Merijn Brand
57     * Default for summary is myconfig
58     * Added signature ()
59     * Added @EXPORT_OK and EXPORT_TAGS
61 0.03    - 05 Apr 2009, H.Merijn Brand
62     * Reconstruct version from perl-v output (dagolden)
64 0.02    - 30 Mar 2009, H.Merijn Brand
65     * Added plv2hash ()
66     * Documentation
67     * Added all (new) version related config entries, including git
68     * Added a derived section
69     * Added summary ()
71 0.01    - 29 Mar 2009, H.Merijn Brand
72     * Initial release