[svn:parrot] r42807 - trunk/t/op

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Nov 26 12:52:19 UTC 2009


Author: mikehh
Date: Thu Nov 26 12:52:16 2009
New Revision: 42807
URL: https://trac.parrot.org/parrot/changeset/42807

Log:
re-instate copyright, ID, doc header and coda

Modified:
   trunk/t/op/time.t

Modified: trunk/t/op/time.t
==============================================================================
--- trunk/t/op/time.t	Wed Nov 25 20:09:43 2009	(r42806)
+++ trunk/t/op/time.t	Thu Nov 26 12:52:16 2009	(r42807)
@@ -1,4 +1,12 @@
-#!./parrot
+#!parrot
+# Copyright (C) 2001-2009, Parrot Foundation.
+# $Id$
+
+=head1 NAME
+
+t/op/time.t - Time and Sleep
+
+=cut
 
 .sub main :main
     .include 'test_more.pir'
@@ -150,3 +158,11 @@
     $S0 = typeof $P0
     is($S0, "Array", "decodelocaltime returns the correct PMC type")
 .end
+
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 filetype=pir:


More information about the parrot-commits mailing list