Searched refs:neatvalue (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| D | MakeMaker.pm | 39 our @EXPORT_OK = qw($VERSION &neatvalue &mkbootstrap &mksymlists 769 my($argv) = neatvalue(\@args); 796 my($v) = neatvalue($configure_att{$key}); 945 $v = neatvalue({ 951 $v = neatvalue($att->{$key}); 1120 print " $mmkey => ", neatvalue($self->{$mmkey}), "\n" if $Verbose; 1315 sub neatvalue { subroutine 1334 push @m,"$key=>".neatvalue($v->{$key}); 1346 my($v) = neatvalue($self->{$key});
|
| D | MM_NW5.pm | 32 use ExtUtils::MakeMaker qw(&neatvalue &_sprintf562);
|
| D | MM_Any.pm | 969 $self->xs_dlsyms_extra . q!, 'FILE' => ! . neatvalue($ext), 1019 q!', 'DL_FUNCS' => !,neatvalue($funcs), 1020 q!, 'FUNCLIST' => !,neatvalue($funclist), 1021 q!, 'IMPORTS' => !,neatvalue($imports), 1022 q!, 'DL_VARS' => !, neatvalue($vars)
|
| D | MM_VMS.pm | 1092 q!', 'DL_FUNCS' => !,neatvalue($funcs), 1093 q!, 'FUNCLIST' => !,neatvalue($funclist), 1094 q!, 'IMPORTS' => !,neatvalue($imports), 1095 q!, 'DL_VARS' => !, neatvalue($vars);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| D | Makefile.PL | 134 -e "pm_to_blib({ ',neatvalue($final),',', 135 neatvalue($self->catfile('$(INST_ARCHLIB)',@path,$final)), ' },', 136 neatvalue($self->catfile(qw[$(INST_LIB) auto])), ')"
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| D | HandleConfig.pm | 363 $self->neatvalue($CPAN::Config->{$_}), 377 sub neatvalue { subroutine 399 push(@m,"q[$key]=>".$self->neatvalue($val)) ;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/ |
| D | Myconst2perl.pm | 300 my $val= neatvalue($spec{$key});
|