![]() |
![]()
| ![]() |
![]()
NameConnector::Multi::YAML DescriptionThis is a glue connector to create the required reference syntax for Connector::Multi based on a backend configuration handled by YAML. LOCATION is passed over as file to load by YAML. Internally, the constructor walks down the whole tree and translates all keys starting or ending with the "@" character into references as understood by Connector::Multi. CONFIGURATIONThere is no special configuration besides the mandatory LOCATION property. Examplemy $backend = Connector::Multi::YAML->new({ LOCATION = /etc/myconfig.yaml }) my $multi = Connector::Multi->new({ BASECONNECTOR => $backend })
|