WebService-TestSystem
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
$text .= "\n";
return $text;
}
sub MY::postamble {
my $self = shift;
my $text = '';
my $etcdir = '';
$text .= "RSYNC = rsync\n";
$text .= "CHOWN = chown\n\n";
# Determine location of etc conf files
my $destdir = $args{DESTDIR} || rootdir();
my $etcdir = catdir( $destdir, 'etc', $args{pkg_name} );
my $etcfiles = catfile( 'etc', "testsystem.conf" );
$text .= install_clause($etcfiles, $etcdir, 0);
$text .= "install :: init.d/testsystem\n";
( run in 0.711 second using v1.01-cache-2.11-cpan-5511b514fd6 )