[Bps-public-commit] app-wsgetmail branch doc-fixes updated. 8c6035e32bea3aff99670978159a320b8e7b985d

BPS Git Server git at git.bestpractical.com
Fri Apr 15 23:21:57 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, doc-fixes has been updated
       via  8c6035e32bea3aff99670978159a320b8e7b985d (commit)
      from  7f0f353d27bffd44901d02ecaacfdec9f89903cf (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 8c6035e32bea3aff99670978159a320b8e7b985d
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Fri Apr 15 18:13:18 2022 -0500

    Set minimum Perl version for the dist

diff --git a/META.yml b/META.yml
index f481d07..050970d 100644
--- a/META.yml
+++ b/META.yml
@@ -32,6 +32,7 @@ requires:
   Module::Load: 0
   Moo: 0
   Pod::Usage: 0
+  perl: '5.010'
   Test::LWP::UserAgent: 0
   Test::More: 0
   URI: 0
diff --git a/Makefile.PL b/Makefile.PL
index ded0e91..94a12c4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,8 @@ readme_from 'bin/wsgetmail', 0, 'md';
 all_from 'lib/App/wsgetmail.pm';
 license 'gpl_2';
 
+perl_version '5.010';
+
 requires 'Azure::AD::ClientCredentials';
 requires 'Clone';
 requires 'FindBin';

-----------------------------------------------------------------------

Summary of changes:
 META.yml    | 1 +
 Makefile.PL | 2 ++
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
app-wsgetmail


More information about the Bps-public-commit mailing list