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

NAME

Number::Phone::UK::IM - IM-specific methods for Number::Phone

DESCRIPTION

This class implements IM-specific methods for Number::Phone. It is a subclass of Number::Phone::UK, which is in turn a subclass of Number::Phone. Number::Phone::UK sits in the middle because IM is treated as part of the UK for just about all telephonic purposes. You should never need to use this module directly, as Number::Phone::UK will load it automatically when needed.

SYNOPSIS

    use Number::Phone::UK
    
    my $phone_number = Number::Phone->new('+44 1624 654321');
    # returns a Number::Phone::UK::IM object
    

METHODS

The following methods from Number::Phone::UK are overridden:

regulator

Returns information about the national telecomms regulator.

BUGS/FEEDBACK

Please report bugs by email, including, if possible, a test case.

I welcome feedback from users.

LICENCE

You may use, modify and distribute this software under the same terms as perl itself.

AUTHOR

David Cantrell <david@cantrell.org.uk>

Copyright 2011