Skip Menu |

This queue is for tickets about the Text-Banner CPAN distribution.

Report information
The Basics
Id: 107946
Status: resolved
Priority: 0/
Queue: Text-Banner

People
Owner: gsullivan [...] cpan.org
Requestors: gsullivan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: 2.00



Subject: Patch for minor POD error
The =begin/=end POD construct prevents the Example 2 output from being displayed when using "perldoc Text::Banner". Also, podchecker generates a warning. This patch fixes the display and the warning for the POD.
Subject: diff-u.txt
--- ../Text-Banner-1.00.orig/Banner.pm 1999-12-19 13:28:23.000000000 -0500 +++ Banner.pm 2015-10-23 15:51:42.006160000 -0400 @@ -249,25 +249,21 @@ Example 2 would generate the following output: -=begin text - -M M Y Y -MM MM Y Y ttttt eeeeee x x ttttt -M M M M Y Y t e x x t -M M M Y t eeeee xx t -M M Y t e xx t -M M Y t e x x t -M M Y t eeeeee x x t - -/ / / / -// // / / ///// ////// / / ///// -/ / / / / / / / / / / -/ / / / / ///// // / -/ / / / / // / -/ / / / / / / / -/ / / / ////// / / / - -=end text + M M Y Y + MM MM Y Y ttttt eeeeee x x ttttt + M M M M Y Y t e x x t + M M M Y t eeeee xx t + M M Y t e xx t + M M Y t e x x t + M M Y t eeeeee x x t + + / / / / + // // / / ///// ////// / / ///// + / / / / / / / / / / / + / / / / / ///// // / + / / / / / // / + / / / / / / / / + / / / / ////// / / / Consult the horizontal.txt and vertical.txt files that come with the module for examples of what different sizes look like.
Patch applied.