-
-
07 Sep 2004 21:45:34 UTC
- Distribution: Class-MakeMethods
- Module version: 1.008
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (5046 / 281 / 0)
- Kwalitee
Bus factor: 0- 69.84% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (158.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Class::MakeMethods::Utility::DiskCache - Optional Template feature
SYNOPSIS
use Class::MakeMethods::Utility::DiskCache qw( /my/code/dir );
DESCRIPTION
To enable disk caching of Class::MakeMethods::Template generated code, create an empty directory and pass it to the DiskCache package:
use Class::MakeMethods::Utility::DiskCache qw( /my/code/dir );
This has a mixed effect on performance, but has the notable advantage of letting you view the subroutines that are being generated by your templates.
SEE ALSO
See Class::MakeMethods::Template for more information.
Module Install Instructions
To install Class::MakeMethods, copy and paste the appropriate command in to your terminal.
cpanm Class::MakeMethods
perl -MCPAN -e shell install Class::MakeMethods
For more information on module installation, please visit the detailed CPAN module installation guide.