diff options
-rwxr-xr-x | scripts/vyatta-qos-util.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-qos-util.pl b/scripts/vyatta-qos-util.pl index 9bb2ea1..a429da4 100755 --- a/scripts/vyatta-qos-util.pl +++ b/scripts/vyatta-qos-util.pl @@ -17,6 +17,7 @@ # Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc. # All Rights Reserved. # **** End License **** +use strict; use lib "/opt/vyatta/share/perl5"; use Vyatta::Qos::Util qw( getPercent getRate getBurstSize getProtocol |