Perl::Critic::UserProfile - The contents of the user's profile, often F<.perlcriticrc>. |
Perl::Critic::UserProfile - The contents of the user's profile, often .perlcriticrc.
This is a helper class that encapsulates the contents of the user's profile, which is usually stored in a .perlcriticrc file. There are no user-serviceable parts here.
new( -profile =
$p ) >This object does not take into account any command-line overrides; the Perl::Critic::Config manpage does that.
defaults()
policy_is_disabled( $policy )
policy_is_enabled( $policy )
policy_params( $policy )
listed_policies()
source()
Jeffrey Ryan Thalhammer <thaljef@cpan.org>
Copyright (c) 2005-2007 Jeffrey Ryan Thalhammer. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.
Perl::Critic::UserProfile - The contents of the user's profile, often F<.perlcriticrc>. |