Business::Billing::TMobile::UK is an interface to TMobile UK's website for getting allowance and billing information.
SYNOPSIS
use Business::Billing::TMobile::UK
CLASS METHODS
new
new(username => $username, password => $password)
OBJECT METHODS
get_allowances
get_allowances()
Logs into the My Account section of the T-Mobile website and parses out the Allowance information if available.
INSTALLATION
This module uses Module::Build for its installation. To install this module type the following:
perl Build.PL
./Build
./Build test
./Build install
If you do not have Module::Build type:
perl Makefile.PL
to fetch it. Or use CPAN or CPANPLUS and fetch it "manually".
Product's homepage
Requirements:
· Perl
· Test::More