YAML-0.62 > YAML::Base
名前¶
YAML::Base - Base class for YAML classes
YAML::Base - YAML クラス群のベースクラス
概要¶
package YAML::Something;
use YAML::Base -base;
説明¶
YAML::Base is the parent of all YAML classes.
YAML::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 と同じ ライセンスの 元で再配布及び変更を行うことが出来ます.