From 80bf896339924929e295784d34deb8bc6997de13 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 May 2008 18:51:02 +0000 Subject: [PATCH] order tests Prefix filenames so they sort in order of significance. --- t/{Functions.t => 10-functions.t} | 0 t/{meta.t => 91-meta.t} | 0 t/{pod.t => 92-pod.t} | 0 t/{pod-coverage.t => 93-podcover.t} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename t/{Functions.t => 10-functions.t} (100%) rename t/{meta.t => 91-meta.t} (100%) rename t/{pod.t => 92-pod.t} (100%) rename t/{pod-coverage.t => 93-podcover.t} (100%) diff --git a/t/Functions.t b/t/10-functions.t similarity index 100% rename from t/Functions.t rename to t/10-functions.t diff --git a/t/meta.t b/t/91-meta.t similarity index 100% rename from t/meta.t rename to t/91-meta.t diff --git a/t/pod.t b/t/92-pod.t similarity index 100% rename from t/pod.t rename to t/92-pod.t diff --git a/t/pod-coverage.t b/t/93-podcover.t similarity index 100% rename from t/pod-coverage.t rename to t/93-podcover.t -- 2.30.0