c7defbc7f07e7dd891cf72bd7c5096d6c965734b
[freeside.git] / FS / FS.pm
1 package FS;
2
3 use strict;
4 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
5
6 require Exporter;
7
8 @ISA = qw(Exporter AutoLoader);
9 # Items to export into callers namespace by default. Note: do not export
10 # names by default without a very good reason. Use EXPORT_OK instead.
11 # Do not simply export all your public functions/methods/constants.
12 @EXPORT = qw(
13         
14 );
15 $VERSION = '0.01';
16
17
18 # Preloaded methods go here.
19
20 # Autoload methods go after =cut, and are processed by the autosplit program.
21
22 1;
23 __END__
24 # Below is the stub of documentation for your module. You better edit it!
25
26 =head1 NAME
27
28 FS - Perl extension for blah blah blah
29
30 =head1 SYNOPSIS
31
32   use FS;
33   blah blah blah
34
35 =head1 DESCRIPTION
36
37 Stub documentation for FS was created by h2xs. It looks like the
38 author of the extension was negligent enough to leave the stub
39 unedited.
40
41 Blah blah blah.
42
43 =head1 AUTHOR
44
45 A. U. Thor, a.u.thor@a.galaxy.far.far.away
46
47 =head1 SEE ALSO
48
49 perl(1).
50
51 =cut