文件名称:MooX-Failover:MooX-Failover 的只读发布历史记录
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-22 04:00:01
Perl
名称 MooX::Failover - 使用故障转移实例化 Moo 类 版本 v0.3.3 概要 # In your class: package MyClass; use Moo; use MooX::Failover; has 'attr' => ( ... ); # after attributes are defined: failover_to 'OtherClass'; ... # When using the class my $obj = MyClass->new( %args ); # If %args contains missing or invalid values or new otherwise # fails, then $obj will be of type "OtherClass". 安装 请参阅。 所需模块 此发行版需要 Perl v5.10.0。
【文件预览】:
MooX-Failover-master
----README.pod(2KB)
----t()
--------14-imports.t(441B)
--------10-basic.t(1KB)
--------13-chained.t(912B)
--------12-args.t(3KB)
--------11-errors.t(496B)
--------lib()
----Changes(2KB)
----examples()
--------01-web-machine.psgi(2KB)
----LICENSE(18KB)
----META.yml(739B)
----Makefile.PL(1KB)
----MANIFEST(289B)
----MANIFEST.SKIP(33B)
----lib()
--------MooX()