The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
package Perl::Critic::Tics;
# ABSTRACT: policies for things that make me wince
$Perl::Critic::Tics::VERSION = '0.009';
#pod =head1 DESCRIPTION
#pod
#pod The Perl-Critic-Tics distribution includes extra policies for Perl::Critic to
#pod address a fairly random assortment of things that make me (rjbs) wince.
#pod
#pod =head1 WHY TICS?
#pod
#pod Take your pick:
#pod
#pod =over
#pod
#pod =item B<T>hings B<I> B<C>an't B<S>tand
#pod
#pod =item They set off my nervous tic.
#pod
#pod =back
#pod
#pod =head1 SEE ALSO
#pod
#pod L<Perl::Critic>, the driving force behind it all.  L<Perl::Critic::Lax>, the
#pod other half of things I don't like: things I don't like about core Perl::Critic
#pod rules.
#pod
#pod Other people have released their own tics:
#pod
#pod =for :list
#pod * L<Perl::Critic::Bangs>
#pod * L<Perl::Critic::Itch>
#pod * L<Perl::Critic::Pulp>
#pod * L<Perl::Critic::Swift>
#pod
#pod =cut

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Perl::Critic::Tics - policies for things that make me wince

=head1 VERSION

version 0.009

=head1 DESCRIPTION

The Perl-Critic-Tics distribution includes extra policies for Perl::Critic to
address a fairly random assortment of things that make me (rjbs) wince.

=head1 WHY TICS?

Take your pick:

=over

=item B<T>hings B<I> B<C>an't B<S>tand

=item They set off my nervous tic.

=back

=head1 SEE ALSO

L<Perl::Critic>, the driving force behind it all.  L<Perl::Critic::Lax>, the
other half of things I don't like: things I don't like about core Perl::Critic
rules.

Other people have released their own tics:

=over 4

=item *

L<Perl::Critic::Bangs>

=item *

L<Perl::Critic::Itch>

=item *

L<Perl::Critic::Pulp>

=item *

L<Perl::Critic::Swift>

=back

=head1 AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2007 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut