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

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

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