################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit the corresponding .txt file and run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to svn, since others won't run the local make.pl #################################################### =head1 NAME [% story.title %] =head1 [%- story.author -%] exclaimed: [% IF story.headers -%] =over [% FOREACH key = story.headers.keys.sort -%] [% IF story.headers.$key -%] =item * [% key %]: [% story.headers.$key -%] [% END -%] [% END -%] =back [% END -%] [% story.body %] =cut