aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:55:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:55:13 +0200
commita2b74de60d4885e5b318de6e2c67f6a4bba8296f (patch)
treeda83e80cc90461fb4ddef2b6231e5c476f84e6c9 /lib
parent155bd0baa629b3ca26869353bdb251bb4f2a3e65 (diff)
downloadacmeman-a2b74de60d4885e5b318de6e2c67f6a4bba8296f.tar.gz
acmeman-a2b74de60d4885e5b318de6e2c67f6a4bba8296f.tar.bz2
Add null domain source.
* Makefile.PL: Lower some prerequisite requirements. * acmeman: Document the null source. * lib/App/Acmeman/Source/Null.pm: New file.
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Acmeman/Source/Null.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/App/Acmeman/Source/Null.pm b/lib/App/Acmeman/Source/Null.pm
new file mode 100644
index 0000000..5b30e0c
--- /dev/null
+++ b/lib/App/Acmeman/Source/Null.pm
@@ -0,0 +1,10 @@
+package App::Acmeman::Source::Null;
+
+use strict;
+use warnings;
+use Carp;
+
+sub configure { 1; }
+sub setup { 1; }
+
+1;

Return to:

Send suggestions and report system problems to the System administrator.