Subject: | varchar PKs with spaces lead to fixture files with spaces causing problems with installation |
As discussed earlier on irc:
DBIx::Class::Fixtures generates a file for each record it dumps with the
file name set to the record's PK.
The problem arises when the PK is text with spaces. The resulting file
names will then also have spaces which cannot be handled by gnu make,
thus installation of modules with fixtures will not work with 'make'.