[svn:parrot] r41273 - trunk/examples/nci
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Tue Sep 15 15:08:00 UTC 2009
Author: NotFound
Date: Tue Sep 15 15:08:00 2009
New Revision: 41273
URL: https://trac.parrot.org/parrot/changeset/41273
Log:
[examples] fix typo from r41272
Modified:
trunk/examples/nci/mysqltest.p6
Modified: trunk/examples/nci/mysqltest.p6
==============================================================================
--- trunk/examples/nci/mysqltest.p6 Tue Sep 15 15:05:13 2009 (r41272)
+++ trunk/examples/nci/mysqltest.p6 Tue Sep 15 15:08:00 2009 (r41273)
@@ -21,7 +21,7 @@
########################################################################
use v6;
-use Mysql::from<parrot>;
+use Mysql:from<parrot>;
say 'mysql client version: ', Mysql::get_client_info();
More information about the parrot-commits
mailing list