[Catalyst] DBIx::Class::Schema::Loader catalyst helper
Tomas Doran
bobtfish at bobtfish.net
Fri May 29 10:46:16 GMT 2009
Ivan Wills wrote:
> At a quick guess it might be that the files generated on windows use
> \r\n line endings when trying to update those files on linux it expects
> just \n. You could try using dos2unix on the files and see if you still
> get the same error.
I guess you'll get the same error, as the md5sum will still change.
Patches to Schema::Loader to strip \r out when calculating the md5s so
that it works cross platform, but you still get 'local' linefeeds would
probably be good.
Either way, this is a DBIC thing, not a Catalyst thing, so you should
probably be on that list :)
Cheers
t0m
More information about the Catalyst
mailing list