The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::App::Static - Manage static files like CSS, JS, images, and other untemplated content

VERSION

version 0.054

DESCRIPTION

This Statocles::App manages static content with no processing, perfect for images, stylesheets, scripts, or already-built HTML.

ATTRIBUTES

store

The store containing this app's files. Required.

METHODS

pages

    my @pages = $app->pages;

Get the page objects for this app.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.