initial checkin of module files for proper perl installation
[freeside.git] / FS / FS / Bill.pm
1 package FS::Bill;
2
3 use strict;
4 use vars qw(@ISA);
5 use FS::cust_main;
6
7 @ISA = qw(FS::cust_main);
8
9 warn "FS::Bill depriciated\n";
10
11 =head1 NAME
12
13 FS::Bill - Legacy stub
14
15 =head1 SYNOPSIS
16
17 The functionality of FS::Bill has been integrated into FS::cust_main.
18
19 =cut
20
21 1;