Game-HexDescribe-1.03
a web app to add random table driven data to map data
Changes for 1.03
- Add option to not show the map.
- Add < > and = to the arithmetic operators.
- Documented the arithmetic rule. 😀
- Fix repeated clicking of the Regenerate button.
- More rules for the Schroeder tables.
App-CSVUtils-1.013
CLI utilities related to CSV
Changes for 1.013 - 2023-02-15
- Add utility: csv-check-rows.
- [cli csv-check-field-names] Check that number of fields >= 1.
OX-RouteBuilder-REST-0.006
OX::RouteBuilder which routes to an action method in a controller class based on HTTP verbs
Changes for 0.006 - 2023-02-15T13:06:49+01:00
- HEAD requests are now routed to $action_GET
- unimplemented verbs/methods return 501 instead of unspecific 501
App-sponge-0.003
Soak up standard input and write to a file
Changes for 0.003 - 2023-02-15
- No functional changes.
- [doc] Mention sponge original implementation, inplace (App::inplace).
App-inplace-0.002
Replace a file with command output
Changes for 0.002 - 2023-02-15
- No functional changes.
- [doc] Mention sponge's perl implementation App::sponge.