The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
rersyncrecent / File-Rsync-Mirror-Recent

This is about speeding up rsync operation on large trees to many
places. Uses a small metadata cocktail and pull technology. Although
designed for the general purpose of mirroring large trees it's primary
goal is to get CPAN sped up (CPEEDPAN). See README.mirrorcpan for a
plan for a better CPAN backbone.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc File::Rsync::Mirror::Recent

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Rsync-Mirror-Recent

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/File-Rsync-Mirror-Recent

    CPAN Ratings
        http://cpanratings.perl.org/d/File-Rsync-Mirror-Recent

    Search CPAN
        http://search.cpan.org/dist/File-Rsync-Mirror-Recent

REPOSITORY

Recent changes can be (re)viewed in the public GIT repository at

    git://repo.or.cz/rersyncrecent.git

COPYRIGHT AND LICENCE

Copyright (C) 2008 Andreas König

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.