book / BackPAN-Index

Provide an index of BACKPAN
https://metacpan.org/release/BackPAN-Index
Other
8 stars 11 forks source link

Create the schema at build time. #22

Closed schwern closed 11 years ago

schwern commented 11 years ago

Fair amount of refactoring going on here. Primarily to move responsibility for creating and managing the database into its own class, BackPAN::Index::Database. Then the db can be created at build time so the schema can see it.

For #21