This document summarizes Path::Tiny, a module for handling file paths in Perl. It provides concise methods for common file operations like opening, reading, writing and deleting files. It is lightweight and fast compared to other path handling modules. The document provides examples of using Path::Tiny to open, read, write and delete files, iterate over file trees, and move files. Benchmark results show Path::Tiny is faster than Path::Class for various file operations.