diff options
author | ivan <ivan> | 2004-02-13 12:27:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-13 12:27:35 +0000 |
commit | ab9f512842cf99736a92d8f3c1031e45bacc26fb (patch) | |
tree | 88a431a74ec02f9189574a25348b1ca524052e4b /FS | |
parent | da5339ccbdc3a42e536124524ce6c484c320ffc9 (diff) |
adding postfix export
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/postfix.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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); + |