very simple, very stupid proof of concept
authorChris Nehren <apeiron@cpan.org>
Wed, 5 Aug 2009 02:36:52 +0000 (22:36 -0400)
committerChris Nehren <apeiron@cpan.org>
Wed, 5 Aug 2009 02:36:52 +0000 (22:36 -0400)
commit8581da381ad4c1b81604271a934dab2c7862df56
tree6f240da3f19fd82fe9e2cadeb5f164a709e4fc26
parent3fe3d31a8d6dd78600799347b4934622cebd6f34
very simple, very stupid proof of concept

This was written in one hacking session at a coffeeshop. It's not the
best code, for sure, but it's a starting point. The files in lib/auto
are there for now so you can do perl -Mlib=lib -MEmail::Archive .... and
also so you can run test_run, which is the only bit of tests this code
has presently.

All that said, the hard part is done: there's no longer a blank slate
for this project in my mind.
lib/Email/Archive.pm [new file with mode: 0644]
lib/Email/Archive/Storage.pm [new file with mode: 0644]
lib/Email/Archive/Storage/DBI.pm [new file with mode: 0644]
lib/auto/Email/Archive/Storage/DBI/insert_sql.txt [new file with mode: 0644]
lib/auto/Email/Archive/Storage/DBI/latest_schema.txt [new file with mode: 0644]
test_run [new file with mode: 0644]