Skip to content

Commit

Permalink
s/Moose/Any::Moose/
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Aug 10, 2012
1 parent 5e86c68 commit dae0fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ license 'perl';
test_requires 'Test::More'; test_requires 'Test::More';
test_requires 'FindBin'; test_requires 'FindBin';


requires 'Moose' => 0; requires 'Any::Moose' => 0;
requires 'namespace::autoclean' => 0.19; requires 'namespace::autoclean' => 0.19;
requires 'RDF::Trine' => 0.135; requires 'RDF::Trine' => 0.135;
requires 'Throwable::Error' => 0; requires 'Throwable::Error' => 0;


recommends 'CHI'; recommends 'CHI';
recommends 'Moose';


author_tests('xt'); author_tests('xt');


Expand Down
2 changes: 1 addition & 1 deletion lib/RDF/Helper/Properties.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package RDF::Helper::Properties;


# Uhm, well, this should probably also be a role at some point... # Uhm, well, this should probably also be a role at some point...


use Moose; use Any::Moose;
use RDF::Trine qw(iri variable statement); use RDF::Trine qw(iri variable statement);
use Throwable::Error; use Throwable::Error;
use namespace::autoclean -also => [qw/cached/]; use namespace::autoclean -also => [qw/cached/];
Expand Down

0 comments on commit dae0fb1

Please sign in to comment.