GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Inline::Content::Simple(3) User Contributed Perl Documentation Test::Inline::Content::Simple(3)

Test::Inline::Content::Simple - Simple templating Content Handler

version 2.214

  In your inline2test.tpl
  ----------------------
  #!/usr/bin/perl -w
  
  use strict;
  use Test::More [% plan %];
  $| = 1;
  
  
  
  [% tests %]
  
  
  
  1;

It 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.

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.

The "template" accessor returns the template content for the object

The "process" method is unchanged from "Test::Inline::Content".

See the main SUPPORT section.

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Inline> (or bug-Test-Inline@rt.cpan.org <mailto:bug-Test-Inline@rt.cpan.org>).

Adam Kennedy <adamk@cpan.org>

This software is copyright (c) 2003 by Adam Kennedy.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2021-01-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.