The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

inline2test - The Test::Inline 2 Test Compiler

VERSION

version 2.214

DESCRIPTION

inline2test is the Test::Inline 2 test compiler.

It's job is to scan through an arbitrary tree of Perl source code files, locate inline test sections, extract them, convert them to test scripts, and write them to an output path.

SYNOPIS

  > inline2test ./inline2test.conf
  
  # In your inline2test.conf
  input=lib
  output=t
  execute=0
  verbose=1
  readonly=1
  header=inline2text.txt

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Test-Inline@rt.cpan.org).

AUTHOR

Adam Kennedy <adamk@cpan.org>

COPYRIGHT AND LICENSE

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.