Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Static-Simple CPAN distribution.

Report information
The Basics
Id: 85083
Status: open
Priority: 0/
Queue: Catalyst-Plugin-Static-Simple

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.30
Fixed in: (no value)



Subject: bogus syntax errors with certain directory names
If you try to configure C:P:S:S to serve the contents of a directory called "foo\nqr/" as static files, it throws syntax errors. That is, if you have something like static => { dirs => ["foo\nqr/"], } in your config, you get: Error compiling static dir regex 'foo qr/': Search pattern not terminated at (eval 207) line 2.
Is this still the case with the newest version? I've added a test to t/05dirs.t with your exact directory name and it succeeded.