-
-
18 Feb 2009 13:20:29 UTC
- Distribution: Template-Plugin-Dumper-Perltidy
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (536 / 1 / 0)
- Kwalitee
Bus factor: 1- 96.15% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (20.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Data::Dumper::Perltidy
- Template
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Template::Plugin::Dumper::Perltidy - Template Toolkit plugin interface to Data::Dumper::Perltidy
SYNOPSIS
[% USE Dumper = Dumper::Perltidy %] [% Dumper.dump(myvar) %]
DESCRIPTION
A very simple Template Toolkit Plugin Interface to the Data::Dumper::Perltidy module.
The Data::Dumper::Perltidy module is "Stringify and pretty print Perl data structures." like Data::Dumper.
SEE ALSO
Template, Data::Dumper::Perltidy, Template::Plugin::Dumper
AUTHOR
Fayland Lam,
<fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2009 Fayland Lam, all rights reserved.
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 Template::Plugin::Dumper::Perltidy, copy and paste the appropriate command in to your terminal.
cpanm Template::Plugin::Dumper::Perltidy
perl -MCPAN -e shell install Template::Plugin::Dumper::Perltidy
For more information on module installation, please visit the detailed CPAN module installation guide.