[cgiapp] Titanium 1.00 released

Mark Stosberg mark at summersault.com
Thu Sep 4 22:58:58 EDT 2008


Titanium 1.00 was released earlier today.

It bundles CGI::Application with several plugins and integrated documentation for a better user experience.
It remains compatible with CGI::Application and it's community of plugins.

http://search.cpan.org/~markstos/Titanium-1.00/lib/Titanium.pm

I have received notice of the intent to package for this for Debian and NetBSD.

For elsewhere in the CPANosphere, the following modules may also be interest:

- CGI::Apache2::Wrapper allows you to use the CGI.pm API with performance
  benefits of native apache calls. This is similar in spirit to the ::Apache
  plugin for CGI::Application, but I believe it supports more methods. 

- HTTP::Engine is a neat project which has factored out chunk of Catalyst that
  deals with abstracting the input and output of various web server
  environments.  Like the projects above, it can help you write code that you
  can easily and efficiently run under both CGI and mod_perl. Unfortunately, it
  has a dependency chain of over 200 modules itself, so it seems rather "heavy"
  by comparison.
                                      
- "local::lib" helps to install private copies of dependencies chains. I may
  experiment with using as a tool to generate an all-in-one package of Titanium
  and it's dependencies. (But I'd love it if someone else wanted to experiment
  with that!). 

    Mark

-- 
http://mark.stosberg.com/





More information about the cgiapp mailing list