[feedgnuplot] 01/02: add a simple test for the App::feedgnuplot package
Dima Kogan
dima at secretsauce.net
Wed Dec 4 10:31:04 UTC 2013
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch cpanindexing
in repository feedgnuplot.
commit d9e2c3c93a401fbbb9a24fa64b7d173e07346873
Author: Matthias Ries <matthias.ries at mad4milk.de>
Date: Fri Nov 22 13:42:02 2013 +0100
add a simple test for the App::feedgnuplot package
---
t/happy_cpantesters.t | 13 +++++++++++++
1 file changed, 13 insertions(+)
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__
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git
More information about the debian-science-commits
mailing list