5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
{
|
||
|
my $repo = $DB->get('contrib');
|
||
|
$repo->delete if $repo;
|
||
|
}
|