Adding QuotaUsers.pm

This commit is contained in:
sergiotarxz 2022-04-20 02:05:27 +02:00
parent 656429a7a7
commit d4e05fdb77
2 changed files with 8 additions and 0 deletions

0
bin/quotausers Normal file → Executable file
View File

8
lib/QuotaUsers.pm Normal file
View File

@ -0,0 +1,8 @@
package QuotaUsers;
use v5.30.0;
use strict;
use warnings;
our $VERSION = '0.0.1';
1;