Badger::Hub::Badger

NAME

Top Close Open

Badger::Hub::Badger - central hub for accessing Badger components

SYNOPSIS

Top Close Open
use Badger::Hub::Badger;

# do the happy badger dance!

DESCRIPTION

Top Close Open

The Badger::Hub module implements a generic object which provides access to other components in an application. The Badger::Hub::Badger module is an eating-your-own-dog-food subclass module for the Badger::* modules.

COMPONENT METHODS

Top Close Open

codecs()

Top Close Open

Loads, instantiates and returns a Badger::Codecs object.

filesystem()

Top Close Open

Loads, instantiates and returns a Badger::Filesystem object.

pod()

Top Close Open

Loads and returns a Badger::Pod object. This is a work in progress so it's almost certainly not installed on your machine. Sorry about that.

AUTHOR

Top Close Open

Andy Wardley http://wardley.org/

COPYRIGHT

Top Close Open

Copyright (C) 2001-2009 Andy Wardley. All Rights Reserved.

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

Fork Me on Github