[Rt-commit] rt branch, 4.2/shredder-critic, repushed

Alex Vandiver alexmv at bestpractical.com
Mon Jul 7 14:38:57 EDT 2014


The branch 4.2/shredder-critic was deleted and repushed:
       was eaba30e6b3b6c3285ffc13a09e342e4ff265916a
       now efdabcdb08f655c99bcf9d5f54c6a36c3ca7764a

1:  a436d2e < -:  ------- Stop using map in void context for its aliasing effect
-:  ------- > 1:  e4cca37 Stop using map in void context for its aliasing effect
2:  9c65405 = 2:  df8ee51 Switch to using UNIVERSAL::require rather than eval "require $_"
3:  7fa77cf = 3:  a9cd7d1 Move all code after package definition
4:  a41bbd6 ! 4:  cb8d2f2 decriticize shredder's code
    @@ -141,6 +141,15 @@
     +++ b/lib/RT/Shredder/Plugin/Base.pm
     @@
      {
    +     my $proto = shift;
    +     my $self = bless( {}, ref $proto || $proto );
    +-    $self->_Init( @_ );
    +-    return $self;
    ++    return $self->_Init( @_ );
    + }
    + 
    + sub _Init
    + {
          my $self = shift;
          $self->{'opt'} = { @_ };
     +    return $self;
5:  eaba30e = 5:  efdabcd update perl critic policies



More information about the rt-commit mailing list