Skip Menu |

This queue is for tickets about the Maypole CPAN distribution.

Report information
The Basics
Id: 6930
Status: resolved
Priority: 0/
Queue: Maypole

People
Owner: Nobody in particular
Requestors: lucs [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Maypole::CLI not printing output
In the Maypole 1.5 distribution, command line usage of Maypole::CLI doesn't print the expected output. Simple fix patch is attached.
--- CLI.pm.dist 2004-04-30 10:57:40.000000000 -0400 +++ CLI.pm 2004-07-11 23:55:15.000000000 -0400 @@ -3,0 +4 @@ +use Maypole::Constants; @@ -34 +35 @@ - $package->handler() and print $buffer; + $package->handler() == OK and print $buffer;
[guest - Mon Jul 12 00:05:41 2004]: Show quoted text
> In the Maypole 1.5 distribution, command line usage of Maypole::CLI > doesn't print the expected output. Simple fix patch is attached.
Thanks, Lucs; I was just looking at CLI.pm yesterday and wondering why it wasn't printing anything... Simon