NAME

Bryar::Config::YAML - Bryar configuration stored in YAML

VERSION

version 0.10

$Id: YAML.pm,v 1.1.1.1 2004/10/23 01:44:22 rjbs Exp $

SYNOPSIS

Bryar::Config::YAML->new(...);
Bryar::Config::YAML->load(...);

DESCRIPTION

This encapsulates a Bryar configuration. It can be used to load a new configuration from a file, or provide a reasonable set of defaults.

It loads Bryar configuration from a YAML file.

METHODS

load

$self->load($file)

Load the configuration file from somewhere and return the arguments as a hash.

AUTHOR

Ricardo Signes, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests to bug-bryar-config-yaml@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2004 Ricardo Signes, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.