#!/usr/bin/perl
use strict;
use warnings;
package
  git_megapull;
# ABSTRACT: clone or update all repositories found elsewhere

use Git::Megapull;
Git::Megapull->run;



__END__
=pod

=head1 NAME

git_megapull - clone or update all repositories found elsewhere

=head1 VERSION

version 0.101751

=head1 SEE INSTEAD

L<Git::Megapull>

=head1 AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Ricardo SIGNES.

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

