in reply to Re: New Moose install broke Catalyst::Test
in thread New Moose install broke Catalyst::Test

My problem started with the installation of DBIx::Class. I tried running this dependency install script, and everything was up to date except "Declare::Contraints::Simple" which was not found. I discovered that it had a spelling mistake: should be "Declare::Constraints::Simple". It turned out that I did not have this installed, and after installing my test scripts worked again. Thanks a lot for this.
  • Comment on Re^2: New Moose install broke Catalyst::Test