use Renard::Incunabula::Common::Setup;
package Renard::Block::Format::Cairo;
# ABSTRACT: A document format for Cairo surfaces
$Renard::Block::Format::Cairo::VERSION = '0.005';
use Moo;

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Renard::Block::Format::Cairo - A document format for Cairo surfaces

=head1 VERSION

version 0.005

=head1 EXTENDS

=over 4

=item * L<Moo::Object>

=back

=head1 SEE ALSO

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

=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