1Perl::Critic::ExceptionU:s:eIrO(C3o)ntributed Perl DocumPeenrtla:t:iCornitic::Exception::IO(3)
2
3
4
6 Perl::Critic::Exception::IO - A problem with input or output.
7
9 The outside world can do nasty things to your poor, innocent code.
10
12 This is considered to be a public class. Any changes to its interface
13 will go through a deprecation cycle.
14
16 "file_name()"
17 Returns the name of the file that the problem was found with, if
18 available.
19
20 "errno()"
21 The value of $ERRNO/$! at the time the problem was found.
22
24 Elliot Shank <perl@galumph.com>
25
27 Copyright (c) 2007-2009 Elliot Shank. All rights reserved.
28
29 This program is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself. The full text of this license can
31 be found in the LICENSE file included with this module.
32
33
34
35perl v5.10.1 2010-11-12 Perl::Critic::Exception::IO(3)