RoPkg::Simba::Exceptions(3pm) | User Contributed Perl Documentation | RoPkg::Simba::Exceptions(3pm) |
NAME¶
RoPkg::Simba::Exceptions
VERSION¶
0.1.3
DESCRIPTION¶
Collection of exceptions used by Simba
SYNOPSIS¶
NotHashRef->throw( error => 'No hash reference found', pkg_name => 'RoPkg::Simba' );
DEPENDENCIES¶
Exception::Class
SUBROUTINES/METHODS¶
The following exceptions are defined:
- *) NotHashRef - the parameter is not a hash reference
- *) Mirror::Config - error in configuration of the mirror
- *) Mirror::Inactive - the mirror is not active
- *) Mirror::InProgress - the mirror is in progress
- *) Mirror::Many - the criteria used to select the mirror, matches multiple mirrors
- *) Command::FileNotFound - command file name was not found
DIAGNOSTICS¶
Unpack the source, and use 'make test' command
CONFIGURATION AND ENVIRONMENT¶
This module does not use any configuration files or environment variables
INCOMPATIBILITIES¶
None known to the author
BUGS AND LIMITATIONS¶
None known to the author
PERL CRITIC¶
This module is perl critic level 2 compliant
AUTHOR¶
Subredu Manuel <diablo@iasi.roedu.net>
LICENSE AND COPYRIGHT¶
Copyright (C) 2005 Subredu Manuel. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.
2018-12-09 | perl v5.28.1 |