App-Office-Contacts-Donations

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

Revision history for Perl extension App::Office::Contacts::Donations.

1.10  Wed May 19  11:11:00 2010
	- Update comments re starman usage in donations.psgi.
	- Update version numbers in Build.PL and Makefile.PL.

1.09  Tue Apr 20  9:16:00 2010
	- Change SQLite attribute from unicode to sqlite_unicode.
	- Change the default database driver from Postgres to SQLite,
		to make installation easier (by not requiring DBD::Pg).
		If using another database server, you'll need to edit the 2 lines
		in .htoffice.donations.conf which refer to SQLite.

1.08  Fri Apr 16  8:52:00 2010

Changelog.ini  view on Meta::CPAN

[Module]
Name=App::Office::Contacts::Donations
Changelog.Creator=Module::Metadata::Changes V 1.08
Changelog.Parser=Config::IniFiles V 2.57

[V 1.10]
Date=2010-05-19T11:11:00
Comments= <<EOT
- Update comments re starman usage in donations.psgi.
- Update version numbers in Build.PL and Makefile.PL.
EOT

[V 1.09]
Date=2010-04-20T09:16:00
Comments= <<EOT
- Change SQLite attribute from unicode to sqlite_unicode.
- Change the default database driver from Postgres to SQLite
to make installation easier (by not requiring DBD::Pg).
If using another database server you'll need to edit the 2 lines

httpd/cgi-bin/office/donations.psgi  view on Meta::CPAN

#!/usr/bin/perl
#
# Run with:
# starman -l 127.0.0.1:5004 --workers 1 httpd/cgi-bin/office/donations.psgi &
# or, for more debug output:
# plackup -l 127.0.0.1:5004 httpd/cgi-bin/office/donations.psgi &

use strict;
use warnings;

use CGI::Application::Dispatch::PSGI;

use Plack::Builder;



( run in 0.419 second using v1.01-cache-2.11-cpan-e93a5daba3e )