Menu

Tree [f59832] default tip /
 History

Read Only access


File Date Author Commit
 lib 2019-03-28 François Rappaz François Rappaz [f59832] 0.010
 t 2019-03-19 François Rappaz François Rappaz [8cce07] utf8 supported in test for output to stdout
 Changes 2019-03-28 François Rappaz François Rappaz [f59832] 0.010
 INSTALL 2019-03-21 François Rappaz François Rappaz [6edcbf] 0.009 new makefile
 LICENSE 2018-10-11 François Rappaz François Rappaz [e2d94f] First commit
 MANIFEST 2018-11-15 François Rappaz François Rappaz [e36b49] $self->{filter} to remember filter values * to ...
 Makefile 2019-03-21 François Rappaz François Rappaz [6edcbf] 0.009 new makefile
 Makefile.PL 2019-03-13 François Rappaz François Rappaz [b114f1] 0.006 added namespace::clean dependency in make...
 README 2019-03-21 François Rappaz François Rappaz [6edcbf] 0.009 new makefile
 Todo 2018-10-11 François Rappaz François Rappaz [e2d94f] First commit

Read Me

NAME

    REST::Client::CrossRef - Read data from CrossRef using its REST API

VERSION

    Version 0.009

INSTALLATION

    To install REST::Client::CrossRef, cd to the directory that contains
    this file and type the following:

       perl Makefile.PL
       make
       make test
       make install

    On windows use nmake, dmake or gmake instead of make.

    To install this module into a specific directory, do: perl Makefile.PL
    PREFIX=/name/of/the/directory ...the rest is the same...

    Please also read the perlmodinstall man page, if available.

DEPENDENCIES

            Carp    1.4
            namespace::clean        0.26
            URI::Escape     3.31
            REST::Client    273
            JSON    2.9
            Log::Any        1.049
            Moo     2.001001
            Test::More      1.001014
            JSON::Path      0.42
            HTTP::Cache::Transparent        1.4

DESCRIPTION

    This module use CrossRef REST API
    <https://github.com/CrossRef/rest-api-doc> to read the data from the
    CrossRef repository.

AUTHOR

        F. Rappaz
        CPAN ID: RAPPAZF 

COPYRIGHT

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

    The full text of the license can be found in the LICENSE file included
    with this module.