aboutsummaryrefslogtreecommitdiff
path: root/lib/Object/Groupware/Event.pm
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-09-02 20:37:30 +0200
committerJonas Smedegaard <dr@jones.dk>2024-09-02 20:37:30 +0200
commit3a7bb0ed2169da192744668ef6bfa6859fc9901f (patch)
tree550bcf8b48dd39827220984e98d4b89a79a294e7 /lib/Object/Groupware/Event.pm
parentd1df89dbc6d296fd7efebadc319efa411cc76174 (diff)
silence use Object::Pad features once experimental...
Diffstat (limited to 'lib/Object/Groupware/Event.pm')
-rw-r--r--lib/Object/Groupware/Event.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Object/Groupware/Event.pm b/lib/Object/Groupware/Event.pm
index 6409e17..74320b3 100644
--- a/lib/Object/Groupware/Event.pm
+++ b/lib/Object/Groupware/Event.pm
@@ -1,7 +1,7 @@
use v5.36;
#use Feature::Compat::Class 0.07;
-use Object::Pad 0.78;
+use Object::Pad 0.78 qw(:experimental(custom_field_attr));
package Object::Groupware::Event 0.01;