Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

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.16.3 2014-06-09 Perl::Critic::Exception::Configuration::Option(3)

Check Out this Related Man Page

Perl::Critic::Exception::Configuration::Option::Global::UsermContributed)Perl::Critic::Exception::Configuration::Option::Global::ParameterValue(3)

NAME
Perl::Critic::Exception::Configuration::Option::Global::ParameterValue - A problem with the value of a global parameter. DESCRIPTION
A representation of a problem found with the value of a global parameter, 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( option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )" See "throw" in Exception::Class. "new( 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 global configuration 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.16.3 2014-Perl::Critic::Exception::Configuration::Option::Global::ParameterValue(3)
Man Page

12 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. Linux

make file_Configuration lookup disabled for target.

hello everyone, while i am compiling a c++ module.at the compilation end i am getting the following error. ======================= Configuration lookup disabled for target"/swtemp/usbs/cc/unix-ce/root/subsys/cb/cdbc/obj_0001/HP-UX//rdr_types.h" what does it mean.can somebody clarify the... (0 Replies)
Discussion started by: mannam srinivas
0 Replies

4. Shell Programming and Scripting

Perl Exception - $!,$?,$@

Hi, I am trying to understand the significance of the special variables $!,$@ and $? in perl. I have a code block as follows: eval { Code Segment 1: #authenticating to the remote server $ftpobj -> login($username,$password) or die "Can't login to $remote_host"; ... (12 Replies)
Discussion started by: DILEEP410
12 Replies

5. AIX

Configuration of snmpv3 in AIX

(3 Replies)
Discussion started by: tkhanna
3 Replies

6. 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

7. 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

8. 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

9. Red Hat

Reset All Configuration

Hi All, i am using redhat enterprise 5.7 after do all configuration i need for any thing is there any way to reset all configuration 1- i don't have backup this is not a problem i face but i assume this may be happen so i am asking about any command back redhat to the status after... (4 Replies)
Discussion started by: osmanux
4 Replies

10. 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

11. 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

12. 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