DhMakePerl
view release on metacpan or search on metacpan
lib/DhMakePerl/Command/Packaging.pm view on Meta::CPAN
catfile( $self->cfg->home_dir, $rulesname ),
catfile( $self->cfg->data_dir, $rulesname )
) {
if ( -e $source ) {
print "Using rules: $source\n" if $self->cfg->verbose;
$self->rules->read($source);
last;
};
}
$self->rules->write;
chmod( 0755, $file ) or die "chmod($file): $!";
}
sub create_compat {
my ( $self, $file ) = @_;
my $fh = $self->_file_w($file);
$fh->print( $self->cfg->dh, "\n" );
$fh->close;
}
t/contents/test_debian_dists_sid_main_Contents view on Meta::CPAN
bin/bzgrep utils/bzip2
bin/bzip2 utils/bzip2
bin/bzip2recover utils/bzip2
bin/bzless utils/bzip2
bin/bzmore utils/bzip2
bin/cat utils/coreutils
bin/cftp net/cftp
bin/check-foreground-console misc/libpam-foreground
bin/checkpassword admin/fgetty
bin/chgrp utils/coreutils
bin/chmod utils/coreutils
bin/chown utils/coreutils
bin/chvt utils/kbd
bin/con2fbmap admin/fbset
bin/cp utils/coreutils
bin/cpio utils/cpio
bin/cvssh devel/gforge-common
bin/dash shells/dash
bin/date utils/coreutils
bin/dd utils/coreutils
bin/dd_rescue utils/ddrescue
t/contents/test_debian_dists_testing_main_Contents view on Meta::CPAN
bin/bzgrep utils/bzip2
bin/bzip2 utils/bzip2
bin/bzip2recover utils/bzip2
bin/bzless utils/bzip2
bin/bzmore utils/bzip2
bin/cat utils/coreutils
bin/cftp net/cftp
bin/check-foreground-console misc/libpam-foreground
bin/checkpassword admin/fgetty
bin/chgrp utils/coreutils
bin/chmod utils/coreutils
bin/chown utils/coreutils
bin/chvt utils/kbd
bin/con2fbmap admin/fbset
bin/cp utils/coreutils
bin/cpio utils/cpio
bin/cvssh devel/gforge-common
bin/dash shells/dash
bin/date utils/coreutils
bin/dd utils/coreutils
bin/dd_rescue utils/ddrescue
( run in 0.311 second using v1.01-cache-2.11-cpan-8d75d55dd25 )