jmacdotorg / whim

A command-line multitool for sending, receiving, storing, and presenting webmentions.
MIT License
17 stars 3 forks source link

Make Whim installable (CPAN-ready) #24

Closed jmacdotorg closed 4 years ago

jmacdotorg commented 4 years ago

I want Whim to be on CPAN, such that a user without Whim installed could type

cpanm Whim

and then

whim daemon

and instantly have a whim listener running.

The Mojolicious guides show one possible path, at https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Making-your-application-installable.