beginning of the glossary

This commit is contained in:
Colin Kuskie 2005-03-25 05:39:57 +00:00
parent e20fb97d10
commit 6a495ac444
2 changed files with 31 additions and 1 deletions

View file

@ -483,7 +483,13 @@ our $HELP = {
body => 'Page, Export body',
related => [
],
}
},
'glossary' => {
title => 'glossary title',
body => 'glossary body',
related => [
],
},
};
1;