in reply to Re: Writing for backwards compatibility
in thread Writing for backwards compatibility

But how many modules out there just use our for no reason whatsoever, other than to force perl 5.5ers to have to edit the module before using it?

I don't use our for no reason. I use it because I find it clearer and I have to type less.

Unfortunately my priorities (typing less) do not match your priorities (working code on 5.005_3) :-)