#!/usr/bin/env perl
# PODNAME: copy_prosody_db
# ABSTRACT: Script for copying all entries of a source prosody database to a target prosody databaase

use App::CopyProsodyDB;

App::CopyProsodyDB->new_with_options;

__END__
=pod

=head1 NAME

copy_prosody_db - Script for copying all entries of a source prosody database to a target prosody databaase

=head1 VERSION

version 0.007

=head1 AUTHOR

Torsten Raudssus <torsten@raudssus.de> L<http://www.raudssus.de/>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Raudssus Social Software & Prosody Distribution Authors.

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

=cut

