aboutsummaryrefslogtreecommitdiffstats
path: root/t/00_load.t
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-02-17 17:53:21 +0000
committerRomain d'Alverny <rda@mageia.org>2012-02-17 17:53:21 +0000
commit10afa7f61593c6ee82f7256c5dfa29104ba19e52 (patch)
tree0d646902bde98ebdfa5fc7f4ead3c86349ca0667 /t/00_load.t
parent48d5e738940610746ccf2c560751d16c3b688c4b (diff)
downloadisocheck-10afa7f61593c6ee82f7256c5dfa29104ba19e52.tar
isocheck-10afa7f61593c6ee82f7256c5dfa29104ba19e52.tar.gz
isocheck-10afa7f61593c6ee82f7256c5dfa29104ba19e52.tar.bz2
isocheck-10afa7f61593c6ee82f7256c5dfa29104ba19e52.tar.xz
isocheck-10afa7f61593c6ee82f7256c5dfa29104ba19e52.zip
New Isocheck module to replace Tools + working tests
Code improved thx to misc, boklm, tv and guillomovitch.
Diffstat (limited to 't/00_load.t')
-rw-r--r--t/00_load.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/00_load.t b/t/00_load.t
new file mode 100644
index 0000000..4a923e4
--- /dev/null
+++ b/t/00_load.t
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -w
+
+use Test::More tests => 2;
+
+BEGIN {
+use_ok( 'Isocheck' );
+require_ok('Isocheck');
+}
+
+diag( "Testing Isocheck $Isocheck::VERSION" ); \ No newline at end of file