diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-04-13 08:54:11 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-04-13 08:54:11 +0000 |
commit | 2b42431f30f092a5c6399ab956828295570eaaae (patch) | |
tree | 3726a03d4140e8d4b04c83d8995b9faccc504e81 /databases/Makefile | |
parent | b13c844feef43a2aeaece31ceeb4af42ad1cacf0 (diff) |
Provides 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. Up to 256 sub-directories will be created, as needed. Override
_fs_column_dirs in a derived class to change this behavior.
fs_new_on_update will create a new file name if the file has been
updated.
WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/
Notes
Notes:
svn path=/head/; revision=272665
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 844ee024b08c..827bceb7096f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -350,6 +350,7 @@ SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns + SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader |