Re: GraphViz , Leon Brocard (acme)

2006-07-02 Thread Bruce Gray
; View/Report Bugs -> Report a new bug 2) Check *your* spam filters, to make sure his reply did not get lost. 3) Try IRC. He is a server admin, and a Operator, so he must often be there. http://irc.perl.org/ -- Hope this helps, Bruce Gray Util of PerlMonks

Re: ARGH! (was FW: Perl Critic and (honest) hash references)

2009-02-18 Thread Bruce Gray
commended usage for CPAN distributions" details how to set your module to run the perlcritic tests only in TEST_AUTHOR mode. -- Hope this helps, Bruce Gray

Re: Comparing hashes

2010-01-17 Thread Bruce Gray
ges the order of the expected arrays in 03-options_bare.t and 03-options_text.t . -- Hope this helps, Bruce Gray (Util of PerlMonks) Posting from the excellent Perl Oasis conference Getopt_Auto_sorted_keys_fix.patch Description: Binary data

Re: WPAD code

2010-03-02 Thread Bruce Gray
ing an infinite loop, and unpacking undefined values. The `while` statement needs to be changed to `foreach`. -- Hope this helps, Bruce Gray (Util)

Re: Discussion question: what is the best syntax for documenting a coderef parameter?

2010-12-07 Thread Bruce Gray
the rest of the document. -- Hope this helps, Bruce Gray