Source: libfile-flat-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-autoinstall-perl, libfile-ncopy-perl, libfile-remove-perl, libprefork-perl, libfile-slurp-perl, libtest-classapi-perl, libfile-copy-recursive-perl, libparams-util-perl
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.2
DM-Upload-Allowed: yes
Homepage: http://search.cpan.org/dist/File-Flat/

Package: libfile-flat-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libfile-ncopy-perl, libfile-remove-perl, libprefork-perl, libfile-slurp-perl, libtest-classapi-perl, libfile-copy-recursive-perl, libparams-util-perl
Description: Implements a flat filesystem in perl
 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
 existance of directories, just write to a file, no matter where it is.
