diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-06 09:22:53 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-06 09:22:53 -0700 |
commit | 52f8f4dd7e31040e35d614340ded16816ed046a8 (patch) | |
tree | d30be96aca5d1a204d9c805fc506c35e6284f581 /lib/Vyatta | |
parent | ff7a087858d97a98e7de05f3925c74d2b143b9fb (diff) | |
download | vyatta-cfg-qos-52f8f4dd7e31040e35d614340ded16816ed046a8.tar.gz vyatta-cfg-qos-52f8f4dd7e31040e35d614340ded16816ed046a8.zip |
Make sure perl modules end with 1;
Need to ensure success on package load
Diffstat (limited to 'lib/Vyatta')
-rw-r--r-- | lib/Vyatta/Qos/IngressRedirect.pm | 2 | ||||
-rw-r--r-- | 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; |