[perldocjp-cvs 543] CVS update: docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure

Back to archive index

iwai****@users***** iwai****@users*****
2009年 12月 18日 (金) 17:19:25 JST


Index: docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Multi.pod
diff -u /dev/null docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Multi.pod:1.1
--- /dev/null	Fri Dec 18 17:19:25 2009
+++ docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Multi.pod	Fri Dec 18 17:19:24 2009
@@ -0,0 +1,43 @@
+=pod
+
+=head1 NAME
+
+Email::Sender::Failure::Multi - an aggregate of multiple failures
+
+=head1 VERSION
+
+version 0.093380
+
+=head1 DESCRIPTION
+
+A multiple failure report is raised when more than one failure is encountered
+when sending a single message, or when mixed states were encountered.
+
+=head1 ATTRIBUTES
+
+=head2 failures
+
+This method returns a list (or arrayref, in scalar context) of other
+Email::Sender::Failure objects represented by this multi.
+
+=head1 METHODS
+
+=head2 isa
+
+A multiple failure will report that it is a Permanent or Temporary if all of
+its contained failures are failures of that type.
+
+=head1 AUTHOR
+
+  Ricardo Signes <rjbs****@cpan*****>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2009 by Ricardo Signes.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+
+=cut
+
Index: docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Permanent.pod
diff -u /dev/null docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Permanent.pod:1.1
--- /dev/null	Fri Dec 18 17:19:25 2009
+++ docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Permanent.pod	Fri Dec 18 17:19:24 2009
@@ -0,0 +1,24 @@
+=pod
+
+=head1 NAME
+
+Email::Sender::Failure::Permanent - a permanent delivery failure
+
+=head1 VERSION
+
+version 0.093380
+
+=head1 AUTHOR
+
+  Ricardo Signes <rjbs****@cpan*****>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2009 by Ricardo Signes.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+
+=cut
+
Index: docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Temporary.pod
diff -u /dev/null docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Temporary.pod:1.1
--- /dev/null	Fri Dec 18 17:19:25 2009
+++ docs/modules/Email-Sender-0.093380/lib/Email/Sender/Failure/Temporary.pod	Fri Dec 18 17:19:24 2009
@@ -0,0 +1,24 @@
+=pod
+
+=head1 NAME
+
+Email::Sender::Failure::Temporary - a temporary delivery failure
+
+=head1 VERSION
+
+version 0.093380
+
+=head1 AUTHOR
+
+  Ricardo Signes <rjbs****@cpan*****>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2009 by Ricardo Signes.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+
+=cut
+



perldocjp-cvs メーリングリストの案内
Back to archive index