photo-stats

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

commit cbe409fda54f85206a1a86653b5355547b81a6e9
parent d19321534c84aa312d8bc249a47fd068a2b0aec0
Author: René Wagner <rwagner@rw-net.de>
Date:   Tue, 28 Jul 2020 20:35:37 +0200

remove unused refs

Diffstat:
Mphosta.pl | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/phosta.pl b/phosta.pl @@ -10,8 +10,6 @@ use Cwd; use File::Basename; use File::Copy; use File::Find; -use File::Find::Rule; -use File::Spec::Functions; use File::HomeDir; use Getopt::Std;