The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Bio-Taxonomy-GlobalNames

Bio::Taxonomy::GlobalNames provides Perl objects and functions that 
interface with the Global Names Resolver web service. Using a REST client, 
input is sent to the service, whereas results are internally converted 
from JSON format to nested objects and returned to the user.

This module can be used for automated standardisation of species names, 
according to a variety of sources that can be manually selected, if needed. 
See also the example script, provided with this module.

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 Bio::Taxonomy::GlobalNames

You can also look for information at:

    Global Names Resolver
        http://resolver.globalnames.org/about

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

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Bio-Taxonomy-GlobalNames

    CPAN Ratings
        http://cpanratings.perl.org/d/Bio-Taxonomy-GlobalNames

    Search MetaCPAN
        http://search.mcpan.org/dist/Bio-Taxonomy-GlobalNames
    
    GitHub
        https://github.com/dgkontopoulos/Bio-Taxonomy-GlobalNames


LICENSE AND COPYRIGHT

Copyright (C) 2013 Dimitrios - Georgios Kontopoulos

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.