1YAML::Error(3) User Contributed Perl Documentation YAML::Error(3)
2
3
4
6 YAML::Error - Error formatting class for YAML modules
7
9 $self->die('YAML_PARSE_ERR_NO_ANCHOR', $alias);
10 $self->warn('YAML_LOAD_WARN_DUPLICATE_KEY');
11
13 This module provides a "die" and a "warn" facility.
14
16 Ingy döt Net <ingy@cpan.org>
17
19 Copyright 2001-2014. Ingy döt Net
20
21 This program is free software; you can redistribute it and/or modify it
22 under the same terms as Perl itself.
23
24 See <http://www.perl.com/perl/misc/Artistic.html>
25
26
27
28perl v5.28.1 2019-04-28 YAML::Error(3)