From d4e05fdb77cc4542a4a0445c1d1c19f68d94c9f5 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 20 Apr 2022 02:05:27 +0200 Subject: [PATCH] Adding QuotaUsers.pm --- bin/quotausers | 0 lib/QuotaUsers.pm | 8 ++++++++ 2 files changed, 8 insertions(+) mode change 100644 => 100755 bin/quotausers create mode 100644 lib/QuotaUsers.pm diff --git a/bin/quotausers b/bin/quotausers old mode 100644 new mode 100755 diff --git a/lib/QuotaUsers.pm b/lib/QuotaUsers.pm new file mode 100644 index 0000000..ac14fc2 --- /dev/null +++ b/lib/QuotaUsers.pm @@ -0,0 +1,8 @@ +package QuotaUsers; + +use v5.30.0; +use strict; +use warnings; + +our $VERSION = '0.0.1'; +1;