| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Oct 2011 04:23:19
0.01
|
dougb  |
Remove p5- ports that have disappeared from CPAN
Approved by: perl@ (maintainer) |
17 Sep 2011 07:06:45
0.01
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
03 Aug 2011 06:19:12
0.01
|
bapt  |
Deprecate some perl@ ports that disappared from CPAN |
19 Mar 2011 12:38:54
0.01
|
miwi  |
- Get Rid MD5 support |
16 Aug 2009 09:22:05
0.01
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
08 Sep 2007 01:10:46
0.01
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
19 Jun 2007 12:34:00
0.01
|
lbr  |
FormCanary will examine your outgoing HTML and add a canary value to
each form. When the form is submitted, the value of the canary is com-
pared against one saved in the session at page generation time. If the
canary that's sent doesn't match the one in the session (or there is no
canary at all), the request is halted.
There is no way to get params into your application without a correct
canary. This is good for preventing "cross-site request attacks".
This module is compatible with FormBuilder. Just drop it into your use
line and have secure submit-once-only forms. Yay.
Inspired by:
http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.a
spx |