diff options
Diffstat (limited to 'SBO-Lib/t/SBO-Lib.t')
-rw-r--r-- | SBO-Lib/t/SBO-Lib.t | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/SBO-Lib/t/SBO-Lib.t b/SBO-Lib/t/SBO-Lib.t deleted file mode 100644 index 1c5866b..0000000 --- a/SBO-Lib/t/SBO-Lib.t +++ /dev/null @@ -1,18 +0,0 @@ -# Before `make install' is performed this script should be runnable with -# `make test'. After `make install' it should work as `perl SBO-Lib.t' - -######################### - -# change 'tests => 1' to 'tests => last_test_to_print'; - -use strict; -use warnings; - -use Test::More tests => 1; -BEGIN { use_ok('SBO::Lib') }; - -######################### - -# Insert your test code below, the Test::More module is use()ed here so read -# its man page ( perldoc Test::More ) for help writing this test script. - |