forked from zby/WebNano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
25 lines (22 loc) · 824 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Revision history for WebNano
0.001 17-10-2010
Initial release.
0.002 17-10-2010
Hiding examples from PAUSE
0.003 2010-11-21
Using Class::Load
0.004 2010-11-23
DEBUG set from env
some improvements in debug info
0.005 2010-12-15
the path is split in the app class and passed around as an array
docs improvements from Jeff Doozan
0.006 2011-02-28
psgi_callback renamed to psgi_app (this seems to be unwritten standard)
docs improvements (Plack::Middleware::Auth::Form mentioned)
{{$NEXT}}
there are incompatible changes!
got rid of DirController (add sub search_subcontrollers { 1 } to get the functionality
with standard Controller
path attribute for the Controller class - removing all the path parameter passing
dispatch_to_class factored out