aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman/Source/Null.pm
blob: d119419302e37548e9eeb814f4e1cb4a99478aaa (plain)
1
2
3
4
5
6
7
8
package App::Acmeman::Source::Null;
use strict;
use warnings;
use parent 'App::Acmeman::Source';

sub scan { 1; }

1;

Return to:

Send suggestions and report system problems to the System administrator.