From: ivan Date: Fri, 13 Feb 2004 12:27:35 +0000 (+0000) Subject: adding postfix export X-Git-Tag: NET_WHOIS_RAW_0_31~135 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ab9f512842cf99736a92d8f3c1031e45bacc26fb;hp=da5339ccbdc3a42e536124524ce6c484c320ffc9 adding postfix export --- diff --git a/FS/FS/part_export/postfix.pm b/FS/FS/part_export/postfix.pm new file mode 100644 index 000000000..6d5e449ca --- /dev/null +++ b/FS/FS/part_export/postfix.pm @@ -0,0 +1,7 @@ +package FS::part_export::postfix; + +use vars qw(@ISA); +use FS::part_export::null; + +@ISA = qw(FS::part_export::null); +