aboutsummaryrefslogtreecommitdiffstats
path: root/bin/check_mirror
blob: 040aadc125081aab78f93a14eaab072506878820 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/env perl

use strict;
use warnings;
use MGA::Mirrors::DB;

my $MGA = MGA::Mirrors::DB->new;

$MGA->check_distributions;