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;