/[Frey]/trunk/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 /trunk/lib/Frey/Web.pm

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

revision 433 by dpavlin, Tue Nov 18 17:41:41 2008 UTC revision 434 by dpavlin, Wed Nov 19 01:21:31 2008 UTC
# Line 25  has 'status' => ( Line 25  has 'status' => (
25          lazy => 1,          lazy => 1,
26          default => sub { [          default => sub { [
27                  { 'Bookmarklets' => Frey::Bookmarklet->new->markup },                  { 'Bookmarklets' => Frey::Bookmarklet->new->markup },
28                  { 'ClassBrowser' => Frey::ClassBrowser->new->markup },                  { 'ClassBrowser' => Frey::ClassBrowser->new( usage_on_top => 0 )->markup },
29          ] },          ] },
30  );  );
31    

Legend:
Removed from v.433  
changed lines
  Added in v.434

  ViewVC Help
Powered by ViewVC 1.1.26