]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Declare Time-Local-1.19 prerequisite.
authorCharles McGarvey <ccm@cpan.org>
Sat, 6 Aug 2022 17:55:29 +0000 (11:55 -0600)
committerCharles McGarvey <ccm@cpan.org>
Sat, 6 Aug 2022 17:58:28 +0000 (11:58 -0600)
This is an indirect dependency (through Time::Piece) that is required to
handle 2999-12-31 23:59:59. Fixes #2.

Changes
dist.ini

diff --git a/Changes b/Changes
index f129e6133f76018f7d25507e7855333b04dff5d0..d37315834e6437eb5cd8b7b526610350440d4d4d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for File-KDBX.
 
 {{$NEXT}}
+  * Declare Time::Local 1.19 as a required dependency.
   * Declare CryptX 0.055 as a required dependency. Thanks HIGHTOWE.
 
 0.904     2022-07-07 21:51:17-0600
index 478e9654855bc95b3df10653cccd1891b1acde18..690895e09e5a67905278034b523a06688debccee 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -9,6 +9,9 @@ Test::CleanNamespaces.skip[0]   = ::Util|::KDF::AES$
 RepoReadme.type     = gfm
 
 [Prereqs / RuntimeRequires]
+; File-KDBX depends on Time::Local indirectly (through Time::Piece), and
+; version 1.19 is required to handle 2999-12-31 23:59:59.
+Time::Local             = 1.19
 Crypt::Cipher::AES      = 0
 Crypt::Stream::ChaCha   = 0.048
 Crypt::Stream::Salsa20  = 0.055
@@ -22,6 +25,7 @@ Crypt::Stream::Twofish  = 0
 Crypt::Stream::Serpent  = 0.055
 
 [Prereqs / TestSuggests]
+; For t/memory-protection.t:
 POSIX::1003         = 0
 
 [OptionalFeature / xs]
This page took 0.026437 seconds and 4 git commands to generate.