[Bast-commits] r8466 - DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/InflateColumn

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu Jan 28 11:41:56 GMT 2010


Author: ribasushi
Date: 2010-01-28 11:41:56 +0000 (Thu, 28 Jan 2010)
New Revision: 8466

Modified:
   DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/InflateColumn/File.pm
Log:
Deprecate IC::File(2)

Modified: DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/InflateColumn/File.pm
===================================================================
--- DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/InflateColumn/File.pm	2010-01-28 11:41:25 UTC (rev 8465)
+++ DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/InflateColumn/File.pm	2010-01-28 11:41:56 UTC (rev 8466)
@@ -107,8 +107,16 @@
 
 =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
 
 In your L<DBIx::Class> table class:




More information about the Bast-commits mailing list