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

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

revision 1132 by dpavlin, Fri Jan 9 19:33:26 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 2  package Frey::IconBrowser; Line 2  package Frey::IconBrowser;
2  use Moose;  use Moose;
3    
4  extends 'Frey';  extends 'Frey';
5  with 'Frey::Web';  with 'Frey::Web', 'Frey::Web::CombineImages', 'Frey::File';
 with 'Frey::Web::CombineImages';  
 with 'Frey::File';  
6    
7  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
8    
# Line 106  sub as_markup { Line 104  sub as_markup {
104          return $html;          return $html;
105  }  }
106    
107    __PACKAGE__->meta->make_immutable;
108    no Moose;
109    
110  1;  1;

Legend:
Removed from v.1132  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26