--- trunk/lib/Frey.pm 2008/07/11 19:19:42 100 +++ trunk/lib/Frey.pm 2008/11/01 00:14:05 223 @@ -1,6 +1,8 @@ package Frey; use Moose; +our $VERSION = "0.17"; + has 'debug' => ( is => 'rw', isa => 'Bool', @@ -18,6 +20,19 @@ The Norse god who dispenses peace, good weather, prosperity, and bountiful crops; the brother of Freya. +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;