From f7be9cad795c67d5d1653aed193171139de6021b Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sat, 7 Mar 2009 15:59:28 -0800 Subject: Reindent Util.pm and enable strict check. --- lib/Vyatta/Qos/Util.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/Vyatta/Qos/Util.pm') diff --git a/lib/Vyatta/Qos/Util.pm b/lib/Vyatta/Qos/Util.pm index acfad93..c78e762 100644 --- a/lib/Vyatta/Qos/Util.pm +++ b/lib/Vyatta/Qos/Util.pm @@ -16,13 +16,14 @@ # **** End License **** package Vyatta::Qos::Util; -our @EXPORT = qw(getRate getPercent getBurstSize getProtocol getDsfield getTime); -our @EXPORT_OK = qw(interfaceRate getIfIndex); -use base qw(Exporter); - use strict; use warnings; +our @EXPORT = + qw(getRate getPercent getBurstSize getProtocol getDsfield getTime); +our @EXPORT_OK = qw(interfaceRate getIfIndex); +use base qw(Exporter); + sub get_num { use POSIX qw(strtod); my ($str) = @_; -- cgit v1.2.3