ARCv2

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use 5.008;
use ExtUtils::MakeMaker;
use strict;
use lib "scripts";

use PBConfig;

@config = (
	[ "ConfigPath" , "s", "/etc/arcx", "Configuration path, where ARCv2 shall find its files." ],
	[ "DefaultPort", "i", "4242", "Default port, client and server use this as default." ],
	[ "DefaultHost", "s", "arcdsrv", "Default host, client uses this as default." ],
	[ "DefaultPIDFile", "s", "/var/run/arcxd.pid", "Default PID file, server uses this as default" ],
);



( run in 1.666 second using v1.01-cache-2.11-cpan-87723dcf8b7 )