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:
perl Build.PL
RELEASE_TESTING=1 ./Build test
# NOTE will attempt a listen on port 1965 and various network tests
# assume OpenBSD w.r.t. the socket handling, see t/30-gemini.t
AUTHOR_TEST_JMATES=1 ./Build testcover
./Build disttest
git tag -u ... -s v...
./Build dist
cpan-upload ...
git push ...
./Build realclean