]> git.imager.perl.org - bse.git/blame - site/cgi-bin/modules/BSE/Custom.pm
more metadata generalization and modification
[bse.git] / site / cgi-bin / modules / BSE / Custom.pm
CommitLineData
339a97e6
TC
1package BSE::Custom;
2use BSE::CustomBase;
6b87d306 3use strict;
339a97e6 4
cb7fd78d
TC
5our $VERSION = "1.000";
6
339a97e6
TC
7use vars qw(@ISA);
8@ISA = qw(BSE::CustomBase);
9
339a97e6
TC
101;
11
12=head1 NAME
13
14 BSE::Custom - contains methods you implement to customize the
15 behaviour of BSE.
16
17=head1 DESCRIPTION
18
19 See L<BSE::CustomBase> for a list of the methods you can customize.
20
21=cut
22