From 70873c121ab4acf4a061853f80e5a37557f23865 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 1 May 2022 12:34:21 -0600 Subject: [PATCH] Remove Iterator::Simple::Iterator from prereq list --- Changes | 5 +++-- dist.ini | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b4ddd7f..e8dd718 100644 --- 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 diff --git a/dist.ini b/dist.ini index be876e1..0087b3f 100644 --- 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 -- 2.43.0