diff options
| author | fukachan <fukachan> | 2005-12-10 11:11:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-10 11:11:15 +0000 |
| commit | 4784de984374a89ddfa8963f3acf6f5e3d4bdfec (patch) | |
| tree | 150b7de50f465a4021327cfa609a3ef8ccf267a1 /fml/lib | |
| parent | ba8a5c4324951031005b4b49f8d8af54fcf4652c (diff) | |
| download | fml8-4784de984374a89ddfa8963f3acf6f5e3d4bdfec.tar.gz fml8-4784de984374a89ddfa8963f3acf6f5e3d4bdfec.tar.bz2 fml8-4784de984374a89ddfa8963f3acf6f5e3d4bdfec.zip | |
update comments: add pcre, update status.
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/IO/Adapter.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter.pm b/fml/lib/IO/Adapter.pm index 733237fc..2d465e91 100644 --- a/fml/lib/IO/Adapter.pm +++ b/fml/lib/IO/Adapter.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Adapter.pm,v 1.38 2005/08/23 09:56:13 fukachan Exp $ +# $FML: Adapter.pm,v 1.39 2005/12/08 10:05:57 fukachan Exp $ # package IO::Adapter; @@ -113,6 +113,9 @@ This wrapper provides IO like a usual file for the specified C<$map>. file file:$file_name (prefix file: is optional). For example, file:/var/spool/ml/elena/recipients + pcre pcre:$file_name + e.g. pcre:/var/spool/ml/elena/sender_check + unix.group unix.group:$group_name For example, unix.group:fml @@ -123,10 +126,8 @@ This wrapper provides IO like a usual file for the specified C<$map>. mysql mysql:$schema_name postgresql postgresql:$schema_name - *** not yet implemented *** ldap ldap:$schema_name - *** not yet implemented *** =head1 METHODS |
