tempire / MojoExample

Mojolicious example with DBIx::Class schema load, deploy, fixtures, and tests.
mojoexample.herokuapp.com
138 stars 28 forks source link

generate_script throws error #10

Open satsbmp opened 10 years ago

satsbmp commented 10 years ago

Hello,

When I run generate_script locally throws the error as below: Bizarre copy of UNKNOWN in scalar assignment at C:/Dwimperl/perl/site/lib/DBIx/Class/Schema/Loader/Base.pm line 1059.

Please let me know if you have any suggestions/hints.

tempire commented 10 years ago

That is strange; I'm not sure what's causing it.

I have, however, just updated the project to use Carton, which installs all dependencies to a local sub-directory, so as to not be affected by any current modules.

Check out the new installation instructions in the readme, hopefully it will resolve the issue for you.

tempire commented 10 years ago

Check this out. Might be helpful: https://groups.google.com/forum/#!topic/mojolicious/Q-gJpilsGTA