add a simple test for the App::feedgnuplot package

This commit is contained in:
Matthias Ries 2013-11-22 13:42:02 +01:00 committed by Dima Kogan
parent f8e69778a2
commit d9e2c3c93a

13
t/happy_cpantesters.t Normal file
View File

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