fix header key conversion to match documentation
[perl/plp/.git] / test.pl
1
2 # TODO - Write tests.
3
4 # Before `make install' is performed this script should be runnable with
5 # `make test'. After `make install' it should work as `perl test.pl'
6
7 #########################
8
9 # change 'tests => 1' to 'tests => last_test_to_print';
10
11 use Test;
12 BEGIN { plan tests => 1 };
13 use PLP;
14 ok(1); # If we made it this far, we're ok.
15
16 #########################
17
18 # Insert your test code below, the Test module is use()ed here so read
19 # its man page ( perldoc Test ) for help writing this test script.
20