Deprecate IC::File(2)
Peter Rabbitson [Thu, 28 Jan 2010 11:41:56 +0000 (11:41 +0000)]
lib/DBIx/Class/InflateColumn/File.pm

index 0fde5e8..a1fc613 100644 (file)
@@ -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