Changeset 10350
- Timestamp:
- 04/24/08 22:44:06 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTPx-Dispatcher/trunk/lib/HTTPx/Dispatcher/Rule.pm
r10349 r10350 17 17 } 18 18 19 # compile url pattern to regex. 20 # articles/:year/:month => qr{articles/(.+)/(.+)} 19 21 sub compile { 20 22 my ($self, $pattern) = @_; … … 32 34 sub match { 33 35 my ($self, $uri) = @_; 34 35 # articles/:year/:month => qr{articles/(.+)/(.+)}36 36 37 37 if ($uri =~ $self->re) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)