diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-01-25 17:47:02 +1100 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-01-25 17:47:02 +1100 |
commit | f5514e84e3585b6ed0c3d82453083a9ecd236c65 (patch) | |
tree | 930e4806ebaced7eb3dc0e4b8ab415861380656f | |
parent | d04d08a2ec678ade4c1b97f4fba4ff89b6ddde43 (diff) | |
download | vyatta-cfg-qos-f5514e84e3585b6ed0c3d82453083a9ecd236c65.tar.gz vyatta-cfg-qos-f5514e84e3585b6ed0c3d82453083a9ecd236c65.zip |
Enable strict
Forgot to enable strict.
-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 |