/[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 100 - (show annotations)
Fri Jul 11 19:19:42 2008 UTC (15 years, 9 months ago) by dpavlin
File size: 302 byte(s)
another refactoring

- cleanup cruft code
- create Frey::ClassLoader to deal with package/class stuff
- Frey::Web role with dom2html to based on Continuity::Widget::DomNode
1 package Frey;
2 use Moose;
3
4 has 'debug' => (
5 is => 'rw',
6 isa => 'Bool',
7 default => 0,
8 );
9
10 =head1 NAME
11
12 Frey - hi-level web framework in spirit of 4GLs
13
14 =head1 DESCRIPTION
15
16 n. Mythology.
17
18 The Norse god who dispenses peace, good weather, prosperity, and bountiful
19 crops; the brother of Freya.
20
21 =cut
22
23 1;

  ViewVC Help
Powered by ViewVC 1.1.26