Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Parse::DebControl::Error

Name Parse::DebControl::Error
Version 0.1
Located at /usr/share/perl5
File /usr/share/perl5/Parse/DebControl/Error.pm
Is Core No
Search CPAN for this module Parse::DebControl::Error
Documentation Parse::DebControl::Error
Module Details Parse::DebControl::Error


NAME Parse::DebControl::Error - Exception classes for Parse::DebControl


SYNOPSIS

    use Parse::DebControl::Error;
    throw Parse::DebControl::Error();
    throw Parse::DebControl::Error::Parse( "reason for exception" );
    throw Parse::DebControl::Error::Parse( "reason for exception", $line_number_of_data );
    throw Parse::DebControl::Error::Parse( "reason for exception", $line_number_of_data, $context_line );
    throw Parse::DebControl::Error::IO( "information regarding the error" );


COPYRIGHT

Parse::DebControl is copyright 2003,2004 Jay Bonci <jaybonci@cpan.org>.

Parse::DebControl::Error is copyright 2009 Carl Fürstenberg <azatoth@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026