Address-PostCode-India
view release on metacpan or search on metacpan
lib/Address/PostCode/India/Place.pm view on Meta::CPAN
package Address::PostCode::India::Place;
$Address::PostCode::India::Place::VERSION = '0.13';
$Address::PostCode::India::Place::AUTHORITY = 'cpan:MANWAR';
=head1 NAME
Address::PostCode::India::Place - Placeholder for 'place' for Address::PostCode::India.
=head1 VERSION
Version 0.13
=cut
use 5.006;
use Data::Dumper;
use Moo;
use namespace::autoclean;
has 'pincode' => (is => 'ro');
has 'city' => (is => 'ro');
has 'district' => (is => 'ro');
has 'state' => (is => 'ro');
=head1 METHODS
=head2 pincode()
=head2 city()
=head2 district()
=head2 state()
=head1 AUTHOR
Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>
=head1 REPOSITORY
L<https://github.com/Manwar/Address-PostCode-India>
=head1 BUGS
Please report any bugs or feature requests to C<bug-address-postcode-india at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Address-PostCode-India>.
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::India::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-India>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Address-PostCode-India>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Address-PostCode-India>
=item * Search CPAN
L<http://search.cpan.org/dist/Address-PostCode-India/>
=back
=head1 LICENSE AND COPYRIGHT
( run in 0.358 second using v1.01-cache-2.11-cpan-0c5ce583b80 )