/[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 121 - (hide annotations)
Mon Jul 14 21:22:43 2008 UTC (15 years, 9 months ago) by dpavlin
File size: 326 byte(s)
central page creation [0.11]

- make (optional) development feature in Makefile.PL
- split page generation in Frey::Web->page
- cleanup of html generation code all over
- jump to Carp::REPL on errors (nice, but needs to be in browser)

This is a move to more embedded html. While it does seem evil, we are aming
here at lean framework, so readability is prefered...
1 dpavlin 24 package Frey;
2     use Moose;
3 dpavlin 17
4 dpavlin 121 our $VERSION = "0.11";
5    
6 dpavlin 24 has 'debug' => (
7     is => 'rw',
8 dpavlin 50 isa => 'Bool',
9 dpavlin 56 default => 0,
10 dpavlin 24 );
11 dpavlin 17
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     =cut
24    
25     1;

  ViewVC Help
Powered by ViewVC 1.1.26