/[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

trunk/lib/Frey/Web/Flowplayer.pm revision 823 by dpavlin, Fri Dec 12 19:34:42 2008 UTC trunk/lib/Frey/Web/FLVPlayer.pm revision 845 by dpavlin, Mon Dec 15 18:32:51 2008 UTC
# Line 1  Line 1 
1  package Frey::Web::Flowplayer;  package Frey::Web::FLVPlayer;
2  use Moose;  use Moose;
3    
4  =head1 SEE ALSO  =head1 SEE ALSO
# Line 16  has path => ( Line 16  has path => (
16          is => 'rw',          is => 'rw',
17          isa => 'Str',          isa => 'Str',
18          required => 1,          required => 1,
19          default => 'var/flv/strix-2005-2008-codeswarm.flv',          default => 'var/flv/codeswarm.flv',
20  );  );
21    
22  has flowplayer_js => (  has flowplayer_js => (

Legend:
Removed from v.823  
changed lines
  Added in v.845

  ViewVC Help
Powered by ViewVC 1.1.26