logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::CELL::Test::LogToFile - really activate logging (for use within unit tests)

Description

       The "App::CELL::Test::LogToFile" module provides an easy way to activate log-to-temporary-file for a
       given unit test. Just 'use' and be happy. It would probably work outside of unit tests, too, if it
       weren't for the call to "diag".

perl v5.34.0                                       2022-07-17                    App::CELL::Test::LogToFile(3pm)

Name

       App::CELL::Test::LogToFile - really activate logging (for use within unit tests)

Synopsis

           use App::CELL::Test::LogToFile;

See Also