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
f8e69778a2
commit
d9e2c3c93a
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