NAME

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

VERSION

    Version 0.02

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

