zby has asked for the wisdom of the Perl Monks concerning the following question:
I would like to add an example SQLite database to Catalyst::Example::InstantCRUD - so that it lives up to it's name. That is I would like that instantcrud.pl when invoked without a DSN would connect to that example database and produce the appriopriate CRUD application. It might be even the database that I use in the tests - but I have no reliable way of finding it from a working script. What are my options?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to distribute an example data file in a CPAN module
by Corion (Patriarch) on Feb 19, 2009 at 14:42 UTC | |
by zby (Vicar) on Feb 19, 2009 at 14:55 UTC | |
|
Re: How to distribute an example data file in a CPAN module
by jplindstrom (Monsignor) on Feb 20, 2009 at 00:58 UTC | |
by zby (Vicar) on Feb 20, 2009 at 07:08 UTC |