diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-04-13 16:54:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-04-13 16:54:11 +0800 |
commit | 154087a725c460f7ae8d9a8d192e93034d447a45 (patch) | |
tree | b11100d9a7468b6f51ed6f9d3a24634983129527 /databases/Makefile | |
parent | 8fb1bbcf96d851a86380506a22f082bd846b15fe (diff) | |
download | freebsd-ports-gnome-154087a725c460f7ae8d9a8d192e93034d447a45.tar.gz freebsd-ports-gnome-154087a725c460f7ae8d9a8d192e93034d447a45.tar.zst freebsd-ports-gnome-154087a725c460f7ae8d9a8d192e93034d447a45.zip |
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/
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 |