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

Code::TidyAll::Role::Tempdir - Provides a _tempdir attribute for Code::TidyAll classes

Attributes

       _tempdir
           The temp directory. Lazily constructed if not passed

       no_cleanup
           A boolean indicating if the temp directory created by the "_tempdir" builder should not automatically
           clean up after itself

Authors

       •   Jonathan Swartz <swartz@pobox.com>

       •   Dave Rolsky <autarch@urth.org>

Description

       A role to add tempdir attributes to classes.

Name

       Code::TidyAll::Role::Tempdir - Provides a _tempdir attribute for Code::TidyAll classes

Source

       The       source      code      repository      for      Code-TidyAll      can      be      found      at
       <https://github.com/houseabsolute/perl-code-tidyall>.

Support

       Bugs may be submitted at <https://github.com/houseabsolute/perl-code-tidyall/issues>.

Synopsis

           package Whatever;
           use Moo;
           with 'Code::TidyAll::Role::Tempdir';

Version

       version 0.84

See Also