Changeset 272
- Timestamp:
- 09/24/06 04:05:31 (2 years ago)
- Files:
-
- library/perl/trunk/FFmpeg-Command/Changes (modified) (1 diff)
- library/perl/trunk/FFmpeg-Command/lib/FFmpeg/Command.pm (modified) (1 diff)
- library/perl/trunk/FFmpeg-Command/t/01-ffmpeg.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/perl/trunk/FFmpeg-Command/Changes
r266 r272 1 1 Revision history for FFmpeg-Command 2 3 0.06 Sun Sep 24 4 Fix t/01-ffmpeg.t to succeed test with ffmpeg that comes with 3gp converter. 2 5 3 6 0.05 Fri Sep 22 library/perl/trunk/FFmpeg-Command/lib/FFmpeg/Command.pm
r266 r272 3 3 use warnings; 4 4 use strict; 5 our $VERSION = '0.0 5';5 our $VERSION = '0.06'; 6 6 7 7 use base qw( Class::Accessor::Fast Class::ErrorHandler ); library/perl/trunk/FFmpeg-Command/t/01-ffmpeg.t
r215 r272 9 9 $ff->options( [ '-version' ] ); 10 10 $ff->exec(); 11 like $ff->errstr, qr/^FFmpeg version/ ;11 like $ff->errstr, qr/^FFmpeg version/i;
