photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 5f31b8c863b9b0bedcb294e0afb87d6dd2ee7d74
parent 2205a6c5e5bcb48c4c5aec9f4d7c6e8a064c233e
Author: René Wagner <rwagner@rw-net.de>
Date:   Mon, 17 Aug 2020 19:01:23 +0200

check for warnings on build

Diffstat:
M.build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -13,7 +13,7 @@ artifacts: tasks: - build: | cd photo-stats - perl -c phosta.pl + perl -cw phosta.pl mkdir bin /usr/bin/vendor_perl/pp -z 9 -f Bleach -o phosta phosta.pl - package: |