feedgnuplot/t/happy_cpantesters.t
2013-11-22 13:42:02 +01:00

14 lines
157 B
Perl

#!perl
use strict;
use Test::More tests => 1;
BEGIN{
require_ok 'App::feedgnuplot';
}
diag("App::feedgnuplot/$App::feedgnuplot::VERSION");
__DATA__