source: mp3-find/trunk/t/MP3-Find.t @ 1

Last change on this file since 1 was 1, checked in by peter, 18 years ago

Initial import

File size: 499 bytes
Line 
1#!/usr/bin/perl -w
2use 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
11use Test::More tests => 1;
12BEGIN { 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.