From 5e7adb087066fb58ce9724b48a90bcc3543c1c34 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 6 May 2010 09:25:20 -0700 Subject: Make sure perl packages load successfully Standard practice is to end package module with 1; --- lib/Vyatta/IpTables/AddressFilter.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Vyatta/IpTables/AddressFilter.pm b/lib/Vyatta/IpTables/AddressFilter.pm index 721ff65..e61058d 100755 --- a/lib/Vyatta/IpTables/AddressFilter.pm +++ b/lib/Vyatta/IpTables/AddressFilter.pm @@ -296,6 +296,8 @@ sub outputXml { outputXmlElem("${prefix}_port", $self->{_port}, $fh); } +1; + # Local Variables: # mode: perl # indent-tabs-mode: nil -- cgit v1.2.3