[otrs-cvs] otrs/Kernel/System YAML.pm,1.4,1.5

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv30035/Kernel/System

Modified Files:
	YAML.pm 
Log Message:
Slightly improved POD.

Author: mg

Index: YAML.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/YAML.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- YAML.pm	17 Jan 2013 03:39:21 -0000	1.4
+++ YAML.pm	17 Jan 2013 09:47:23 -0000	1.5
@@ -27,5 +27,5 @@
 =head1 SYNOPSIS
 
-Functions for encoding perl data structures to YAML.
+Functions for YAML serialization / deserialization.
 
 =over 4
@@ -107,4 +107,5 @@
 
 Load a YAML string to a perl data structure.
+This string must be a encoded in UTF8.
 
     my $PerlStructureScalar = $YAMLObject->Load(
@@ -134,4 +135,6 @@
     }
 
+    # YAML does not set the UTF8 flag on strings that need it,
+    #   do that manually now.
     _AddUTF8Flag( \$Result ) if defined $Result;
 
@@ -139,4 +142,6 @@
 }
 
+=begin Internal:
+
 =item _AddUTF8Flag()
 
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.