Net-Gemini - a gemini protocol client

this module can be installed using cpanm:

    cpanm Net::Gemini

run perldoc(1) on Net::Gemini for documentation


to author a new release:

    ./Build testcover
    RELEASE_TESTING=1 ./Build test
    ./Build disttest
    git tag v...
    ./Build dist
    cpan-upload ...
    git push ...
    ./Build realclean
