Change 35109 by da...@davem-pigeon on 2008/12/15 18:40:45

        Integrate:
        [ 34230]
        And then add the Dev::Null from Test-Simple-0.80

Affected files ...

... //depot/maint-5.10/perl/MANIFEST#64 integrate
... //depot/maint-5.10/perl/lib/Test/Simple/t/lib/Dev/Null.pm#1 branch

Differences ...

==== //depot/maint-5.10/perl/MANIFEST#64 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#63~35108~     2008-12-15 10:37:44.000000000 -0800
+++ perl/MANIFEST       2008-12-15 10:40:45.000000000 -0800
@@ -2867,6 +2867,7 @@
 lib/Test/Simple/t/is_deeply_fail.t     Test::More test, is_deeply()
 lib/Test/Simple/t/is_deeply_with_threads.t     Test::More test
 lib/Test/Simple/t/is_fh.t      Test::Builder test, _is_fh()
+lib/Test/Simple/t/lib/Dev/Null.pm      Test::More test module
 lib/Test/Simple/t/lib/Dummy.pm Test::More test module
 lib/Test/Simple/t/lib/MyOverload.pm    Test::More test module
 lib/Test/Simple/t/lib/NoExporter.pm    Test::Simple test module

==== //depot/maint-5.10/perl/lib/Test/Simple/t/lib/Dev/Null.pm#1 (text) ====
Index: perl/lib/Test/Simple/t/lib/Dev/Null.pm
--- /dev/null   2008-12-06 10:05:53.306020019 -0800
+++ perl/lib/Test/Simple/t/lib/Dev/Null.pm      2008-12-15 10:40:45.000000000 
-0800
@@ -0,0 +1,6 @@
+package Dev::Null;
+
+sub TIEHANDLE { bless {} }
+sub PRINT { 1 }
+
+1;
End of Patch.

Reply via email to