In a template I was using:
c.uri_for( 'path', arg1, arg2 );
where arg1 and arg2 are sometimes not defined. In that case uri_for
generates a url with two trailing slashes.
Is there a reason to keep that behavior or should uri_for pop any
undefined items off @args?
--
Bill Moseley
[EMAIL PROTECTED]
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/