# $Id: Backup.pm,v 1.28 2004/03/23 12:17:06 gene Exp $ package File::Backup; use strict; use warnings; our $VERSION = '0.07_1'; 1; __END__ =head1 NAME File::Backup - B File backup automation =head1 SYNOPSIS % perldoc File::Backup =head1 DESCRIPTION This packaged has been moth-balled, retired and put out to pasture by the author. Its name is "too generic to be useful." The previous distribution is still available at http://search.cpan.org/~gene/File-Backup-0.07 Any people (or bots) who would like to resurrect this package and make it useful, please contact Gene Boggs Egene@cpan.orgE. =head1 COPYRIGHT This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut