use 5.008; use strict; use warnings; # ABSTRACT: Module collection to parse Matroska files. package Parse::Matroska; =head1 DESCRIPTION Cs L. See the documentation of the modules mentioned in L for more information in how to use this module. It's intended for this module to contain high-level interfaces to the other modules in the distribution. =head1 SOURCE CODE L =head1 SEE ALSO L, L, L. =cut use Parse::Matroska::Reader; 1;