summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Vyatta/Qos/Util.pm9
1 files changed, 5 insertions, 4 deletions
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) = @_;