|
Revision 18809, 0.7 kB
(checked in by tomi-ru, 5 years ago)
|
|
Checking in changes prior to tagging of version 0.02. Changelog diff is:
Index: Changes
===================================================================
--- Changes (リビジョン 16868)
+++ Changes (作業コピー)
@@ -1,4 +1,7 @@
Revision history for Perl extension Qpsmtpd::Plugin::EmailAddressLoose?
+0.02 Thu Sep 4 12:02:53 JST 2008
+ - first CPAN release
+
0.01 Fri Jul 11 10:50:44 JST 2008
|
| Line | |
|---|
| 1 | package Qpsmtpd::Plugin::EmailAddressLoose; |
|---|
| 2 | use strict; |
|---|
| 3 | use warnings; |
|---|
| 4 | our $VERSION = '0.02'; |
|---|
| 5 | |
|---|
| 6 | use base 'Qpsmtpd::Plugin'; |
|---|
| 7 | |
|---|
| 8 | use Email::Address::Loose -override; |
|---|
| 9 | |
|---|
| 10 | 1; |
|---|
| 11 | __END__ |
|---|
| 12 | |
|---|
| 13 | =encoding utf-8 |
|---|
| 14 | |
|---|
| 15 | =head1 NAME |
|---|
| 16 | |
|---|
| 17 | Qpsmtpd::Plugin::EmailAddressLoose - Override all Email::Address->parse() used in Qpsmtpd::Plugin |
|---|
| 18 | |
|---|
| 19 | =head1 SYNOPSIS |
|---|
| 20 | |
|---|
| 21 | # /etc/qpsmtpd/plugins |
|---|
| 22 | Qpsmtpd::Plugin::EmailAddressLoose |
|---|
| 23 | |
|---|
| 24 | =head1 AUTHOR |
|---|
| 25 | |
|---|
| 26 | Naoki Tomita E<lt>tomita@cpan.orgE<gt> |
|---|
| 27 | |
|---|
| 28 | =head1 LICENSE |
|---|
| 29 | |
|---|
| 30 | This library is free software; you can redistribute it and/or modify |
|---|
| 31 | it under the same terms as Perl itself. |
|---|
| 32 | |
|---|
| 33 | =head1 SEE ALSO |
|---|
| 34 | |
|---|
| 35 | L<Email::Address::Loose> |
|---|
| 36 | |
|---|
| 37 | L<http://coderepos.org/share/browser/lang/perl/Qpsmtpd-Plugin-EmailAddressLoose> (repository) |
|---|
| 38 | |
|---|
| 39 | =cut |
|---|