Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Code::TidyAll::Result - Result returned from Code::TidyAll::process_file
VERSION
version 0.02
SYNOPSIS
my $ct = Code::TidyAll->new(...);
my $result = $ct->process_file($file);
if ($result->error) {
...
}
DESCRIPTION
Represents the result of Code::TidyAll::process_file. A list of these is returned from Code::TidyAll::process_files.
METHODS
- state
-
A string, one of
- error
-
Returns true iff state is 'error'
- ok
-
Returns true iff state is not 'error'
SEE ALSO
AUTHOR
Jonathan Swartz <swartz@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.