summaryrefslogtreecommitdiff
path: root/devel/p5-File-Flat/DESCR
blob: 29dbdd461ce3846f19f11c6eba05b98b10230a2c (plain)
1
2
3
4
5
6
7
File::Flat implements a flat file system. A flat file system is a
file system in which directories do not exist. It provides an
abstraction over any normal file system which makes it appear as if
directories do not exist. In effect, it will automatically create
directories as needed. This is create for things like install
scripts and such, as you never need to worry about the existence
of directories, just write to a file, no matter where it is.