[svn:qpsmtpd] rev 486 - trunk
[email protected] 8 Jul 2005 03:37:10 -0000
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: robert
Date: Thu Jul 7 20:37:09 2005
New Revision: 486
Modified:
trunk/ (props changed)
trunk/README.plugins
Log:
r491@dog: rspier | 2005-07-07 20:32:53 -0700
fix isa_plugins typo
Modified: trunk/README.plugins
==============================================================================
--- trunk/README.plugins (original)
+++ trunk/README.plugins Thu Jul 7 20:37:09 2005
@@ -333,7 +333,7 @@ loaded. It's mostly for inheritance, be
=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 {