Rev | Line | |
---|
[1] | 1 | #!/usr/bin/perl -w |
---|
| 2 | use strict; |
---|
| 3 | |
---|
| 4 | # Before `make install' is performed this script should be runnable with |
---|
| 5 | # `make test'. After `make install' it should work as `perl MP3-Find.t' |
---|
| 6 | |
---|
| 7 | ######################### |
---|
| 8 | |
---|
| 9 | # change 'tests => 1' to 'tests => last_test_to_print'; |
---|
| 10 | |
---|
| 11 | use Test::More tests => 1; |
---|
| 12 | BEGIN { use_ok('MP3::Find') }; |
---|
| 13 | |
---|
| 14 | ######################### |
---|
| 15 | |
---|
| 16 | # Insert your test code below, the Test::More module is use()ed here so read |
---|
| 17 | # its man page ( perldoc Test::More ) for help writing this test script. |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.