aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/App/Acmeman/Source/Null.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/App/Acmeman/Source/Null.pm b/lib/App/Acmeman/Source/Null.pm
index d119419..5bc5ce1 100644
--- a/lib/App/Acmeman/Source/Null.pm
+++ b/lib/App/Acmeman/Source/Null.pm
@@ -3,6 +3,10 @@ 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.