From 70656d8eaa87bc33e2f30f0fa77504b54dfac2cc Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sat, 4 Jan 2025 13:51:29 -0700 Subject: [PATCH] test with AnyEvent and Event --- maint/cip-before-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 maint/cip-before-install diff --git a/maint/cip-before-install b/maint/cip-before-install new file mode 100755 index 0000000..e9342f3 --- /dev/null +++ b/maint/cip-before-install @@ -0,0 +1,5 @@ +#!/bin/bash + +set -ex + +cip exec cpanm -n AnyEvent Event