[Catalyst-commits] r6635 -
trunk/examples/CatPaste/lib/CatPaste/Schema
jshirley at dev.catalyst.perl.org
jshirley at dev.catalyst.perl.org
Thu Aug 9 22:05:02 GMT 2007
Author: jshirley
Date: 2007-08-09 22:05:02 +0100 (Thu, 09 Aug 2007)
New Revision: 6635
Modified:
trunk/examples/CatPaste/lib/CatPaste/Schema/Paste.pm
Log:
Removing unused inflater
Modified: trunk/examples/CatPaste/lib/CatPaste/Schema/Paste.pm
===================================================================
--- trunk/examples/CatPaste/lib/CatPaste/Schema/Paste.pm 2007-08-09 20:59:22 UTC (rev 6634)
+++ trunk/examples/CatPaste/lib/CatPaste/Schema/Paste.pm 2007-08-09 21:05:02 UTC (rev 6635)
@@ -18,7 +18,7 @@
This needs to be moved to
=cut
-__PACKAGE__->load_components(qw/InflateColumn::File TimeStamp Core/);
+__PACKAGE__->load_components(qw/TimeStamp Core/);
__PACKAGE__->table('paste');
__PACKAGE__->add_columns(
More information about the Catalyst-commits
mailing list