Net::Twitter::Cabal::Config - Process Net::Twitter::Cabal's configuration


Net-Twitter-Cabal documentation  | view source Contained in the Net-Twitter-Cabal distribution.

Index


NAME

Top

Net::Twitter::Cabal::Config - Process Net::Twitter::Cabal's configuration

VERSION

Top

Version 0.02

SYNOPSIS

Top

Inside a cabal-controlling program:

	my $config = Net::Twitter::Cabal::Config->new( { file => "config.yml" } );
	...

FUNCTIONS

Top

new

Instantiate a new Config object. Needs a file name:

	my $config = Net::Twitter::Cabal::Config->new( "config.yml" );
	...

dump

Dump a cabal configuration:

	my $config = Net::Twitter::Cabal::Config->new( "config.yml" );
	$config->dump;

AUTHOR

Top

Pedro Figueiredo, <me at pedrofigueiredo.org>

BUGS

Top

Please report any bugs or feature requests to bug-net-twitter-cabal at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Twitter-Cabal. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Net::Twitter::Cabal::Config




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Twitter-Cabal

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Net-Twitter-Cabal

* CPAN Ratings

http://cpanratings.perl.org/d/Net-Twitter-Cabal

* Search CPAN

http://search.cpan.org/dist/Net-Twitter-Cabal/

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Net-Twitter-Cabal documentation  | view source Contained in the Net-Twitter-Cabal distribution.