From cb19e8f166caebdefd25aa988d14f4abdf31fabe Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 1 Jan 2024 11:01:49 -0500 Subject: [PATCH] Upgrade OP version, so we can use apply/inherit --- dist.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 8fb6c5d..4e93f7c 100644 --- a/dist.ini +++ b/dist.ini @@ -17,6 +17,7 @@ managed_versions = 1 [Prereqs / RuntimeRequires] ; perl = 5.008001 # TODO figure this out +Object::Pad = 0.807 [Prereqs / TestRequires] Test::More = 0.88 @@ -29,4 +30,4 @@ filename = xtest.sh ; Local git development test script, sets environment for lo match = ^ci-docker/ ; Local git testing stuff, doesn't need to be part of the dist filename = Client.pod filename = README.pod -filename = README.md \ No newline at end of file +filename = README.md