aboutsummaryrefslogtreecommitdiffstats
path: root/t/compile.t
blob: 649002e6956bcac8fab7958473e9624762d8a435 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

plan tests => 1;

use_ok('Parse::EDID');