NAME

    WWW::Zotero::Write - Perl interface to the Zotero Write API

VERSION

    Version 0.03

INSTALLATION

    To install WWW::Zotero::Write, cd to the directory that contains this
    file and type the following:

       perl Makefile.PL
       make
       make test
       make install

    On windows use nmake or dmake 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

            Test::More      1.001014
            JSON
            WWW::Zotero     0.04
            Moo     1
            URI::Escape
            Carp

DESCRIPTION

    This module use Zotero Write API
    <https://www.zotero.org/support/dev/web_api/v3/write_requests> to add,
    update, delete items, collections, tags or searches.

AUTHOR

    Fran�ois Rappaz CPAN ID: RAPPAZF

COPYRIGHT

    Fran�ois Rappaz 2017 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.