summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/bind_slave.pm
blob: ebb29c1d7ef133f58e78b55b51113851e954273c (plain)
1
2
3
4
5
6
7
package FS::part_export::bind_slave;

use vars qw(@ISA);
use FS::part_export::null;

@ISA = qw(FS::part_export::null);