adding postfix export
authorivan <ivan>
Fri, 13 Feb 2004 12:27:35 +0000 (12:27 +0000)
committerivan <ivan>
Fri, 13 Feb 2004 12:27:35 +0000 (12:27 +0000)
FS/FS/part_export/postfix.pm [new file with mode: 0644]

diff --git a/FS/FS/part_export/postfix.pm b/FS/FS/part_export/postfix.pm
new file mode 100644 (file)
index 0000000..6d5e449
--- /dev/null
@@ -0,0 +1,7 @@
+package FS::part_export::postfix;
+
+use vars qw(@ISA);
+use FS::part_export::null;
+
+@ISA = qw(FS::part_export::null);
+