App-Followme

 view release on metacpan or  search on metacpan

lib/App/Followme/PodData.pm  view on Meta::CPAN

346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
=head1 VARIABLES
 
The Pod metadata class can evaluate the following variables. When passing
a name to the build method, the sigil should not be used.
 
=over 4
 
=item $body
 
All the contents of the file, minus the title if there is one.
Pod::Simple::XHTML is called on the file's content to generate html
before being stored in the body variable.
 
=item $description
 
A one line sentence description of the content.
 
=item $title
 
The title of the page is derived from contents of the top header tag, if one is
at the front of the file content, or the filename, if it is not.



( run in 0.844 second using v1.01-cache-2.11-cpan-87723dcf8b7 )