diff --git a/t/happy_cpantesters.t b/t/happy_cpantesters.t new file mode 100644 index 0000000..8f7414c --- /dev/null +++ b/t/happy_cpantesters.t @@ -0,0 +1,13 @@ +#!perl + +use strict; +use Test::More tests => 1; + +BEGIN{ + require_ok 'App::feedgnuplot'; + +} + +diag("App::feedgnuplot/$App::feedgnuplot::VERSION"); + +__DATA__