/[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 195 - (show annotations)
Tue Oct 28 18:33:53 2008 UTC (15 years, 5 months ago) by dpavlin
File size: 424 byte(s)
Remove all use of HTTP::Engine which somehow managed to evolve into
state which make Designer unusable.

From previous encounter with pQuery, I knew that it won't fit my
need to re-model html pages on-the-fly. This verison uses
HTML::Query which seems to do a bit better job at this stage.
1 package Frey;
2 use Moose;
3
4 our $VERSION = "0.16";
5
6 has 'debug' => (
7 is => 'rw',
8 isa => 'Bool',
9 default => 0,
10 );
11
12 =head1 NAME
13
14 Frey - hi-level web framework in spirit of 4GLs
15
16 =head1 DESCRIPTION
17
18 n. Mythology.
19
20 The Norse god who dispenses peace, good weather, prosperity, and bountiful
21 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
27
28 1;

  ViewVC Help
Powered by ViewVC 1.1.26