From 6597a72eab2d1bfb9512132360dca1fbbc2bf032 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 29 Apr 2026 08:28:18 +0200 Subject: [PATCH] add warning about multiline values --- anydb.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anydb.pod b/anydb.pod index fdd7a40..4cee91d 100644 --- a/anydb.pod +++ b/anydb.pod @@ -456,6 +456,9 @@ To be able to use the value in a template, you'll need to add the C<-s> flag so that values are included in output data stream. Otherwise you can only use C<.Preview>. +Be careful if you use C<-s> and C<.Value> though: if a value is a +multiline string, it may clutter your output. + =item B<.Preview> string First line of entry value (if it is a string).