Query: test::inline::content::simple
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::Inline::Content::Simple(3pm) User Contributed Perl Documentation Test::Inline::Content::Simple(3pm)NAMETest::Inline::Content::Simple - Simple templating Content HandlerSYNOPSISIn your inline2test.tpl ---------------------- #!/usr/bin/perl -w use strict; use Test::More [% plan %]; $| = 1; [% tests %] 1;DESCRIPTIONIt is relatively common to want to customise the contents of the generated test files to set up custom environment things on an all-scripts basis, rather than file by file (using =begin SETUP blocks). "Test::Inline::Content::Simple" lets you use a very simple Template Toolkit style template to define this information. It contains only two tags, "plan" and "tests". The "plan" tag will be inserted as either "tests =" 123> or 'no_plan'. The "tests" tag will be replaced by the actual testing code.METHODSnew $filename Manually create a new "Test::Inline::Content::Simple" object. Takes as parameter a single filename which should contain the template code. Returns a new "Test::Inline::Content::Simple" object, or "undef" on error. template The "template" accessor returns the template content for the object process $Inline, $Script The "process" method is unchanged from "Test::Inline::Content".SUPPORTSee the main SUPPORT section.AUTHORAdam Kennedy <adamk@cpan.org>, <http://ali.as/>COPYRIGHTCopyright 2004 - 2010 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2010-11-22 Test::Inline::Content::Simple(3pm)
Related Man Pages |
---|
pod2test(1p) - debian |
inline::wrapper::module(3) - mojave |
inline::wrapper::module5.18(3) - mojave |
test::cpan::changes(3) - centos |
test::inline::extract(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Moving Content from one file to another with variables |
search needed part in text file (awk?) |
Inline edit using sed / awk |
Perl text from web |
Simple loop to mail all active users. |