move to Email::MIME, clean up test to use cmp_ok
[p5sagit/Email-Archive.git] / lib / Email / Archive.pm
index e7f5257..382e3c3 100644 (file)
@@ -2,6 +2,8 @@ package Email::Archive;
 use Moose;
 use Email::Archive::Storage::DBI;
 
+our $VERSION = '0.02';
+
 has storage => (
   is    => 'rw',
   does  => 'Email::Archive::Storage',
@@ -15,3 +17,24 @@ has storage => (
 );
 
 1;
+
+
+__END__ 
+
+=head1 NAME
+
+Email::Archive - write emails to a database, fetch them
+
+=head1 WARNING!
+
+I only uploaded this to get it out there and kick myself into making it more
+useful. As you can see it's not documented or tested yet. I put this together
+mostly in one evening in a coffeeshop. It shows in some ways. caveat programmer.
+
+=head1 LICENSE
+
+This library may be used under the same terms as Perl itself.
+
+=head1 AUTHOR AND COPYRIGHT
+
+Copyright (c) 2010, 2011 Chris Nehren C<apeiron@cpan.org>.