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

NAME

Net::DSLProvider - Standardized interface to various DSL providers

SYNOPSIS

    use Net::DSLProvider;
    my $p = Net::DSLProvider::SomeISP->new(user => $u, pass => $p);
    ...

DESCRIPTION

This class doesn't do much - please see the individual Net::DSLProvider::* modules instead.

METHODS

INFORMATIONAL METHODS

These methods tell you things.

services_available

Takes a phone number or a postcode and returns a list of services that the provider can deliver to the given line.

Parameters:

    cli / postcode (Required)
    mac (Optional)
       

Output is an array of hash references. Each hash reference may contain the following keys:

    first_date
    max_speed
    product_name
    product_id (Required)
         

EXECUTIVE METHODS

These methods do things

AUTHOR

Simon Cozens, <simon at simon-cozens.org> Jason Clifford <jason at ukfsn.org>

BUGS

Please report any bugs or feature requests to bug-net-dslprovider at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-DSLProvider. 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::DSLProvider

You can also look for information at:

ACKNOWLEDGEMENTS

Thanks to the UK Free Software Network (http://www.ukfsn.org/) for their support of this module's development. For free-software-friendly hosting and other Internet services, try UKFSN.

COPYRIGHT & LICENSE

Copyright 2009-2012 Simon Cozens & Jason Clifford

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.