1Spoon(3) User Contributed Perl Documentation Spoon(3)
2
3
4
6 Spoon - A Spiffy Application Building Framework
7
9 Out of the Cutlery Drawer
10 And onto the Dinner Table
11
13 Spoon is an Application Framework that is designed primarily for
14 building Social Software web applications. The Kwiki wiki software is
15 built on top of Spoon.
16
17 Spoon::Base is the primary base class for all the Spoon::* modules.
18 Spoon.pm inherits from Spiffy.pm.
19
20 Spoon is not an application in and of itself. (As compared to Kwiki)
21 You need to build your own applications from it.
22
24 Kwiki, Spork, Spiffy, IO::All
25
27 This project is dedicated to the memory of Iain "Spoon" Truskett.
28
30 Dave Rolsky and Chris Dent have made major contributions to this code
31 base. Of particular note, Dave removed the memory cycles from the hub
32 architecture, allowing safe use with mod_perl.
33
34 (Dave, Chris and myself currently work at Socialtext, where this
35 framework is heavily used.)
36
38 Ingy döt Net <ingy@cpan.org>
39
41 Copyright (c) 2004. Brian Ingerson. All rights reserved. Copyright (c)
42 2006. Ingy döt Net. All rights reserved.
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
47 See http://www.perl.com/perl/misc/Artistic.html
48
50 Hey! The above document had some coding errors, which are explained
51 below:
52
53 Around line 57:
54 Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8
55
56
57
58perl v5.38.0 2023-07-21 Spoon(3)