Result:
found 1203 distributions and 1934 files matching your query ! ( run in 0.675 )


urpmi

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- added urpmi.cfg man page in section 5.
- fixed bug 5058.

Version 4.4-28mdk - Aug 28 2003, by François Pons

- fixed transaction number restarting at 1 in split mode.
- updated C and fr man pages.
- added urpme man page.

Version 4.4-27mdk - Aug 28 2003, by François Pons

 view all matches for this distribution


xmltv

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

	foreach my $src (sort keys %files) {
	    my $inst_pos = $files{$src};
	    my $extra = '';

	    # The directory containing this file in blib/ needs to be created.
	    my @dirs = split m!/!, $inst_pos; pop @dirs;
	    foreach (0 .. $#dirs) {
		my $dir = join('/', @dirs[0 .. $_]);
		my $parent = join('/', @dirs[0 .. $_-1]);
		next if $seen_dir{$dir}++;
		die if (length $parent and not $seen_dir{$parent});

 view all matches for this distribution


zxid

 view release on metacpan or  search on metacpan

pulverize.pl  view on Meta::CPAN

    open F, $orig or die "Can't read($orig): $!";
    $x = <F>;
    close F;

    $deps = '';
    @p = split m{/\*\s*FUNC\((\w+)\)\s*\*/}, $x;
    $preamble = shift @p;
    if ($p[-2] eq 'POSTAMBLE') {
	$postamble = pop @p;
	pop @p;
    } else {

 view all matches for this distribution


( run in 0.675 second using v1.01-cache-2.11-cpan-71847e10f99 )