The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::FogBugz::Config - Configuration management for this web service.

SYNOPSIS

    my $cfg = WebService::FogBugz::Config->new( %params );

DESCRIPTION

This module provides the configuration management for this distribution.

CONSTRUCTOR

new([%options])

This method returns an instance of this module.

For further information regarding the configuration options and file, please see the master module WebService::FogBugz.

METHODS

readConfig

base_url

Returns the currently active base_url.

token

Returns the currently active token.

email

Returns the currently active email (if provided).

password

Returns the currently active password (if provided).

AUTHORS

  Barbie  C<< <barbie@cpan.org> >>

CONTRIBUTORS

    item * Dave Robinson

    Dave was the original inspiration for this module. He wrote the fore-runner of this module, introducing the use of the .fbrc configuration file.

LICENCE AND COPYRIGHT

  Copyright (c) 2014-2015, Barbie for Miss Barbell Productions. 
  All rights reserved.

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