-
-
23 Jan 2020 16:31:03 UTC
- Distribution: Tapper-Reports-DPath
- Module version: 5.0.4
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (358 / 0 / 2)
- Kwalitee
Bus factor: 2- 78.83% Coverage
- License: freebsd
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (43.57KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
AMD OSRC Tapper Team
-
Tapper Team
- Dependencies
- CHI
- Cwd
- Data::DPath
- Data::DPath::Path
- Data::Dumper
- Data::Structure::Util
- DateTime
- File::ShareDir
- HTML::Mason
- JSON
- Module::Find
- Moose
- Sub::Exporter
- TAP::DOM
- Tapper::Model
- Tapper::Schema
- Template
- Template::Plugin::Autoformat
- Template::Stash
- Text::Balanced
- YAML::XS
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Tapper::Reports::DPath::TT - Mix DPath into Template-Toolkit templates
SYNOPSIS
use Tapper::Reports::DPath::Mason 'render'; $result = render file => $filename; $result = render template => $string;
METHODS
get_template
Render template processor with complete Tapper prelude set.
render
Render file or template.
render_file
Render file.
render_template
Render template.
testrundb_hostnames
Provide list of hosts from Tapper TestrunDB to be accessible in templates.
AUTHORS
AMD OSRC Tapper Team <tapper@amd64.org>
Tapper Team <tapper-ops@amazon.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Advanced Micro Devices, Inc..
This is free software, licensed under:
The (two-clause) FreeBSD License
Module Install Instructions
To install Tapper::Reports::DPath, copy and paste the appropriate command in to your terminal.
cpanm Tapper::Reports::DPath
perl -MCPAN -e shell install Tapper::Reports::DPath
For more information on module installation, please visit the detailed CPAN module installation guide.