The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use 5.010;
use strict;
use warnings;

package App::MP4Meta::Source::Data::Film;
{
  $App::MP4Meta::Source::Data::Film::VERSION = '1.130420';
}

# ABSTRACT: Contains data for a film.

use App::MP4Meta::Source::Data::Base;
our @ISA = 'App::MP4Meta::Source::Data::Base';

1;



=pod

=head1 NAME

App::MP4Meta::Source::Data::Film - Contains data for a film.

=head1 VERSION

version 1.130420

=head1 SYNOPSIS

  my $episode = App::MP4Meta::Source::Data::Film->new(%data);

=head1 AUTHOR

Andrew Jones <andrew@arjones.co.uk>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Andrew Jones.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut


__END__