[perldocjp-cvs 94] CVS update: docs/modules/YAML-0.62/lib/YAML/Dumper

Back to archive index

YAMASHINA Hio hio****@users*****
2006年 10月 22日 (日) 20:36:10 JST


Index: docs/modules/YAML-0.62/lib/YAML/Dumper/Base.pod
diff -u /dev/null docs/modules/YAML-0.62/lib/YAML/Dumper/Base.pod:1.1
--- /dev/null	Sun Oct 22 20:36:10 2006
+++ docs/modules/YAML-0.62/lib/YAML/Dumper/Base.pod	Sun Oct 22 20:36:10 2006
@@ -0,0 +1,39 @@
+=encoding utf-8
+
+=head1 名前
+
+YAML::Dumper::Base - Base class for YAML Dumper classes
+
+YAML::Dumper::Base - YAML Dumper クラスのベースクラス
+
+=head1 概要
+
+    package YAML::Dumper::Something;
+    use YAML::Dumper::Base -base;
+
+=head1 説明
+
+YAML::Dumper::Base is a base class for creating YAML dumper classes.
+
+YAML::Dumper::Base は YAML ダンパークラスを作る際のベースクラスです.
+
+=head1 著者
+
+Ingy dE<ouml>t Net <ingy****@cpan*****>
+
+
+=head1 著作権
+
+Copyright (c) 2006. Ingy dE<ouml>t Net. All rights reserved.
+
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+このプログラムはフリーソフトウェアです。あなたは Perl と同じ
+ライセンスの 元で再配布及び変更を行うことが出来ます.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+参考 L<http://www.perl.com/perl/misc/Artistic.html>
+


perldocjp-cvs メーリングリストの案内
Back to archive index