/[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

Annotation of /trunk/lib/Frey.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 926 - (hide annotations)
Mon Jan 5 22:10:59 2009 UTC (15 years, 4 months ago) by dpavlin
File size: 571 byte(s)
introduce Sponge in Frey::Types to present tabular data [0.25]
1 dpavlin 24 package Frey;
2     use Moose;
3 dpavlin 17
4 dpavlin 926 our $VERSION = "0.25";
5 dpavlin 121
6 dpavlin 575 use Data::Dump qw//;
7 dpavlin 723 sub dump {
8 dpavlin 872 my $self = shift;
9     Data::Dump::dump( @_ );
10 dpavlin 723 }
11 dpavlin 575
12 dpavlin 24 has 'debug' => (
13     is => 'rw',
14 dpavlin 532 isa => 'Int',
15 dpavlin 56 default => 0,
16 dpavlin 24 );
17 dpavlin 17
18     =head1 NAME
19    
20 dpavlin 801 Frey - hi-level web framework in spirit of 4GLs based on Moose
21 dpavlin 17
22     =head1 DESCRIPTION
23    
24 dpavlin 723 n. Mythology.
25 dpavlin 17
26 dpavlin 723 The Norse god who dispenses peace, good weather, prosperity, and bountiful
27     crops; the brother of Freya.
28 dpavlin 17
29 dpavlin 801 Basically you write L<Moose> classes which become directly callable from
30 dpavlin 723 the Firefox using REST API. for gentle intoduction see L<Frey::Manual>.
31 dpavlin 180
32 dpavlin 17 =cut
33    
34     1;

  ViewVC Help
Powered by ViewVC 1.1.26