The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#######################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Perl-Critic-StricterSubs-0.02/Changes $
#     $Date: 2007-06-01 01:14:14 -0700 (Fri, 01 Jun 2007) $
#   $Author: thaljef $
# $Revision: 1559 $
########################################################################

[0.02] Released on ????-??-??

     ProhibitCallsToUndeclaredSubs is now configurable to exempt specific
     packages and subroutines.  See docs for details.

     Added support for blocks-of-constants in ProhibitCallsToUndeclaredSubs.
     For example: use constant {FOO => 1, BAR => 2);

     RequireExplicitInclusion now considers all "include" statements.  So
     a conditional or lexical "require" will now satisfy the policy, even
     if that condition is never satisfied during run-time, or the package
     is included in the wrong scope.

     Refactored common code into the StricterSubs::Utils module.

     Eliminated certain flavors of false-positives in several Policies.

     Improved caching gives performance boost when analyzing many files.

     Documented diagnostic messages.

     Now requires Perl-Critic-1.052+

[0.01] Released on 2007-04-12

     Beta release.