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

Poet::Util::File - File utilities

Author

       Jonathan Swartz <swartz@pobox.com>

Description

       This group of utilities includes

       basename, dirname
           From File::Basename.

       mkpath, make_path, rmtree, remove_tree
           From File::Path.

       read_file, write_file, read_dir
           From File::Slurp.

       abs2rel canonpath catdir catfile rel2abs
           From File::Spec::Functions.

Name

       Poet::Util::File - File utilities

See Also

       Poet

Synopsis

           # In a script...
           use Poet::Script qw(:file);

           # In a module...
           use Poet qw(:file);

           # In a component...
           <%class>
           use Poet qw(:file);
           </%class>

See Also