diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-06 09:25:20 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-06 09:25:20 -0700 |
commit | 5e7adb087066fb58ce9724b48a90bcc3543c1c34 (patch) | |
tree | 0d5208e162dc6c4e4102ec56cec9564b31587a11 /lib | |
parent | 90bb12ec230d32e425aa9a8529ca1b38001125c5 (diff) | |
download | vyatta-cfg-firewall-5e7adb087066fb58ce9724b48a90bcc3543c1c34.tar.gz vyatta-cfg-firewall-5e7adb087066fb58ce9724b48a90bcc3543c1c34.zip |
Make sure perl packages load successfully
Standard practice is to end package module with 1;
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Vyatta/IpTables/AddressFilter.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |