On Thu, 21 Jun 2001, Stas Bekman wrote:

> OK, here is the module that handles all the issues discussed today. See
> the pod section for the docs and test example.

looks good.  could we make warnings be yellow like colorgcc?
i also realized that use vars is not required, just can't have the
our's inside the BEGIN block, this will work:
--- Apache/TestTrace.pm~        Wed Jun 20 17:42:34 2001
+++ Apache/TestTrace.pm Wed Jun 20 17:42:43 2001
@@ -3,7 +3,7 @@
 use strict;
 
 use Exporter ();
-use vars qw(@Levels @Utils);
+our (@Levels, @Utils);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to