/[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 180 by dpavlin, Sun Aug 31 18:02:50 2008 UTC revision 209 by dpavlin, Fri Oct 31 16:24:59 2008 UTC
# Line 1  Line 1 
1  package Frey;  package Frey;
2  use Moose;  use Moose;
3    
4  our $VERSION = "0.15";  our $VERSION = "0.16";
5    
6  has 'debug' => (  has 'debug' => (
7          is => 'rw',          is => 'rw',
# Line 23  crops; the brother of Freya. Line 23  crops; the brother of Freya.
23  Basically you write L<Moose> classes which become deirectly callable from  Basically you write L<Moose> classes which become deirectly callable from
24  the web using REST API  the web using REST API
25    
26    =head1 INTROSPECTION
27    
28    Secondary goal is to have introspection.
29    
30    =head2 Database
31    
32    For database objects we support L<Fey> and when your objects are created
33    C<< with 'Frey::Collection' >> they will have basic CRUD functionality
34    implemented by L<Frey::ObjectBrowser>.
35    
36  =cut  =cut
37    
38  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26