--- trunk/lib/Frey.pm 2008/07/11 19:19:42 100 +++ trunk/lib/Frey.pm 2008/10/28 18:33:53 195 @@ -1,6 +1,8 @@ package Frey; use Moose; +our $VERSION = "0.16"; + has 'debug' => ( is => 'rw', isa => 'Bool', @@ -18,6 +20,9 @@ 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 + =cut 1;