From 52f8f4dd7e31040e35d614340ded16816ed046a8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 6 May 2010 09:22:53 -0700 Subject: Make sure perl modules end with 1; Need to ensure success on package load --- lib/Vyatta/Qos/IngressRedirect.pm | 2 -- lib/Vyatta/Qos/Match.pm | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Vyatta/Qos/IngressRedirect.pm b/lib/Vyatta/Qos/IngressRedirect.pm index a04018f..2bffd30 100644 --- a/lib/Vyatta/Qos/IngressRedirect.pm +++ b/lib/Vyatta/Qos/IngressRedirect.pm @@ -53,5 +53,3 @@ sub commands { } 1; - - diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm index 41ed4f1..fd71f4a 100644 --- a/lib/Vyatta/Qos/Match.pm +++ b/lib/Vyatta/Qos/Match.pm @@ -141,3 +141,5 @@ sub filter { printf " flowid %x:%x\n", $parent, $classid; } } + +1; -- cgit v1.2.3