Skip to content

Commit

Permalink
Removed workaround of a MooseX::NonMoose weirdness.
Browse files Browse the repository at this point in the history
Now TestSchema does not need a dummy constructor (which, btw, made
01-warnings.t fail).
  • Loading branch information
mendel committed Mar 15, 2011
1 parent a7560bd commit 20ebf9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_requires 'Test::DBIx::Class' => '0.10';
test_requires 'FindBin' => 0;
test_requires 'IO::All' => '0.41';
test_requires 'Path::Class' => '0.16';
test_requires 'MooseX::NonMoose' => '0.16';
test_requires 'MooseX::NonMoose' => '0.17';
test_requires 'Test::Aggregate' => '0.363';

author_requires 'Test::Pod' => '1.22';
Expand Down
3 changes: 0 additions & 3 deletions t/lib/TestSchema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ use namespace::autoclean;

extends 'DBIx::Class::Schema';

# just to make MooseX::NonMoose happy
sub new { }

__PACKAGE__->load_namespaces;

__PACKAGE__->meta->make_immutable;
Expand Down

0 comments on commit 20ebf9d

Please sign in to comment.