/usr/local/lib64/perl5/Template
NameSizeModeActions
Manual/-0755rm
Namespace/-0755rm
Plugin/-0755rm
Stash/-0755rm
Tools/-0755rm
Tutorial/-0755rm
Base.pm76070444editdlrm
Config.pm135920444editdlrm
Constants.pm96320444editdlrm
Context.pm528140444editdlrm
Directive.pm294880444editdlrm
Document.pm158810444editdlrm
Exception.pm64050444editdlrm
FAQ.pod88670444editdlrm
Filters.pm250020444editdlrm
Grammar.pm988600444editdlrm
Iterator.pm135300444editdlrm
Manual.pod24330444editdlrm
Modules.pod55030444editdlrm
Parser.pm406040444editdlrm
Plugin.pm90560444editdlrm
Plugins.pm141910444editdlrm
Provider.pm464670444editdlrm
Service.pm178260444editdlrm
Stash.pm290380444editdlrm
Test.pm222790444editdlrm
Toolkit.pm57360444editdlrm
Toolkit.pod56700444editdlrm
Tools.pod15270444editdlrm
Tutorial.pod10430444editdlrm
View.pm241590444editdlrm
VMethods.pm155950444editdlrm
Edit: /usr/local/lib64/perl5/Template/Tools.pod (1527B)
#============================================================= -*-perl-*- # # Template::Tools # # DESCRIPTION # Index page for documentation about the command line tools # distributed with the Template Toolkit. # # AUTHOR # Andy Wardley # # COPYRIGHT # Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # #======================================================================== =head1 NAME Template::Tools - Command Line Tools for the Template Toolkit =head1 Template Tools The Template Toolkit includes the following command line tools for processing templates. =head2 tpage The L script can be used to process a single template using the Template Toolkit. $ tpage --define msg="Hello World" greeting.tt2 Use the C<-h> option to get a summary of options: $ tpage -h See the L documentation for further information and examples of use. =head2 ttree The L script can be used to process an entire directory of templates. $ ttree --src /path/to/templates --dest /path/to/output Use the C<-h> option to get a summary of options: $ ttree -h See the L documentation for further information and examples of use. =cut # Local Variables: # mode: perl # perl-indent-level: 4 # indent-tabs-mode: nil # End: # # vim: expandtab shiftwidth=4: