Yanick Champoux > WWW-Ohloh-API-0.0.8 > WWW::Ohloh::API::Languages

Download:
WWW-Ohloh-API-0.0.8.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.0.8   Source   Latest Release: WWW-Ohloh-API-1.0_1

NAME ^

WWW::Ohloh::API::Languages - a set of languages as known by Ohloh

SYNOPSIS ^

    use WWW::Ohloh::API;

    my $ohloh = WWW::Ohloh::API->new( api_key => $my_api_key );
    my $languages = $ohloh->get_languages( sort => 'code' );

    for my $l ( $languages->all ) {
        print $l->nice_name;
    }

DESCRIPTION ^

W::O::A::Languages returns the list of languages known to Ohloh. To be properly populated, it must be created via the get_languages method of a WWW::Ohloh::API object.

METHODS ^

all

Return the retrieved languages' information as WWW::Ohloh::API::Language objects.

as_xml

Return the languages' information as an XML string. Note that this is not the exact xml document as returned by the Ohloh server.

SEE ALSO ^

VERSION ^

This document describes WWW::Ohloh::API version 0.0.8

BUGS AND LIMITATIONS ^

WWW::Ohloh::API is very extremely alpha quality. It'll improve, but till then: Caveat emptor.

Please report any bugs or feature requests to bug-www-ohloh-api@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR ^

Yanick Champoux <yanick@cpan.org>

LICENCE AND COPYRIGHT ^

Copyright (c) 2008, Yanick Champoux <yanick@cpan.org>. All rights reserved.

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