use warnings; use strict; use Test::More 'no_plan'; use lib ('lib', '../lib'); use MKDoc::Text::Structured; my $text = < b > a = ----- > c 1. some stuff some pre stuff 2. some other stuff EOF $res = MKDoc::Text::Structured::process ($text); 1; __END__