Zoffix Znet > App-ZofCMS-Plugin-HTMLFactory-PageToBodyId-0.001 > App::ZofCMS::Plugin::HTMLFactory::PageToBodyId

Download:
App-ZofCMS-Plugin-HTMLFactory-PageToBodyId-0.001.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.001   Source   Latest Release: App-ZofCMS-Plugin-HTMLFactory-PageToBodyId-0.0102

NAME ^

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

SYNOPSIS ^

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();
    ...

DESCRIPTION ^

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 (".").

AUTHOR ^

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

BUGS ^

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.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc App::ZofCMS::Plugin::HTMLFactory::PageToBodyId

You can also look for information at:

COPYRIGHT & LICENSE ^

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.