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
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/