avoid needing . in @INC in dev mode
[gitmo/Algorithm-C3.git] / t / 000_load.t
CommitLineData
c0b91998 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 use_ok('Algorithm::C3');
10}