Address-PostCode-UK
view release on metacpan or search on metacpan
lib/Address/PostCode/UK/Place.pm view on Meta::CPAN
package Address::PostCode::UK::Place;
$Address::PostCode::UK::Place::VERSION = '0.18';
$Address::PostCode::UK::Place::AUTHORITY = 'cpan:MANWAR';
=head1 NAME
Address::PostCode::UK::Place - Placeholder for 'place' for Address::PostCode::UK.
=head1 VERSION
Version 0.18
=cut
use 5.006;
use Data::Dumper;
use Moo;
use namespace::autoclean;
has 'geo' => (is => 'ro');
has 'council' => (is => 'ro');
has 'ward' => (is => 'ro');
has 'constituency' => (is => 'ro');
=head1 METHODS
=head2 geo()
Returns an object of type L<Address::PostCode::UK::Place::Geo>.
=head2 council()
Returns an object of type L<Address::PostCode::UK::Place::Council>.
=head2 ward()
Returns an object of type L<Address::PostCode::UK::Place::Ward>.
=head2 constituency()
Returns an object of type L<Address::PostCode::UK::Place::Constituency>.
=head1 AUTHOR
Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>
=head1 REPOSITORY
L<https://github.com/manwar/Address-PostCode-UK>
=head1 BUGS
Please report any bugs or feature requests to C<bug-address-postcode-uk at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Address-PostCode-UK>.
I will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Address::PostCode::UK::Place
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker (report bugs here)
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Address-PostCode-UK>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Address-PostCode-UK>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Address-PostCode-UK>
( run in 0.416 second using v1.01-cache-2.11-cpan-0c5ce583b80 )