[Bps-public-commit] app-wsgetmail branch version-0.06 created. 6e72a457f627eefd3adbfade00a88e95b1bce253
BPS Git Server
git at git.bestpractical.com
Fri Apr 22 19:28:21 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, version-0.06 has been created
at 6e72a457f627eefd3adbfade00a88e95b1bce253 (commit)
- Log -----------------------------------------------------------------
commit 6e72a457f627eefd3adbfade00a88e95b1bce253
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Fri Apr 22 13:07:10 2022 -0500
Prepare version 0.06
diff --git a/Changes b/Changes
index 3bc81b2..6b2e719 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,24 @@
Revision history for App-wsgetmail
+0.06 22/04/22
+ * Update 0.05 Changes to conform to spec
+ * Sync module pod with recent changes in script
+ * Move script to bin/wsgetmail
+ * Declare Perl v5.10 minimum version
+ * Set minimum Perl version for the dist
+ * Add debug output for unsuccessful responses
+ * Add instruction to select Application permissions
+ * Move configuration instructions to App::wsgetmail
+ * Generate README.md from App::wsgetmail
+ * Remove version from pod
+ * Update README.md with pod from wsgetmail.pm
+ * Add documention for command_timeout config value
+ * Add vim and config to gitignore and manifest skip
+ * Fix default values for attributes
+ * Correct indent spacing in MS365.pm
+ * Move config_fields array into BUILDARGS sub
+ * Add comments about BUILDARGS for object attributes
+
0.05 24/1/22
* The script pod provides full details about all available
configuration options, and refers to Microsoft documentation about
diff --git a/META.yml b/META.yml
index 050970d..a49b083 100644
--- a/META.yml
+++ b/META.yml
@@ -41,4 +41,4 @@ requires:
warnings: 0
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '0.05'
+version: '0.06'
diff --git a/lib/App/wsgetmail.pm b/lib/App/wsgetmail.pm
index fb27160..4bb0004 100644
--- a/lib/App/wsgetmail.pm
+++ b/lib/App/wsgetmail.pm
@@ -52,7 +52,7 @@ package App::wsgetmail;
use Moo;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
=head1 NAME
-----------------------------------------------------------------------
hooks/post-receive
--
app-wsgetmail
More information about the Bps-public-commit
mailing list