1YAML::Tag(3) User Contributed Perl Documentation YAML::Tag(3)
2
3
4
6 YAML::Tag - Tag URI object class for YAML
7
9 use YAML::Tag;
10
12 Used by YAML::Node.
13
15 Ingy doet Net <ingy@cpan.org>
16
18 Copyright (c) 2006, 2011-2012. Ingy doet Net. All rights reserved.
19
20 This program is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
23 See <http://www.perl.com/perl/misc/Artistic.html>
24
26 Hey! The above document had some coding errors, which are explained
27 below:
28
29 Around line 40:
30 Non-ASCII character seen before =encoding in 'doet'. Assuming UTF-8
31
32
33
34perl v5.16.3 2012-07-13 YAML::Tag(3)