|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
hi all :)
for the interested here are my slides from last night
http://modperlcookbook.org/~geoff/slides/pm/phl/phl-apache-test-II.pdf.gz
the TAP protocol is defined here
http://search.cpan.org/dist/Test-Harness/lib/Test/Harness/TAP.pod
with some interesting history here
http://use.perl.org/~petdance/journal/22057
schwern's slides on why Module::Build doesn't support PREFIX is here
http://mungus.schwern.org/~schwern/talks/PREFIX/slides/slide001.html
the proper sql for creating an autoincrement field in sqlite is this
CREATE TABLE foo (
id INTEGER PRIMARY KEY AUTOINCREMENT,
...
)
which will only work in more recent versions of sqlite. for DBD::SQLite
users you'll need version 1.08 (the current one) for autoincrement support.
I think that's all.
see everyone at YAPC.
--Geoff
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|