quotausers/lib/QuotaUsers.pm

9 lines
88 B
Perl

package QuotaUsers;
use v5.30.0;
use strict;
use warnings;
our $VERSION = '0.0.1';
1;