--- trunk/lib/Frey.pm 2008/10/28 18:33:53 195 +++ trunk/lib/Frey.pm 2008/10/31 16:24:59 209 @@ -23,6 +23,16 @@ Basically you write L classes which become deirectly callable from the web using REST API +=head1 INTROSPECTION + +Secondary goal is to have introspection. + +=head2 Database + +For database objects we support L and when your objects are created +C<< with 'Frey::Collection' >> they will have basic CRUD functionality +implemented by L. + =cut 1;