[Jifty-commit] r6765 - jifty/trunk/lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 9 18:42:06 EDT 2009


Author: alexmv
Date: Thu Apr  9 18:42:05 2009
New Revision: 6765

Modified:
   jifty/trunk/lib/Jifty/YAML.pm

Log:
Make POD coverage happy with Jifty::YAML

Modified: jifty/trunk/lib/Jifty/YAML.pm
==============================================================================
--- jifty/trunk/lib/Jifty/YAML.pm	(original)
+++ jifty/trunk/lib/Jifty/YAML.pm	Thu Apr  9 18:42:05 2009
@@ -12,6 +12,19 @@
 Provides a wrapper around the L<YAML> library.  If the faster L<YAML::Syck>
 is available, then it's used instead.
 
+=head1 METHODS
+
+=head2 Dump
+
+=head2 DumpFile
+
+=head2 Load
+
+=head2 LoadFile
+
+Each of the above is alias to the equivient function in either L<YAML>
+or L<YAML::Syck>.
+
 =cut
 
 BEGIN {


More information about the Jifty-commit mailing list