Add release notes for 0.1.0
[umph-prompt.git] / t / Umph-Prompt.t
blobab1503cb52b967fd0b15b6dcaf1be8b45cb4ef27
1 # Before `make install' is performed this script should be runnable with
2 # `make test'. After `make install' it should work as `perl Umph-Prompt.t'
4 #########################
6 # change 'tests => 1' to 'tests => last_test_to_print';
8 use strict;
9 use warnings;
11 use Test::More tests => 1;
12 BEGIN { use_ok('Umph::Prompt') };
14 #########################
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.