Fred Moyer wrote:
On Mon, Nov 16, 2009 at 8:25 AM, Fred Moyer <f...@redhotpenguin.com> wrote:
On Mon, Nov 16, 2009 at 8:07 AM, Adam Prime <adam.pr...@utoronto.ca> wrote:
Any comments?
Looks pretty safe.  +1

That being said, I think this line:

+        ($major > 2 || ($major == 2 && $minor >= 6))) {

is better written as

(($major > 2) or (($major == 2) && ($minor >= 6))) {

I can't remember the style guide off the top of my head, I have it
plugged into my mod_perl perltidy instance.


Sure.

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to