[tapx-dev] [commit][211] Started work on 5.0.5 compatibility.

Andy Armstrong andy at hexten.net
Thu Aug 9 10:51:20 BST 2007


On 9 Aug 2007, at 06:47, Ovid wrote:
>> Revision: 211
>> Author:   andy
>> Date:     2007-08-09 00:45:10 +0100 (Thu, 09 Aug 2007)
>>
>> Log Message:
>> -----------
>> Started work on 5.0.5 compatibility. t/000-load.t and t/010-base.t
>> pass now. Some ugliness already.
>
> I guess there's no way to write tests for this, is there, short of me
> installing 5.0.5?

Don't think so :)

It just worked on Mac OS.

On Feisty and perhaps other recent Linux I had to tell it to use  
gcc-2.95 and fix makedepend.SH

--- makedepend.SH.orig  2007-08-09 10:48:56.000000000 +0100
+++ makedepend.SH       2007-08-09 10:49:15.000000000 +0100
@@ -113,7 +113,7 @@
      *.y) filebase=`basename $file .y` ;;
      esac
      case "$file" in
-    */*) finc="-I`echo $file | sed 's#/[^/]*$##`" ;;
+    */*) finc="-I`echo $file | sed 's#/[^/]*$##'`" ;;
      *)   finc= ;;
      esac
      $echo "Finding dependencies for $filebase$_o."


-- 
Andy Armstrong, hexten.net



More information about the tapx-dev mailing list