Address-PostCode-UK
view release on metacpan or search on metacpan
lib/Address/PostCode/UK/Place/Ward.pm view on Meta::CPAN
package Address::PostCode::UK::Place::Ward;
$Address::PostCode::UK::Place::Ward::VERSION = '0.18';
$Address::PostCode::UK::Place::Ward::AUTHORITY = 'cpan:MANWAR';
=head1 NAME
Address::PostCode::UK::Place::Ward - Placeholder for 'ward' of the Address::PostCode::UK::Place.
=head1 VERSION
Version 0.18
=cut
use 5.006;
use Data::Dumper;
use Moo;
use namespace::autoclean;
has 'title' => (is => 'ro');
has 'uri' => (is => 'ro');
has 'code' => (is => 'ro');
=head1 METHODS
=head2 title()
=head2 uri()
=head2 code()
=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::Ward
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>
=item * Search CPAN
L<http://search.cpan.org/dist/Address-PostCode-UK/>
=back
=head1 LICENSE AND COPYRIGHT
Copyright (C) 2014 - 2015 Mohammad S Anwar.
( run in 0.568 second using v1.01-cache-2.11-cpan-39bf76dae61 )