cvsuser 05/03/21 09:56:08
Modified: t/pmc timer.t Log: Basic documentation fixes. Revision Changes Path 1.17 +4 -5 parrot/t/pmc/timer.t Index: timer.t =================================================================== RCS file: /cvs/public/parrot/t/pmc/timer.t,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- timer.t 4 Mar 2005 17:49:11 -0000 1.16 +++ timer.t 21 Mar 2005 17:56:08 -0000 1.17 @@ -1,19 +1,18 @@ #! perl -w # Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. -# $Id: timer.t,v 1.16 2005/03/04 17:49:11 bernhard Exp $ +# $Id: timer.t,v 1.17 2005/03/21 17:56:08 bernhard Exp $ =head1 NAME -t/pmc/sub.t - Subroutine PMCs +t/pmc/timer.t - Timer PMCs =head1 SYNOPSIS - % perl -Ilib t/pmc/sub.t + % perl -Ilib t/pmc/timer.t =head1 DESCRIPTION -Tests the creation and invocation of C<Sub>, C<Closure> and -C<Continuation> PMCs. +Tests the Timer PMC. =cut
