--- trunk/lib/Frey.pm 2008/08/31 17:44:03 179 +++ trunk/lib/Frey.pm 2008/08/31 18:02:50 180 @@ -1,7 +1,7 @@ package Frey; use Moose; -our $VERSION = "0.14"; +our $VERSION = "0.15"; has 'debug' => ( is => 'rw', @@ -20,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;