Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 07/11/10 11:00:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 36 36 37 37 - Perl 38 - NetAddr::IP . I would not recommend using anything older than 4.x; however it should work well enough with 3.x.38 - NetAddr::IP >= 4.x. 3.x may work, however 4.x has been current on all of my development platforms for more than 5 years. 39 39 - CGI::Carp 40 40 - DBI … … 43 43 - Sys::!SigAction. This isn't strictly required; it's used in an example hook for validating customer IDs against an external database. 44 44 - Sys::Syslog 45 - PostgreSQL v7.4 or higher. Postgres provides an IP address/IP netblock data type, and operators to match; much of the functionality relies on these database operations. Other database engines could be used, with var iying degress of trouble and hackery. v8.x is probably a good idea since 7.x is no longer supported upstream.45 - PostgreSQL v7.4 or higher. Postgres provides an IP address/IP netblock data type, and operators to match; much of the functionality relies on these database operations. Other database engines could be used, with varying degress of trouble and hackery. v8.x is probably a good idea since 7.x is no longer supported upstream. 46 46 - Webserver supporting CGI executables. Note that the current code is somewhat inflexible about its web path, but that's due to be fixed (see #3, #15, and #17). 47 47