From 114379d591fbbf6afeb649521be0a1aab2bbd3aa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Aug 2025 15:15:50 +0300 Subject: Implement REVIEW.md suggestions:\n- Simplify gemfeed detection in Aggregator\n- Make log globs configurable for Logreader\n- Remove debug-only imports; add comments\n- Add HTML::Entities usage; document deps\n- Add tests under t/ and make script require-safe\n- Add .perltidyrc and Justfile; add dev tasks\n- Update README and REVIEW with changes --- t/data/access.log | 1 + 1 file changed, 1 insertion(+) create mode 100644 t/data/access.log (limited to 't/data/access.log') diff --git a/t/data/access.log b/t/data/access.log new file mode 100644 index 0000000..6541fee --- /dev/null +++ b/t/data/access.log @@ -0,0 +1 @@ +example.org 192.0.2.1 - - [10/Oct/2023:13:55:36 +0000] "GET /gemfeed/index.gmi HTTP/1.1" 200 123 "-" "ua" - -- cgit v1.2.3