1YAML::Loader::Base(3) User Contributed Perl DocumentationYAML::Loader::Base(3)
2
3
4
6 YAML::Loader::Base - Base class for YAML Loader classes
7
9 package YAML::Loader::Something;
10 use YAML::Loader::Base -base;
11
13 YAML::Loader::Base is a base class for creating YAML loader classes.
14
16 Ingy doet Net <ingy@cpan.org>
17
19 Copyright (c) 2006, 2011-2012. Ingy doet Net. All rights reserved.
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
27 Hey! The above document had some coding errors, which are explained
28 below:
29
30 Around line 53:
31 Non-ASCII character seen before =encoding in 'doet'. Assuming UTF-8
32
33
34
35perl v5.16.3 2012-07-13 YAML::Loader::Base(3)