File: README

package info (click to toggle)
libcatalyst-actionrole-checktrailingslash-perl 0.01-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, sid
  • size: 72 kB
  • sloc: perl: 23; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Catalyst-ActionRole-CheckTrailingSlash

This module provides ability to test URI path and do redirect to the URI with trailing slash if needed.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


COPYRIGHT AND LICENCE

Copyright (C) 2010 Anatoliy Lapitskiy

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.