Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libtest-perl-critic-perl / libtest-perl-critic-perl-1.01 / Changes
1 #######################################################################
2 #      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.01/Changes $
3 #     $Date: 2007-01-24 22:22:10 -0800 (Wed, 24 Jan 2007) $
4 #   $Author: thaljef $
5 # $Revision: 1183 $
6 ########################################################################
7
8 [1.01] Released on 2007-01-24
9
10      PRODUCTION RELEASE: You may now consider the public API of
11      Test::Perl::Critic as stable.
12
13      Edited documentation.  Includes better example for using
14      Test::Perl::Critic in CPAN distributions.
15
16      Added a t/perlcritic.t test to further demonstrate the typical
17      usage for CPAN distributions.
18
19      No code changes.
20
21 [0.08] Released on 2006-11-05
22
23      All parameters to Test::Perl::Critic can now be controlled through
24      the .perlcriticrc file.  See the Perl::Critic POD for more info.
25
26      Now compatible with the perlcritic.t test script that is generate
27      by Module::Starter::PBP.  In my humble opinion, the test script
28      is flawed, but at least it will work now.
29
30 [0.07] Released on 2006-08-20
31
32      All exceptions during testing are now fatal.
33
34      Now supports -verbose option, just like `perlcritic` does.
35
36      Added support for PPI::Cache, which can speedup repeated tests.
37      See Test::Perl::Critic documentation for more details.
38
39      Now requires Perl-Critic version 0.19 or higher.
40
41 [0.06] Released on 2006-05-14
42
43      No functionality changes or bug fixes, just refactorings.
44
45      The all_code_files() function is now deprecated.  See
46      all_perl_files() in Perl::Critic::Utils instead
47
48      Now requires Perl::Critic version 0.15_03 or higher.
49
50 [0.05] Released on 2006-03-26
51
52      Modified import() interface to pass all arguments to Perl::Critic.
53      This give you a direct hook to configure Perl::Critic and
54      should still be backward compatible.
55
56 [0.04] Released on 2006-01-15
57
58      Updated to be compatible with Perl-Critic 0.14, but is not
59      backward compatible with older versions of Perl-Critic.  If
60      you want to use the -severity option with Perl-Critic, you
61      need to use Perl-Critic version 0.14 or later.
62
63 [0.03] Released on 2005-10-31
64
65      Now catching exceptions from Perl::Critic so the tests fail
66      gracefully if PPI has errors.
67
68      Added -format option, which is similar to the -verbose option
69      that perlcritic has.  I'm not sure why I didn't make it exactly
70      the same.
71
72      Added a few more test cases.  In general, this module doesn't
73      have very good test coverage because I haven't really figured 
74      out how to test a Test.
75
76 [0.02] Released on 2005-09-30
77
78      Some minor tweaks; Edited POD.
79
80      Removed Test::Pod and Test::Pod::Coverage from the prerequisites 
81      list.  Those tests only run if the modules are installed.
82
83      Test::Perl::Critic is going to require Perl::Critic version 0.08 
84      or later, or it won't pass its own criticism tests.
85
86 [0.01] Not released
87
88      "Plan to throw one away" -Frederick Brooks
89