75e550a2df4b8c964410583462ad10da991d2767
[freeside.git] / fs_selfservice / FS-SelfService / SelfService.pm
1 package FS::SelfService;
2
3 use 5.006;
4 use strict;
5 use warnings;
6
7 require Exporter;
8
9 our @ISA = qw(Exporter);
10
11 # Items to export into callers namespace by default. Note: do not export
12 # names by default without a very good reason. Use EXPORT_OK instead.
13 # Do not simply export all your public functions/methods/constants.
14
15 # This allows declaration       use FS::SelfService ':all';
16 # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
17 # will save memory.
18 our %EXPORT_TAGS = ( 'all' => [ qw(
19         
20 ) ] );
21
22 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
23
24 our @EXPORT = qw(
25         
26 );
27 our $VERSION = '0.01';
28
29
30 # Preloaded methods go here.
31
32 1;
33 __END__
34 # Below is stub documentation for your module. You better edit it!
35
36 =head1 NAME
37
38 FS::SelfService - Perl extension for blah blah blah
39
40 =head1 SYNOPSIS
41
42   use FS::SelfService;
43   blah blah blah
44
45 =head1 DESCRIPTION
46
47 Stub documentation for FS::SelfService, created by h2xs. It looks like the
48 author of the extension was negligent enough to leave the stub
49 unedited.
50
51 Blah blah blah.
52
53 =head2 EXPORT
54
55 None by default.
56
57
58 =head1 AUTHOR
59
60 A. U. Thor, E<lt>a.u.thor@a.galaxy.far.far.awayE<gt>
61
62 =head1 SEE ALSO
63
64 L<perl>.
65
66 =cut