#!/usr/bin/env perl
use warnings;
use strict;
# ABSTRACT: Sync CPAN testers failure reports to local directories
use App::sync_cpantesters;
App::sync_cpantesters->run;
