-
-
25 Apr 2016 18:29:05 UTC
- Distribution: Template-Provider-ArchiveTar
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (355 / 1 / 0)
- Kwalitee
Bus factor: 1- 47.06% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (6.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Template::Provider::ArchiveTar - fetch templates from an archive
SYNOPSIS
my $t = $info->{template} || Template->new({ POST_CHOMP => 1, DEBUG => 1, LOAD_TEMPLATES => [ Template::Provider::ArchiveTar->new({ archive => Archive::Tar->new('theme.tar'), }), ], });
DESCRIPTION
Using this module you can provide templates through a Tar archive or any object compatible with the API of Archive::Tar. Interesting examples are Archive::Dir, Archive::Merged and Archive::SevenZip.
SEE ALSO
REPOSITORY
The public repository of this module is http://github.com/Corion/template-provider-archivetar.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Template-Provider-ArchiveTar or via mail to Template-Provider-ArchiveTar-Bugs@rt.cpan.org.
AUTHOR
Max Maischein
corion@cpan.org
COPYRIGHT (c)
Copyright 2014-2016 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Template::Provider::ArchiveTar, copy and paste the appropriate command in to your terminal.
cpanm Template::Provider::ArchiveTar
perl -MCPAN -e shell install Template::Provider::ArchiveTar
For more information on module installation, please visit the detailed CPAN module installation guide.