From d9e2c3c93a401fbbb9a24fa64b7d173e07346873 Mon Sep 17 00:00:00 2001 From: Matthias Ries Date: Fri, 22 Nov 2013 13:42:02 +0100 Subject: [PATCH] add a simple test for the App::feedgnuplot package --- t/happy_cpantesters.t | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 t/happy_cpantesters.t 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__