YAML-0.62 > YAML::Error

名前

YAML::Error - Error formatting class for YAML modules

YAML::Error - YAML モジュール群用エラー整形クラス

概要

    $self->die('YAML_PARSE_ERR_NO_ANCHOR', $alias);
    $self->warn('YAML_LOAD_WARN_DUPLICATE_KEY');

説明

This module provides a die and a warn facility.

このモジュールは die 及び warn の機能を提供しています.

著者

Ingy döt Net <ingy@cpan.org>

著作権

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 と同じ ライセンスの 元で再配布及び変更を行うことが出来ます.

参考 http://www.perl.com/perl/misc/Artistic.html