File: Changes

package info (click to toggle)
libcriticism-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 140 kB
  • ctags: 5
  • sloc: perl: 71; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download | duplicates (4)
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
#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/criticism-1.02/Changes $
#     $Date: 2008-07-27 16:11:59 -0700 (Sun, 27 Jul 2008) $
#   $Author: thaljef $
# $Revision: 206 $
########################################################################

[1.02] Released on 2008-07-27

     Added support for the "fatal-criticism" option.  Setting this
     option in your .perlcriticrc file will cause your program to
     immediately die if any violations are found by the criticism
     pragma.  This release requires Perl-Critic-1.089 or higher.

[1.01] Released on 2007-01-24

     PRODUCTION RELEASE: You may now consider the public API of
     criticism.pm as stable.

     No code changes since last release.

[0.04] Released on 2006-11-05

     All arguments to Perl::Critic can now be passed through the
     criticism pragma.

     The default output format has changed slightly to match the
     output of "perl -c".  This enables EPIC users to integrate
     with Perl::Critic.

     Now requires Perl::Critic 0.21 or higher.

[0.03] Released 2006-01-30

     Now internally trapping failures to load Perl::Critic.  This saves
     developers from having to write ugly code that conditionally loads
     the criticism pragma.

     Revised documentation.

[0.02] Released 2006-01-15

     Fixed stupid bug.  Doh!

     Expanded documentation.

[0.01] Released 2006-01-14

     Initial release.  Enjoy!