Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

perl::critic::exception::configuration::option(3pm) [debian man page]

Perl::Critic::Exception::Configuration::Option(3pm)	User Contributed Perl Documentation    Perl::Critic::Exception::Configuration::Option(3pm)

NAME
Perl::Critic::Exception::Configuration::Option - A problem with an option in the Perl::Critic configuration. DESCRIPTION
A representation of a problem found with an option in the configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line. This is an abstract class. It should never be instantiated. INTERFACE SUPPORT
This is considered to be a public class. Any changes to its interface will go through a deprecation cycle. METHODS
"option_name()" The name of the option that was found to be in error. "option_value()" The value of the option that was found to be in error. "message_suffix()" Any text that should be applied to end of the standard message for this kind of exception. "message()" "error()" Overridden to call "full_message()". I.e. any message string in the superclass is ignored. "full_message()" Overridden to turn it into an abstract method to force subclasses to implement it. SEE ALSO
Perl::Critic::Exception::Configuration::Option::Global Perl::Critic::Exception::Configuration::Option::Policy AUTHOR
Elliot Shank <perl@galumph.com> COPYRIGHT
Copyright (c) 2007-2011 Elliot Shank. 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 v5.14.2 2012-06-07 Perl::Critic::Exception::Configuration::Option(3pm)

Check Out this Related Man Page

Perl::Critic::Exception::Configuration::Option::Policy::UsermContributePerl::Critic::Exception::Configuration::Option::Policy::ParameterValue(3pm)

NAME
Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue - A problem with the value of a parameter for a policy. DESCRIPTION
A representation of a problem found with the value of a parameter for a Perl::Critic::Policy, whether from a .perlcriticrc, another profile file, or command line. INTERFACE SUPPORT
This is considered to be a public class. Any changes to its interface will go through a deprecation cycle. CLASS METHODS
"throw( policy => $policy, option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )" See "throw" in Exception::Class. "new( policy => $policy, option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )" See "new" in Exception::Class. METHODS
"full_message()" Provide a standard message for policy parameter value problems. See "full_message" in Exception::Class. AUTHOR
Elliot Shank <perl@galumph.com> COPYRIGHT
Copyright (c) 2007-2011 Elliot Shank. 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 v5.14.2 201Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Configuration file?

Anyone know which configuration file stores the users who are not permitted to use the at command? (2 Replies)
Discussion started by: Relykk
2 Replies

2. SCO

hARDWARE FOR SCOUNIX5

Can You Suggest Risk Based Hardwae Configuration For Scounix5 (1 Reply)
Discussion started by: Rohan
1 Replies

3. AIX

Configuration of snmpv3 in AIX

(3 Replies)
Discussion started by: tkhanna
3 Replies

4. Shell Programming and Scripting

Awk script into Perl

Hello, I have not programmed in Perl, but maybe someone can help me or point me to other links. I have searched for and found a solution to my initial problem. I have a text file of data where I want to search for a particular string but return the prior line. I found out here something that... (3 Replies)
Discussion started by: bsp18974
3 Replies

5. Programming

How to write a new line to the end of the file in Perl?

i am very new to Perl. i am using Ubuntu. i have a string call $string that contains following words "new line". i also have a data file as follows. djfibjbet etitrbjijbtr rrge rgjierjegjeri jerijg kijij jijij i want to write my new line to my data file as follows. djfibjbet... (3 Replies)
Discussion started by: usustarr
3 Replies

6. Shell Programming and Scripting

Option 4 in script broken

Hi, I need some help with an issue on my script. When I run option 3 it works just fine. When I run Option 4 which puts back the changes done in option 3 it fails. Oddly enough when I run Option 4 right after it failed it seems to work. I am not sure why that is or is a false positive. In... (2 Replies)
Discussion started by: richsark
2 Replies

7. Emergency UNIX and Linux Support

Perl NFS file locking

Got a weird problem. I have a user that inherited a data processing system written in Perl. The system consists of about 150 Perl scripts and about 40 Fortran executables. The system had been working fine until recently, when I changed our file server configuration. First the system... (2 Replies)
Discussion started by: ccj4467
2 Replies

8. Shell Programming and Scripting

Remove not only the duplicate string but also the keyword of the string in Perl

Hi Perl users, I have another problem with text processing in Perl. I have a file below: Linux Unix Linux Windows SUN MACOS SUN SUN HP-AUX I want the result below: Unix Windows SUN MACOS HP-AUX so the duplicate string will be removed and also the keyword of the string on... (2 Replies)
Discussion started by: askari
2 Replies

9. Programming

Perl: How to load some functions automaticaly, starting Perl inteructively (with -d -e 0)?

I would like to use Perl in 'interactive' mode (kind off), starting it by > perl -d -e 0; But I need to have some function be read on loading. Also, it should not be for anyone who starting Perl or use it any how. I did try to search, but not much result. I have try a file '.perldb':... (1 Reply)
Discussion started by: alex_5161
1 Replies