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;