-
-
29 Jan 2010 18:02:12 UTC
- Distribution: Catalyst-Plugin-DebugCookie
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (300 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (26.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- Digest::MD5
- MRO::Compat
- Sub::Exporter
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::Plugin::DebugCookie::Util - Utility class to handle abstracting the cookie get/set
DESCRIPTION
These methods provide an interface for creating the debug cookie, and also checking it later for when a page is hit with the 'is_debug' query parameter
make_debug_cookie($c, $username)
Creates a debug cookie with a hash of your secret key and username
check_debug_cookie_value($c, $username)
Checks the debug cookie and verifies the value matches the hash of your secret key and username
AUTHOR
John Goulah <jgoulah@cpan.org>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Catalyst::Plugin::DebugCookie, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Plugin::DebugCookie
perl -MCPAN -e shell install Catalyst::Plugin::DebugCookie
For more information on module installation, please visit the detailed CPAN module installation guide.