vanstyn / Catalyst-Controller-AutoAssets

Automatic asset serving via sha1-based URLs
2 stars 4 forks source link

Path and filehandle fixes for Win32 compatibility #3

Closed nrdvana closed 10 years ago

nrdvana commented 10 years ago

The following changes get all testcases to pass on ActiveState perl on Win32-x64

The changes are to open all file handles in "raw" mode, and to join path parts with "/" when creating URI fragments.