Source: libdbix-class-inflatecolumn-fs-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdbd-sqlite3-perl, libdbicx-testdatabase-perl, libdbix-class-perl, libdbix-class-uuidcolumns-perl (>= 0.02005), libpath-class-perl, perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-inflatecolumn-fs-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-inflatecolumn-fs-perl.git Homepage: http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/ Package: libdbix-class-inflatecolumn-fs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl, libdbicx-testdatabase-perl, libdbix-class-perl, libdbix-class-uuidcolumns-perl (>= 0.02005), libpath-class-perl, perl Description: Inflate/deflate columns to Path::Class::File objects DBIx::Class::InflateColumn::FS provides DBIx::Class style column inflation to a Path::Class::File object allowing file system storage of BLOBS. . The storage path is specified with fs_column_path. Each file receives a unique name, so the storage for all FS columns can share the same path. . Within the path specified by fs_column_path, files are stored in sub-directories based on the first 2 characters of the unique file names.