mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
CTZ.pm: version 1.0.0
git-svn-id: https://svn.fhem.de/fhem/trunk@26504 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5c861b0261
commit
363d1790d0
@ -26,6 +26,7 @@
|
||||
#########################################################################################################################
|
||||
|
||||
# Version History
|
||||
# 1.0.0 08.10.2022 good version
|
||||
# 0.0.4 10.09.2022 add pattern parameter: https://metacpan.org/pod/DateTime::Format::Strptime#STRPTIME-PATTERN-TOKENS
|
||||
# add strict parameter: https://metacpan.org/pod/DateTime::Format::Strptime#DateTime::Format::Strptime-%3Enew(%25args)
|
||||
# 0.0.3 13.03.2022 publish func reqModFail
|
||||
@ -45,7 +46,7 @@ use GPUtils qw( GP_Import GP_Export );
|
||||
eval "use DateTime;1" or my $abs0 = 'DateTime';
|
||||
eval "use DateTime::Format::Strptime;1" or my $abs1 = 'DateTime::Format::Strptime';
|
||||
|
||||
use version 0.77; our $VERSION = version->declare('0.0.1');
|
||||
use version 0.77; our $VERSION = version->declare('1.0.0');
|
||||
|
||||
use Exporter ('import');
|
||||
our @EXPORT_OK = qw(
|
||||
|
Loading…
x
Reference in New Issue
Block a user