The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Renard::Incunabula::Common::Setup;
package Renard::Incunabula::Format::PDF;
# ABSTRACT: Provides a Document and Page for PDF files.
$Renard::Incunabula::Format::PDF::VERSION = '0.003';
1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Renard::Incunabula::Format::PDF - Provides a Document and Page for PDF files.

=head1 VERSION

version 0.003

=head1 SEE ALSO

L<Repository information|http://project-renard.github.io/doc/development/repo/p5-Renard-Incunabula-Format-PDF/>

=head1 AUTHOR

Project Renard

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Project Renard.

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