[svn:parrot] r41264 - trunk/examples/nci

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Sep 14 19:34:54 UTC 2009


Author: NotFound
Date: Mon Sep 14 19:34:53 2009
New Revision: 41264
URL: https://trac.parrot.org/parrot/changeset/41264

Log:
[examples] update xlibtest.p6 to new use syntax

Modified:
   trunk/examples/nci/xlibtest.p6

Modified: trunk/examples/nci/xlibtest.p6
==============================================================================
--- trunk/examples/nci/xlibtest.p6	Mon Sep 14 18:51:57 2009	(r41263)
+++ trunk/examples/nci/xlibtest.p6	Mon Sep 14 19:34:53 2009	(r41264)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 use v6;
@@ -22,7 +22,7 @@
 
 =end pod
 
-use Xlib;
+use Xlib:from<parrot>;
 
 # Event types
 constant KeyPress      =  2;


More information about the parrot-commits mailing list