aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Flat/pkg-descr
blob: d015c2180013633da13a4285d5055eb28b648648 (plain) (blame)
1
2
3
4
5
6
7
8
9
File::Flat implements a flat filesystem.  A flat filesystem is a
filesystem in which directories do not exist.  It provides an
abstraction over any normal filesystem 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.

WWW: http://search.cpan.org/dist/File-Flat/