logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

inline2test - The Test::Inline 2 Test Compiler

Author

       Adam Kennedy <adamk@cpan.org>

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.

Name

       inline2test - The Test::Inline 2 Test Compiler

Support

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

Synopis

         > inline2test ./inline2test.conf

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

Version

       version 2.214

See Also