-
-
16 May 2016 19:57:45 UTC
- Distribution: Parse-FSM
- Module version: 1.13
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (677 / 0 / 40)
- Kwalitee
Bus factor: 0- 92.06% Coverage
- License: unknown
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (29.3KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Capture::Tiny
- Class::XSAccessor
- Data::Dump
- File::Slurp
- File::Spec
- File::Temp
- Test::More
- Text::Balanced
- Text::Template
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Parse::FSM::Error - Format error and waring messages
SYNOPSIS
use Parse::FSM::Error qw( error warning ); error($message); error($message, $file, $line_nr); warning($message); warning($message, $file, $line_nr);
DESCRIPTION
This module formats an error or warning message and displays it on
STDERR
, exiting with die forerror
.EXPORTS
None by default.
error
Formats the error message, shows it on
STDERR
and dies. The file name and line number are optional.warning
Formats the warning message and shows it on
STDERR
. The file name and line number are optional.AUTHOR, BUGS, FEEDBACK, LICENSE, COPYRIGHT
See Parse::FSM
Module Install Instructions
To install Parse::FSM, copy and paste the appropriate command in to your terminal.
cpanm Parse::FSM
perl -MCPAN -e shell install Parse::FSM
For more information on module installation, please visit the detailed CPAN module installation guide.