[8<] > When I run PPM, it says there > is no update available. My current version is: > > DBD-mysql 3.0002: up to date> I used ppm install > http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd, and > it worked. For some reason, ppm install DBD::mysql was not finding the > latest version.
Probably because you need to add some more current/useful repositories. ppm repo list ┌────┬──────┬────────────────────────────────┐ │ id │ pkgs │ name │ ├────┼──────┼────────────────────────────────┤ │ 1 │ 6933 │ ActiveState Package Repository │ │ 2 │ 420 │ bribes │ │ 3 │ 650 │ kobes-theoryx5 │ └────┴──────┴────────────────────────────────┘ (3 enabled repositories) ppm s DBD::mysql 1: DBD-mysql A MySQL driver for the Perl5 Database Interface (DBI) Version: 3.0002 Repo: ActiveState Package Repository 2: DBD-mysql A MySQL driver for the Perl5 Database Interface (DBI) Version: 4.005 Repo: kobes-theoryx5 HTH -- Michael Higgins <[EMAIL PROTECTED]>
