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

sub new {
        return bless {}, shift;
}

sub scan { 1; }

1;

Return to:

Send suggestions and report system problems to the System administrator.