1=pod
2
3=for comment
4DO NOT EDIT. This Pod was generated by Swim v0.1.46.
5See http://github.com/ingydotnet/swim-pm#readme
6
7=encoding utf8
8
9=head1 NAME
10
11YAML::Error - Error formatting class for YAML modules
12
13=head1 SYNOPSIS
14
15    $self->die('YAML_PARSE_ERR_NO_ANCHOR', $alias);
16    $self->warn('YAML_LOAD_WARN_DUPLICATE_KEY');
17
18=head1 DESCRIPTION
19
20This module provides a C<die> and a C<warn> facility.
21
22=head1 AUTHOR
23
24Ingy döt Net <ingy@cpan.org>
25
26=head1 COPYRIGHT
27
28Copyright 2001-2014. Ingy döt Net
29
30This program is free software; you can redistribute it and/or modify it under
31the same terms as Perl itself.
32
33See L<http://www.perl.com/perl/misc/Artistic.html>
34
35=cut
36