On Thu, Jun 3, 2010 at 16:59, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Ævar Arnfjörð Bjarmason wrote: >> On Thu, Jun 3, 2010 at 15:20, Petr Baudis <pasky@xxxxxxx> wrote: >>> On Thu, Jun 03, 2010 at 07:25:54PM +0530, Pavan Kumar Sunkara wrote: >>>> >>>> +our @ISA = qw(Exporter); >> >> This is also re-arranging deck chairs on the Titanic, but 'use base >> qw(Exporter)' is nicer. > > Or simply 'use Exporter qw(import);', as Perl 5.8+ supports > 'use Module LIST' form. Ah yes, if the code is lucky enough to require 5.8 in the first place. I didn't know whether gitweb was one of those things. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html