/[Frey]/branches/zimbardo/lib/Frey/Web.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

Diff of /branches/zimbardo/lib/Frey/Web.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 157 by dpavlin, Thu Jul 17 18:00:28 2008 UTC revision 160 by dpavlin, Thu Jul 17 19:11:01 2008 UTC
# Line 8  use Carp qw/confess/; Line 8  use Carp qw/confess/;
8  has 'head' => (  has 'head' => (
9          is => 'rw',          is => 'rw',
10          isa => 'ArrayRef[Str]',          isa => 'ArrayRef[Str]',
11          default => sub { [] },          default => sub { [ 'static/frey.css' ] },
12  );  );
13    
14  sub dom2html {  sub dom2html {

Legend:
Removed from v.157  
changed lines
  Added in v.160

  ViewVC Help
Powered by ViewVC 1.1.26