
App::ZofCMS::Plugin::HTMLFactory::PageToBodyId - plugin to automatically create id="" attributes on <body> depending on the current page

Quick summary of what the module does.
Perhaps a little code snippet.
use App::ZofCMS::Plugin::HTMLFactory::PageToBodyId;
my $foo = App::ZofCMS::Plugin::HTMLFactory::PageToBodyId->new();
...

ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").

'Zoffix, <'zoffix at cpan.org'>

Please report any bugs or feature requests to bug-app-zofcms-plugin-htmlfactory-pagetobodyid at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ZofCMS-Plugin-HTMLFactory-PageToBodyId. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc App::ZofCMS::Plugin::HTMLFactory::PageToBodyId
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ZofCMS-Plugin-HTMLFactory-PageToBodyId
http://annocpan.org/dist/App-ZofCMS-Plugin-HTMLFactory-PageToBodyId
http://cpanratings.perl.org/d/App-ZofCMS-Plugin-HTMLFactory-PageToBodyId
http://search.cpan.org/dist/App-ZofCMS-Plugin-HTMLFactory-PageToBodyId/

Copyright 2009 'Zoffix, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.