sync a bunch of files with Test::Simple 0.86
[p5sagit/p5-mst-13.2.git] / t / lib / Dev / Null.pm
index e89b4b5..9d2ae12 100644 (file)
@@ -1,5 +1,5 @@
 package Dev::Null;
-# $Id: /mirror/googlecode/test-more/t/lib/Dev/Null.pm 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51  $
+# $Id$
 
 sub TIEHANDLE { bless {} }
 sub PRINT { 1 }