From ae99e6e3f21d775f4632f53a8d467e2bffb781c8 Mon Sep 17 00:00:00 2001 From: Robert Spier Date: Fri, 8 Jul 2005 03:37:09 +0000 Subject: [PATCH] r491@dog: rspier | 2005-07-07 20:32:53 -0700 fix isa_plugins typo git-svn-id: https://svn.perl.org/qpsmtpd/trunk@486 958fd67b-6ff1-0310-b445-bb7760255be9 --- README.plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.plugins b/README.plugins index 57b7f88..81eaa63 100644 --- a/README.plugins +++ b/README.plugins @@ -333,7 +333,7 @@ loaded. It's mostly for inheritance, below. =head1 Inheritance Instead of modifying @ISA directly in your plugin, use the -C< plugin_isa > method from the init subroutine. +C< isa_plugin > method from the C< init > subroutine. # rcpt_ok_child sub init {