1use Test::Base tests => 6; 2 3my @blocks = blocks; 4 5is $blocks[0]->description, 'One Time'; 6is $blocks[1]->description, "This is the real description\nof the test."; 7is $blocks[2]->description, ''; 8is $blocks[3]->description, ''; 9is $blocks[4]->description, 'Three Tips'; 10is $blocks[5]->description, 'Description goes here.'; 11 12__END__ 13=== One Time 14=== Two Toes 15This is the real description 16of the test. 17--- foo 18bar 19=== 20 21=== 22=== Three Tips 23 24--- beezle 25blob 26 27=== 28Description goes here. 29--- data 30Some data 31