From 07525427c2f8b94a03b842f6dc4475dff0be4279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Tue, 12 Jul 2011 11:26:46 +0200 Subject: [PATCH] Fix test directory names (':' isn't allowed on Windows). --- MANIFEST | 34 +++++++++---------- .../00-use.t | 0 .../01-version.t | 0 .../02-pod_coverage.t | 0 .../03-pod.t | 0 .../04-new.t | 0 .../05-string.t | 0 .../06-css.t | 0 .../07-ends_line.t | 0 .../08-html.t | 0 .../09-concat.t | 0 .../10-clear.t | 0 t/{PPI::HTML => PPI-HTML}/00-use.t | 0 t/{PPI::HTML => PPI-HTML}/01-version.t | 0 t/{PPI::HTML => PPI-HTML}/02-pod_coverage.t | 0 t/{PPI::HTML => PPI-HTML}/03-pod.t | 0 t/{PPI::HTML => PPI-HTML}/04-new.t | 0 t/{PPI::HTML => PPI-HTML}/05-css.t | 0 18 files changed, 17 insertions(+), 17 deletions(-) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/00-use.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/01-version.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/02-pod_coverage.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/03-pod.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/04-new.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/05-string.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/06-css.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/07-ends_line.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/08-html.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/09-concat.t (100%) rename t/{PPI::HTML::Fragment => PPI-HTML-Fragment}/10-clear.t (100%) rename t/{PPI::HTML => PPI-HTML}/00-use.t (100%) rename t/{PPI::HTML => PPI-HTML}/01-version.t (100%) rename t/{PPI::HTML => PPI-HTML}/02-pod_coverage.t (100%) rename t/{PPI::HTML => PPI-HTML}/03-pod.t (100%) rename t/{PPI::HTML => PPI-HTML}/04-new.t (100%) rename t/{PPI::HTML => PPI-HTML}/05-css.t (100%) diff --git a/MANIFEST b/MANIFEST index ec3c592..cf8fe69 100644 --- a/MANIFEST +++ b/MANIFEST @@ -21,20 +21,20 @@ t/02_main.t t/97_meta.t t/98_pod.t t/99_pmv.t -t/PPI::HTML/00-use.t -t/PPI::HTML/01-version.t -t/PPI::HTML/02-pod_coverage.t -t/PPI::HTML/03-pod.t -t/PPI::HTML/04-new.t -t/PPI::HTML/05-css.t -t/PPI::HTML::Fragment/00-use.t -t/PPI::HTML::Fragment/01-version.t -t/PPI::HTML::Fragment/02-pod_coverage.t -t/PPI::HTML::Fragment/03-pod.t -t/PPI::HTML::Fragment/04-new.t -t/PPI::HTML::Fragment/05-string.t -t/PPI::HTML::Fragment/06-css.t -t/PPI::HTML::Fragment/07-ends_line.t -t/PPI::HTML::Fragment/08-html.t -t/PPI::HTML::Fragment/09-concat.t -t/PPI::HTML::Fragment/10-clear.t +t/PPI-HTML/00-use.t +t/PPI-HTML/01-version.t +t/PPI-HTML/02-pod_coverage.t +t/PPI-HTML/03-pod.t +t/PPI-HTML/04-new.t +t/PPI-HTML/05-css.t +t/PPI-HTML-Fragment/00-use.t +t/PPI-HTML-Fragment/01-version.t +t/PPI-HTML-Fragment/02-pod_coverage.t +t/PPI-HTML-Fragment/03-pod.t +t/PPI-HTML-Fragment/04-new.t +t/PPI-HTML-Fragment/05-string.t +t/PPI-HTML-Fragment/06-css.t +t/PPI-HTML-Fragment/07-ends_line.t +t/PPI-HTML-Fragment/08-html.t +t/PPI-HTML-Fragment/09-concat.t +t/PPI-HTML-Fragment/10-clear.t diff --git a/t/PPI::HTML::Fragment/00-use.t b/t/PPI-HTML-Fragment/00-use.t similarity index 100% rename from t/PPI::HTML::Fragment/00-use.t rename to t/PPI-HTML-Fragment/00-use.t diff --git a/t/PPI::HTML::Fragment/01-version.t b/t/PPI-HTML-Fragment/01-version.t similarity index 100% rename from t/PPI::HTML::Fragment/01-version.t rename to t/PPI-HTML-Fragment/01-version.t diff --git a/t/PPI::HTML::Fragment/02-pod_coverage.t b/t/PPI-HTML-Fragment/02-pod_coverage.t similarity index 100% rename from t/PPI::HTML::Fragment/02-pod_coverage.t rename to t/PPI-HTML-Fragment/02-pod_coverage.t diff --git a/t/PPI::HTML::Fragment/03-pod.t b/t/PPI-HTML-Fragment/03-pod.t similarity index 100% rename from t/PPI::HTML::Fragment/03-pod.t rename to t/PPI-HTML-Fragment/03-pod.t diff --git a/t/PPI::HTML::Fragment/04-new.t b/t/PPI-HTML-Fragment/04-new.t similarity index 100% rename from t/PPI::HTML::Fragment/04-new.t rename to t/PPI-HTML-Fragment/04-new.t diff --git a/t/PPI::HTML::Fragment/05-string.t b/t/PPI-HTML-Fragment/05-string.t similarity index 100% rename from t/PPI::HTML::Fragment/05-string.t rename to t/PPI-HTML-Fragment/05-string.t diff --git a/t/PPI::HTML::Fragment/06-css.t b/t/PPI-HTML-Fragment/06-css.t similarity index 100% rename from t/PPI::HTML::Fragment/06-css.t rename to t/PPI-HTML-Fragment/06-css.t diff --git a/t/PPI::HTML::Fragment/07-ends_line.t b/t/PPI-HTML-Fragment/07-ends_line.t similarity index 100% rename from t/PPI::HTML::Fragment/07-ends_line.t rename to t/PPI-HTML-Fragment/07-ends_line.t diff --git a/t/PPI::HTML::Fragment/08-html.t b/t/PPI-HTML-Fragment/08-html.t similarity index 100% rename from t/PPI::HTML::Fragment/08-html.t rename to t/PPI-HTML-Fragment/08-html.t diff --git a/t/PPI::HTML::Fragment/09-concat.t b/t/PPI-HTML-Fragment/09-concat.t similarity index 100% rename from t/PPI::HTML::Fragment/09-concat.t rename to t/PPI-HTML-Fragment/09-concat.t diff --git a/t/PPI::HTML::Fragment/10-clear.t b/t/PPI-HTML-Fragment/10-clear.t similarity index 100% rename from t/PPI::HTML::Fragment/10-clear.t rename to t/PPI-HTML-Fragment/10-clear.t diff --git a/t/PPI::HTML/00-use.t b/t/PPI-HTML/00-use.t similarity index 100% rename from t/PPI::HTML/00-use.t rename to t/PPI-HTML/00-use.t diff --git a/t/PPI::HTML/01-version.t b/t/PPI-HTML/01-version.t similarity index 100% rename from t/PPI::HTML/01-version.t rename to t/PPI-HTML/01-version.t diff --git a/t/PPI::HTML/02-pod_coverage.t b/t/PPI-HTML/02-pod_coverage.t similarity index 100% rename from t/PPI::HTML/02-pod_coverage.t rename to t/PPI-HTML/02-pod_coverage.t diff --git a/t/PPI::HTML/03-pod.t b/t/PPI-HTML/03-pod.t similarity index 100% rename from t/PPI::HTML/03-pod.t rename to t/PPI-HTML/03-pod.t diff --git a/t/PPI::HTML/04-new.t b/t/PPI-HTML/04-new.t similarity index 100% rename from t/PPI::HTML/04-new.t rename to t/PPI-HTML/04-new.t diff --git a/t/PPI::HTML/05-css.t b/t/PPI-HTML/05-css.t similarity index 100% rename from t/PPI::HTML/05-css.t rename to t/PPI-HTML/05-css.t