Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl


Modified Files:
        Makefile.PL test.pl 


Log Message:
- make test now works 

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/Makefile.PL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.PL 20 Aug 2006 09:34:33 -0000      1.8
+++ Makefile.PL 1 Sep 2006 18:08:07 -0000       1.9
@@ -25,4 +25,15 @@
     OBJECT            => '$(O_FILES)', 
 );
 
+sub MY::test_via_harness {
+    local $_ = shift()->MM::test_via_harness( @_ );
+    s/\bPERL_DL_NONLAZY=1 +//g;
+    return $_;
+}
+
+sub MY::test_via_script {
+    local $_ = shift()->MM::test_via_script( @_ );
+    s/\bPERL_DL_NON_LAZY=1 +//g;
+    return $_;
+}
 
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/test.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- test.pl     18 Aug 2006 20:22:59 -0000      1.8
+++ test.pl     1 Sep 2006 18:08:07 -0000       1.9
@@ -1,4 +1,5 @@
 use strict;
+BEGIN { $ENV{PERL_DL_NONLAZY} = 0 }
 use Etk;
 use Etk::Constants qw/:box/;
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to