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;