Skip to content

Commit

Permalink
updated copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jun 22, 2013
1 parent d6a6649 commit b5f14bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Bangs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Thanks to
=head1 COPYRIGHT
Copyright 2006-2011 Andy Lester.
Copyright 2006-2013 Andy Lester.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down
4 changes: 2 additions & 2 deletions lib/Perl/Critic/Policy/Bangs/ProhibitNumberedNames.pm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ sub violates {
$basename = lc $basename;
return if $self->{_exceptions}{$basename};

my $desc = qq(Variable named "$canonical");
my $desc = qq{Variable named "$canonical"};
my $expl = 'Variable names should not be differentiated only by digits';
return $self->violation( $desc, $expl, $elem );
}
Expand All @@ -120,7 +120,7 @@ Andy Lester C<< <andy at petdance.com> >>
=head1 COPYRIGHT
Copyright (c) 2006-2011 Andy Lester
Copyright (c) 2006-2013 Andy Lester
This library is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down

0 comments on commit b5f14bf

Please sign in to comment.