summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Test-Stream-Exporter-Meta.t
blob: 124fedd8f2b729e99d781caa4f13aef0550a3079 (plain)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More;

use ok 'Test::Stream::Exporter::Meta';

# This is tested by the Test::Stream::Exporter tests.

done_testing;