mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-23 02:27:12 +00:00
remove unneeded perl requires on Time::Local and File::Basename
Acked-By: Jamie Strandboge <jamie@canonical.com>
This commit is contained in:
parent
4eb5fa017d
commit
80f5a9a448
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011-2012 Canonical Ltd.
|
# Copyright (C) 2011-2013 Canonical Ltd.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of version 2 of the GNU General Public
|
# modify it under the terms of version 2 of the GNU General Public
|
||||||
@ -15,8 +15,6 @@ use Errno;
|
|||||||
|
|
||||||
require LibAppArmor;
|
require LibAppArmor;
|
||||||
require POSIX;
|
require POSIX;
|
||||||
require Time::Local;
|
|
||||||
require File::Basename;
|
|
||||||
|
|
||||||
my $opt_d = '';
|
my $opt_d = '';
|
||||||
my $opt_h = '';
|
my $opt_h = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user