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

Contents of /trunk/lib/Frey.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26