Æ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. -- Jakub Narebski Poland -- 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