App-Office-Contacts-Import-vCards
view release on metacpan or search on metacpan
Revision history for Perl extension App::Office::Contacts::Import::vCards.
1.12 Fri Jun 25 11:15:00 2010
- Change all JSON::XS->new->encode(...) to JSON::XS->new->utf8->encode(...).
1.11 Wed May 19 11:11:00 2010
- Update comments re starman usage in donations.psgi.
- Chop mailing list stuff from support.
- Update version numbers in Build.PL and Makefile.PL.
1.10 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.
Changelog.ini view on Meta::CPAN
Changelog.Creator=Module::Metadata::Changes V 1.08
Changelog.Parser=Config::IniFiles V 2.57
[V 1.12]
Date=2010-06-25T11:15:00
Comments=- Change all JSON::XS->new->encode(...) to JSON::XS->new->utf8->encode(...).
[V 1.11]
Date=2010-05-19T11:11:00
Comments= <<EOT
- Update comments re starman usage in donations.psgi.
- Chop mailing list stuff from support.
- Update version numbers in Build.PL and Makefile.PL.
EOT
[V 1.10]
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).
httpd/cgi-bin/office/import/vcards.psgi view on Meta::CPAN
#!/usr/bin/perl
#
# Run with:
# starman -l 127.0.0.1:5005 --workers 1 httpd/cgi-bin/office/import/vcards.psgi &
# or, for more debug output:
# plackup -l 127.0.0.1:5005 httpd/cgi-bin/office/import/vcards.psgi &
use strict;
use warnings;
use CGI::Application::Dispatch::PSGI;
use Plack::Builder;
( run in 0.455 second using v1.01-cache-2.11-cpan-e93a5daba3e )