From 7c64f808fbb077972240a9c9d3818db173c1c1cc Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 25 Sep 2008 14:28:26 +0200 Subject: [PATCH] test.sh too volatile to keep track off --- .gitignore | 1 + sandbox/test.sh | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 sandbox/test.sh diff --git a/.gitignore b/.gitignore index 6079631..55cf992 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ xx* .releaserc valgrind.log tmp/* +sandbox/test.sh diff --git a/sandbox/test.sh b/sandbox/test.sh deleted file mode 100644 index c94091c..0000000 --- a/sandbox/test.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -for p in perl5.6.2 \ - perl5.8.0 perl5.8.7 perl5.8.8 \ - perl5.10.0 perl5.10.x \ - bleadperl ; do - - ( $p Makefile.PL - make - ) >/dev/null 2>&1 - - ( echo 'format foo =' - echo '.' - echo 'print " $] \t", q(*foo{FORMAT}:), DPeek (*foo{FORMAT});' - ) > test.pl - $p -Iblib/lib -Iblib/arch -MDDumper -l test.pl - rm test.pl - - ( make distclean - ) >/dev/null 2>&1 - done -- 2.11.4.GIT