Skip to content

Commit

Permalink
Merge pull request #3 from project-renard/1-rename
Browse files Browse the repository at this point in the history
Rename to p5-Renard-Incunabula-API-Cairo
  • Loading branch information
zmughal committed Nov 28, 2018
2 parents 9e6ce99 + d7a9af0 commit f075935
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Renard-Incunabula-Cairo-*
Renard-Incunabula-API-Cairo-*
external/
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = Renard-Incunabula-Cairo
name = Renard-Incunabula-API-Cairo
author = Project Renard
license = Perl_5
copyright_holder = Project Renard
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Renard::Incunabula::Common::Setup;
package Renard::Incunabula::Cairo;
package Renard::Incunabula::API::Cairo;
# ABSTRACT: Helper library for the Cairo graphics library

use Cairo;
Expand Down Expand Up @@ -29,6 +29,6 @@ matrix components.
1;
=head1 SEE ALSO
L<Repository information|http://project-renard.github.io/doc/development/repo/p5-Renard-Incunabula-Cairo/>
L<Repository information|http://project-renard.github.io/doc/development/repo/p5-Renard-Incunabula-API-Cairo/>
=cut
2 changes: 1 addition & 1 deletion t/Cairo/Matrix.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Test::Most tests => 1;
use Renard::Incunabula::Common::Setup;
use Renard::Incunabula::Cairo;
use Renard::Incunabula::API::Cairo;

subtest "to_HashRef" => sub {
subtest "scale" => sub {
Expand Down

0 comments on commit f075935

Please sign in to comment.