aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mageia.org>2012-05-23 23:00:28 +0000
committerGuillaume Rousse <guillomovitch@mageia.org>2012-05-23 23:00:28 +0000
commitfa98088107a242884dfe4bcd2ab0cc3582ae3e21 (patch)
treea670930c8ad4835ff256230d3f215de19a88b385
parentb513778bb2d701236d9b42ac4e417599ac17fbfb (diff)
downloadperl-Parse-EDID-fa98088107a242884dfe4bcd2ab0cc3582ae3e21.tar
perl-Parse-EDID-fa98088107a242884dfe4bcd2ab0cc3582ae3e21.tar.gz
perl-Parse-EDID-fa98088107a242884dfe4bcd2ab0cc3582ae3e21.tar.bz2
perl-Parse-EDID-fa98088107a242884dfe4bcd2ab0cc3582ae3e21.tar.xz
perl-Parse-EDID-fa98088107a242884dfe4bcd2ab0cc3582ae3e21.zip
obsolete now
-rw-r--r--t/compile.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/compile.t b/t/compile.t
deleted file mode 100644
index 649002e..0000000
--- a/t/compile.t
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-plan tests => 1;
-
-use_ok('Parse::EDID');