From 96cf146513afbaf6f2842c8c373c0c562fa937f1 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 22 May 2012 21:26:57 +0000 Subject: Initial import NB: SVN to Git Migration corrected initial import issues by squashing all commits relating to that into this initial commit. --- t/compile.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/compile.t (limited to 't/compile.t') diff --git a/t/compile.t b/t/compile.t new file mode 100644 index 0000000..649002e --- /dev/null +++ b/t/compile.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Test::More; + +plan tests => 1; + +use_ok('Parse::EDID'); -- cgit v1.2.1