Result:
found more than 703 distributions - search limited to the first 2001 files matching your query ( run in 2.366 )


Alien-pkgconf

 view release on metacpan or  search on metacpan

patch/pkgconf-solaris-1.3.9.diff  view on Meta::CPAN

+
+AC_DEFUN([AX_CHECK_COMPILE_FLAG],
+[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
+AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
+AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
+  ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
+  _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
+  AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
+    [AS_VAR_SET(CACHEVAR,[yes])],
+    [AS_VAR_SET(CACHEVAR,[no])])
+  _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
+AS_VAR_IF(CACHEVAR,yes,

 view all matches for this distribution


Alt-App-makepatch

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


# WriteMakefile parameter hash.
my %p = ( NAME => 'Alt::App::makepatch', VERSION => "2.05" );

# Extra info for newer versions.
if ( $[ >= 5.005 ) {
    $p{AUTHOR} = 'Johan Vromans (jvromans@squirrel.nl)';
    $p{ABSTRACT} = 'patchkit generate and apply tool';
}

# Scripts.

 view all matches for this distribution


Anarres-Mud-Driver

 view release on metacpan or  search on metacpan

Compiler/lexer.yy  view on Meta::CPAN

						sv_catpvn(yylval->sv, (yytext + 1), 1);
							}

[[:digit:]]+			{ return yyinteger(yylval); }
0x[[:xdigit:]]+			{ return yyinteger(yylval); }
\$[[:digit:]]+			{ yylval->number = atol(yytext); return L_PARAMETER; }
{TOKEN}					{ return yyidentifier(yylval, param); }
{NONNUMBER}				{ warn("Letters in number and not hex"); }

{WHITE}					{ }
{NL}					{ BEGIN(BLANK); /* increment lineno */ }

 view all matches for this distribution


AnyEvent

 view release on metacpan or  search on metacpan

lib/AnyEvent.pm  view on Meta::CPAN

creating a watcher it will immediately "watch" for events and invoke the
callback when the event occurs (of course, only when the event model
is in control).

Note that B<callbacks must not permanently change global variables>
potentially in use by the event loop (such as C<$_> or C<$[>) and that B<<
callbacks must not C<die> >>. The former is good programming practice in
Perl and the latter stems from the fact that exception handling differs
widely between event loops.

To disable a watcher you have to destroy it (e.g. by setting the

 view all matches for this distribution


Apache-Gallery

 view release on metacpan or  search on metacpan

UPGRADE  view on Meta::CPAN

icons directory. Copy the png files from the htdocs dictory
to this new directory.

For those of you with pre-existing templates, a simple

   cd templates; perl -pi -e 's/(?<!\\)(\$[\w\_\d]+)/\{ $1 \}/g' *.tpl

should get your templates but directory.tpl and file.tpl
working correctly. The last two needs to be updated from
the distribution.

 view all matches for this distribution


Apache-XBEL

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

WriteMakefile(
	      'NAME'	     => 'Apache::XBEL',
	      ($[ >= 5.005) ?
	      (AUTHOR   => 'Aaron Straup Cope (ascope@cpan.org)',
	       ABSTRACT => '') : (),
	      'VERSION_FROM' => 'lib/Apache/XBEL.pm',
	      'PREREQ_PM'    => {
				 Apache           => '1.26',

 view all matches for this distribution


( run in 2.366 seconds using v1.01-cache-2.11-cpan-ceb78f64989 )