ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
Revision: 1.5
Committed: Sat Jul 18 05:58:27 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
Changes since 1.4: +7 -3 lines
Log Message:
riddify us of meta.yml garbage in manifest

File Contents

# Content
1 Revision history for Perl extension Coro::Mysql
2
3 1.0 Sun Jun 21 02:56:05 CEST 2009
4 - allow unblock calls on non-mysql handles as well
5 (and return them unchanged).
6 - unpatching was done too late durign destruction -
7 hook diretcly into mysql's vio for that. saves memory
8 and should be faster, even though neither will make a big
9 difference :)
10 - added a nice usage example using PApp::SQL 1.04.
11
12 0.1 Sat May 30 08:57:43 CEST 2009
13 - first cpan upload.
14
15 0.01 Sun May 17 15:11:00 CEST 2009
16 - original version; cloned from Convert::Scalar.
17