From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 28 Jan 2010 11:41:56 +0000 (+0000)
Subject: Deprecate IC::File(2)
X-Git-Tag: v0.08121~83^2~9
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5847820e6ba881263f5a20310eacd4958edb2d31;p=dbsrgits%2FDBIx-Class.git

Deprecate IC::File(2)
---

diff --git a/lib/DBIx/Class/InflateColumn/File.pm b/lib/DBIx/Class/InflateColumn/File.pm
index 0fde5e8..a1fc613 100644
--- a/lib/DBIx/Class/InflateColumn/File.pm
+++ b/lib/DBIx/Class/InflateColumn/File.pm
@@ -107,7 +107,15 @@ sub _save_file_column {
 
 =head1 NAME
 
-DBIx::Class::InflateColumn::File -  map files from the Database to the filesystem.
+DBIx::Class::InflateColumn::File -  DEPRECATED (superseded by DBIx::Class::InflateColumn::FS)
+
+=head2 Deprecation Notice
+
+ This component has a number of architectural deficiencies and is not
+ recommended for further use. It will be retained for backwards
+ compatibility, but no new functionality patches will be accepted.
+ Please consider using the much more mature and actively supported
+ DBIx::Class::InflateColumn::FS
 
 =head1 SYNOPSIS