Browse Source

* Subtitle::BASE : function prototypes

master
Alex 'AdUser' Z 9 years ago
parent
commit
8265393b50
  1. 3
      lib/Subtitle/BASE.pm

3
lib/Subtitle/BASE.pm

@ -73,4 +73,7 @@ sub events {
return wantarray ? @{ $self->{events} } : $self->{events};
}
sub parse { return "Unimplemented by subclass"; }
sub build { return "Unimplemented by subclass"; }
1;

Loading…
Cancel
Save