rpms/rakudo/devel rakudo.patch,NONE,1.1

Gerd Pokorra gerd at fedoraproject.org
Sat Aug 22 21:20:51 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/rakudo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13453

Added Files:
	rakudo.patch 
Log Message:
patch file added

rakudo.patch:
 globals.pir |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE rakudo.patch ---
--- src/builtins/globals.pir	2009-08-18 20:49:15.000000000 +0200
+++ src/builtins/globals.pir.new	2009-08-22 22:37:11.000000000 +0200
@@ -28,6 +28,7 @@
     $S0 = env['PERL6LIB']
     $P0 = split ':', $S0
     push $P0, '.'
+    push $P0, 'PATH_EXT'
     $P0 = 'list'($P0)
     $P0 = $P0.'Array'()
     set_hll_global '@INC', $P0




More information about the scm-commits mailing list