]> Sergey Matveev's repositories - public-inbox.git/commit
import: initial module + test case
authorEric Wong <e@80x24.org>
Sat, 9 Apr 2016 00:28:07 +0000 (00:28 +0000)
committerEric Wong <e@80x24.org>
Mon, 11 Apr 2016 04:57:53 +0000 (04:57 +0000)
commit2b673b707edc91f505836e567b690d0acd1120ff
treefd31e59b93bc461231deec4ed66bdbfa4d94e6eb
parentb9eab10485eabbf4ac59a6aeb492ac7370e96ba9
import: initial module + test case

This will allow us to write fast importers for existing
archives as well as eventually removing the ssoma dependency
for performance and ease-of-installation.
lib/PublicInbox/Import.pm [new file with mode: 0644]
t/import.t [new file with mode: 0644]