[Bps-public-commit] app-wsgetmail branch fix-and-document-command_timeout updated. ad7e8cb602a804906b8034f1fd00c94c6be58e60
BPS Git Server
git at git.bestpractical.com
Wed Apr 20 23:35:44 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "app-wsgetmail".
The branch, fix-and-document-command_timeout has been updated
via ad7e8cb602a804906b8034f1fd00c94c6be58e60 (commit)
from 04ad657feed704afbce67c836e178d8c2ad4a529 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ad7e8cb602a804906b8034f1fd00c94c6be58e60
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Apr 20 18:35:19 2022 -0500
Add comments about BUILDARGS for object attributes
diff --git a/lib/App/wsgetmail/MDA.pm b/lib/App/wsgetmail/MDA.pm
index 9430f0a..ad2263d 100644
--- a/lib/App/wsgetmail/MDA.pm
+++ b/lib/App/wsgetmail/MDA.pm
@@ -154,6 +154,9 @@ has debug => (
);
+# this sets the attributes in the object using values from the config.
+# if no value is defined in the config, the attribute's "default" is used
+# instead (if defined).
around BUILDARGS => sub {
my ( $orig, $class, $config ) = @_;
diff --git a/lib/App/wsgetmail/MS365.pm b/lib/App/wsgetmail/MS365.pm
index b1e71aa..9e6a111 100644
--- a/lib/App/wsgetmail/MS365.pm
+++ b/lib/App/wsgetmail/MS365.pm
@@ -225,6 +225,9 @@ has _next_fetch_url => (
);
+# this sets the attributes in the object using values from the config.
+# if no value is defined in the config, the attribute's "default" is used
+# instead (if defined).
around BUILDARGS => sub {
my ( $orig, $class, $config ) = @_;
-----------------------------------------------------------------------
Summary of changes:
lib/App/wsgetmail/MDA.pm | 3 +++
lib/App/wsgetmail/MS365.pm | 3 +++
2 files changed, 6 insertions(+)
hooks/post-receive
--
app-wsgetmail
More information about the Bps-public-commit
mailing list