mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
add a simple test for the App::feedgnuplot package
This commit is contained in:
parent
79e1506df8
commit
9ea7ba3024
13
t/happy_cpantesters.t
Normal file
13
t/happy_cpantesters.t
Normal 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__
|
Loading…
Reference in New Issue
Block a user