From f5514e84e3585b6ed0c3d82453083a9ecd236c65 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 25 Jan 2009 17:47:02 +1100 Subject: Enable strict Forgot to enable strict. --- scripts/vyatta-qos-util.pl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3