|
|
@ -1,4 +1,4 @@ |
|
|
|
package Subtitle::BASE; |
|
|
|
package Subtitle::Format; |
|
|
|
|
|
|
|
|
|
|
|
use strict; |
|
|
|
use strict; |
|
|
|
use warnings; |
|
|
|
use warnings; |
|
|
@ -73,11 +73,11 @@ sub to_file { |
|
|
|
|
|
|
|
|
|
|
|
=head1 NAME |
|
|
|
=head1 NAME |
|
|
|
|
|
|
|
|
|
|
|
Subtitle::BASE -- base class of subtitle file |
|
|
|
Subtitle::Format - base class of subtitle file |
|
|
|
|
|
|
|
|
|
|
|
=head1 SYNOPSYS |
|
|
|
=head1 SYNOPSYS |
|
|
|
|
|
|
|
|
|
|
|
use base 'Subtitle::BASE'; |
|
|
|
use base 'Subtitle::Format'; |
|
|
|
|
|
|
|
|
|
|
|
This module should not be used directly. |
|
|
|
This module should not be used directly. |
|
|
|
|
|
|
|
|