[svn:parrot] r47056 - trunk/runtime/parrot/library/LWP
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Thu May 27 14:33:48 UTC 2010
Author: fperrad
Date: Thu May 27 14:33:47 2010
New Revision: 47056
URL: https://trac.parrot.org/parrot/changeset/47056
Log:
[LWP] fix after ops_massacre
Modified:
trunk/runtime/parrot/library/LWP/Protocol.pir
Modified: trunk/runtime/parrot/library/LWP/Protocol.pir
==============================================================================
--- trunk/runtime/parrot/library/LWP/Protocol.pir Thu May 27 13:50:52 2010 (r47055)
+++ trunk/runtime/parrot/library/LWP/Protocol.pir Thu May 27 14:33:47 2010 (r47056)
@@ -17,8 +17,6 @@
=cut
.namespace ['LWP';'Protocol']
-.loadlib 'sys_ops'
-.loadlib 'io_ops'
.sub '' :init :load :anon
load_bytecode 'HTTP/Message.pbc'
@@ -87,6 +85,7 @@
.namespace ['LWP';'Protocol';'file']
+.loadlib 'io_ops'
.include 'stat.pasm'
.sub '' :init :load :anon
More information about the parrot-commits
mailing list