# File-Unsaved **Repository Path**: mirrors_gitpan/File-Unsaved ## Basic Information - **Project Name**: File-Unsaved - **Description**: Read-only release history for File-Unsaved - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SYNOPSIS use File::Unsaved qw(check_unsaved_file); die "Can't modify foo.txt because it is being opened and modified in an editor" if check_unsaved_file(path => "foo.txt"); DESCRIPTION SEE ALSO