From 0acee890d6f1492aaa5d4eda9ecee65410dfe605 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 20 Nov 2016 11:35:56 -0600 Subject: [PATCH] docs --- lib/CPAN/Changes.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/CPAN/Changes.pm b/lib/CPAN/Changes.pm index bec5e83..7d46487 100644 --- a/lib/CPAN/Changes.pm +++ b/lib/CPAN/Changes.pm @@ -281,11 +281,12 @@ The width to wrap lines at. By default, lines will be wrapped at 75 characters. An array reference of styles to use when outputting the entries. -The styles can be +The styles can be either a single character to prefix change lines or two +characters to use as a prefix and suffix. =item indents -An array reference of indents to use when outputting the entries. +An array reference of indent strings to use when outputting the entries. =item reverse (legacy)