1package Brackup;
2use strict;
3use vars qw($VERSION);
4$VERSION = '1.10';
5
6use Brackup::Config;
7use Brackup::ConfigSection;
8use Brackup::File;
9use Brackup::Metafile;
10use Brackup::PositionedChunk;
11use Brackup::StoredChunk;
12use Brackup::Backup;
13use Brackup::Root;     # aka "source"
14use Brackup::Restore;
15use Brackup::Target;
16use Brackup::BackupStats;
17
181;
19
20__END__
21
22=head1 NAME
23
24Brackup - Flexible backup tool.  Slices, dices, encrypts, and sprays across the net.
25
26=head1 FURTHER READING
27
28L<Brackup::Manual::Overview>
29
30L<brackup>
31
32L<brackup-restore>
33
34L<brackup-target>
35
36
37