[Modcplusplus-devel] (johnksterling) mod_cplusplus/test/t CPPTest
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2002-09-01 02:26:36
|
Mod Cplusplus CVS committal Author : johnksterling Project : mod_cplusplus Module : test Dir : mod_cplusplus/test/t Modified Files: CPPTest Log Message: Fix improper implicit casts that are sketchy on many platforms submitted by John P. Coffey <jc...@pi...> =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/test/t/CPPTest,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- CPPTest 30 Dec 2001 15:44:35 -0000 1.2 +++ CPPTest 1 Sep 2002 02:26:34 -0000 1.3 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use strict; use warnings FATAL => 'all'; |