This commit is contained in:
2mad4milk
2017-02-10 03:12:47 +00:00
committed by GitHub
2 changed files with 663 additions and 0 deletions

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__