The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
Terse::View::Static::Memory - Serve static resources in memory view
Version 0.12
package MyApp::View::Static;use base 'Terse::View::Static::Memory';1;
package
MyApp::View::Static;
use
base
'Terse::View::Static::Memory'
;
1;
Terse::Static.
To install Terse::Static, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Terse::Static
CPAN shell
perl -MCPAN -e shell install Terse::Static
For more information on module installation, please visit the detailed CPAN module installation guide.