Pedro Figueiredo > Net-Twitter-Cabal-0.01 > Net::Twitter::Cabal::Config

Download:
Net-Twitter-Cabal-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: Net-Twitter-Cabal-0.03

NAME ^

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

VERSION ^

Version 0.01

SYNOPSIS ^

Inside a cabal-controlling program:

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

FUNCTIONS ^

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 ^

Pedro Figueiredo, <me at pedrofigueiredo.org>

BUGS ^

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 ^

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

    perldoc Net::Twitter::Cabal::Config

You can also look for information at:

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2009 Pedro Figueiredo, all rights reserved.

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