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

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

revision 1132 by dpavlin, Wed Dec 24 20:05:14 2008 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 22  L<http://flv-player.net/> Line 22  L<http://flv-player.net/>
22  =cut  =cut
23    
24  extends 'Frey';  extends 'Frey';
25  with 'Frey::Web';  with 'Frey::Web', 'Frey::File::FLV';
 #with 'Frey::Storage';  
 with 'Frey::File::FLV';  
26    
27  use Video::Subtitle::SRT;  use Video::Subtitle::SRT;
28    
# Line 194  sub subtitles_as_markup { Line 192  sub subtitles_as_markup {
192          return $html;          return $html;
193  }  }
194    
195    __PACKAGE__->meta->make_immutable;
196    no Moose;
197    
198  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26