1package Exporter::Declare::Export::Variable;
2use strict;
3use warnings;
4
5use base 'Exporter::Declare::Export';
6
71;
8
9=head1 NAME
10
11Exporter::Declare::Export::Variable - Export class for variables which are
12exported.
13
14=head1 DESCRIPTION
15
16Export class for variables which are exported. Currently does not expand upon
17L<Exporter::Declare::Export> in any way.
18
19=head1 AUTHORS
20
21Chad Granum L<exodist7@gmail.com>
22
23=head1 COPYRIGHT
24
25Copyright (C) 2010 Chad Granum
26
27Exporter-Declare is free software; Standard perl licence.
28
29Exporter-Declare is distributed in the hope that it will be useful, but
30WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
31FITNESS FOR A PARTICULAR PURPOSE.  See the license for more details.
32