photo-stats

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

commit 2cbe6053f34d6276e553f33848a360394e70d23e
parent bb40cab16d89689e027b714a77ed242af4b6a2c8
Author: René Wagner <rwa@clttr.info>
Date:   Tue, 22 Aug 2023 19:56:01 +0200

fix perl deprecation warnings

Diffstat:
MCHANGELOG.md | 3+++
Mphosta | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.3.1 (2023-08-26) +- fix perl deprecation warnings + ## 1.3 (2023-06-24) - make time-based grouping more flexible - add "day of week" and "day of month" to time-based groups diff --git a/phosta b/phosta @@ -18,7 +18,7 @@ use Data::Dumper; $Getopt::Std::STANDARD_HELP_VERSION = 'true'; -my $VERSION = '1.3'; +my $VERSION = '1.3.1'; my $PROGRAM = 'phosta'; my $configfile = catfile(File::HomeDir->my_home, '.phosta.conf');