/[Frey]/trunk/lib/Frey.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 158 by dpavlin, Thu Jul 17 18:00:55 2008 UTC revision 180 by dpavlin, Sun Aug 31 18:02:50 2008 UTC
# Line 1  Line 1 
1  package Frey;  package Frey;
2  use Moose;  use Moose;
3    
4  our $VERSION = "0.14";  our $VERSION = "0.15";
5    
6  has 'debug' => (  has 'debug' => (
7          is => 'rw',          is => 'rw',
# Line 20  n. Mythology. Line 20  n. Mythology.
20  The Norse god who dispenses peace, good weather, prosperity, and bountiful  The Norse god who dispenses peace, good weather, prosperity, and bountiful
21  crops; the brother of Freya.  crops; the brother of Freya.
22    
23    Basically you write L<Moose> classes which become deirectly callable from
24    the web using REST API
25    
26  =cut  =cut
27    
28  1;  1;

Legend:
Removed from v.158  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.26