]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Remove Iterator::Simple::Iterator from prereq list
authorCharles McGarvey <ccm@cpan.org>
Sun, 1 May 2022 18:34:21 +0000 (12:34 -0600)
committerCharles McGarvey <ccm@cpan.org>
Sun, 1 May 2022 18:39:13 +0000 (12:39 -0600)
Changes
dist.ini

diff --git a/Changes b/Changes
index b4ddd7f1a87d1ef65b86ed530d0fe2e9fcfaf10f..e8dd718424fa02b5ab47e2e3019169a4d593eb96 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,10 +2,11 @@ Revision history for File-KDBX.
 
 {{$NEXT}}
 
-  * Now use the database maintenance_history_days value as the default
-    "max_age" value in prune_history method.
   * Removed the min_version methods from dumper and loader because it was
     unused and unnecessary.
+  * Now use the database maintenance_history_days value as the default
+    "max_age" value in prune_history method.
+  * Fixed distribution prereq issues.
 
 0.800     2022-04-30 21:14:30-0600
 
index be876e1a614e313f66a46ef2ebdb5ba85b56aa5a..0087b3f5c67d00967979d2c764923007915ee1b2 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -53,6 +53,11 @@ to_relationship     = none
 ; File::KDBX::XS, which is recommended, provides the same functionality as B::COW
 module              = B::COW
 
+[Prereqs::Soften / NotARealModule]
+to_relationship     = none
+; Iterator::Simple is the actual loadable module
+module              = Iterator::Simple::Iterator
+
 [Prereqs::Soften]
 modules_from_features   = 1
 
This page took 0.025543 seconds and 4 git commands to generate.