Chris Dent > Purple > Purple

Download:
Purple/Purple-1.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.1   Source  

NAME ^

Purple - Distributed granular addresses on the web

VERSION ^

Version 0.9

SYNOPSIS ^

Factory class for generating purple numbers.

    use Purple;

    my $p = Purple->new;  # by default, uses SQLite backend
    ...

METHODS ^

new(%options)

You can specify a different backend by passing:

  type => 'backend'

where 'backend' is the name of the backend. If you don't pass any parameters, uses SQLite by default.

AUTHOR ^

Chris Dent, <cdent@burningchrome.com>

Eugene Eric Kim, <eekim@blueoxen.com>

BUGS ^

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

COPYRIGHT & LICENSE ^

(C) Copyright 2006 Blue Oxen Associates. All rights reserved.

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