[Jifty-commit] r6419 - in jifty/trunk: lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 00:25:48 EST 2009


Author: alexmv
Date: Wed Feb 25 00:25:47 2009
New Revision: 6419

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Attributes.pm

Log:
 r42566 at kohr-ah:  chmrr | 2009-02-25 00:23:40 -0500
 Add Attributes POD


Modified: jifty/trunk/lib/Jifty/Plugin/Attributes.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Attributes.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Attributes.pm	Wed Feb 25 00:25:47 2009
@@ -6,6 +6,12 @@
 
 our $VERSION = '0.01';
 
+=head1 NAME
+
+Jifty::Plugin::Attributes - Associate arbitrary key-value attributes with any Jifty record
+
+=cut
+
 sub init {
     Jifty::DBI::Record->add_trigger(
         name      => "after_delete",


More information about the Jifty-commit mailing list