Net-Amazon-Utils

This module is a set of support functions to aid in developing Amazon web
service modules. Currently it is a set of support functions mainly to recognize
regions, available services and endpoints of AWS webservices loosely based in
com.amazonaws.regions.Region at http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/regions/Region.html

Most data comes from aws-sdk-android-v2 git hub repo regions file:
https://raw.githubusercontent.com/aws/aws-sdk-android-v2/master/src/com/amazonaws/regions/regions.xml

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::Amazon::Utils

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Amazon-Utils

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-Amazon-Utils

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-Amazon-Utils

    Search CPAN
        http://search.cpan.org/dist/Net-Amazon-Utils/


LICENSE AND COPYRIGHT

Copyright (C) 2014 Gonzalo Barco

This program is released under the following license: gpl, artistic