YAML-0.62 > YAML::Dumper::Base
名前¶
YAML::Dumper::Base - Base class for YAML Dumper classes
YAML::Dumper::Base - YAML Dumper クラスのベースクラス
概要¶
package YAML::Dumper::Something;
use YAML::Dumper::Base -base;
説明¶
YAML::Dumper::Base is a base class for creating YAML dumper classes.
YAML::Dumper::Base は YAML ダンパークラスを作る際のベースクラスです.
著者¶
Ingy döt Net <[email protected]>
著作権¶
Copyright (c) 2006. Ingy dö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 と同じ ライセンスの 元で再配布及び変更を行うことが出来ます.