[svn:parrot] r42781 - trunk/lib/Parrot/Test

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Nov 22 03:49:01 UTC 2009


Author: jkeenan
Date: Sun Nov 22 03:48:56 2009
New Revision: 42781
URL: https://trac.parrot.org/parrot/changeset/42781

Log:
Add content to Pod DESCRIPTION (or make sure that DESCRIPTION passes codingstd test).

Modified:
   trunk/lib/Parrot/Test/Cardinal.pm
   trunk/lib/Parrot/Test/PIR_PGE.pm

Modified: trunk/lib/Parrot/Test/Cardinal.pm
==============================================================================
--- trunk/lib/Parrot/Test/Cardinal.pm	Sun Nov 22 03:48:32 2009	(r42780)
+++ trunk/lib/Parrot/Test/Cardinal.pm	Sun Nov 22 03:48:56 2009	(r42781)
@@ -1,17 +1,18 @@
 # $Id$
-
-package Parrot::Test::Cardinal;
-
 # Copyright (C) 2006-2007, Parrot Foundation.
 
+package Parrot::Test::Cardinal;
 use strict;
 use warnings;
-
 use File::Basename;
 
-=head1 Parrot::Test::Cardinal
+=head1 NAME
+
+Parrot::Test::Cardinal
+
+=head1 DESCRIPTION
 
-Provide language specific testing routines here...
+Provide language specific testing routines here.
 
 This is currently alarmingly similar to the generated subs in Parrot::Test.
 Perhaps someone can do a better job of delegation here.

Modified: trunk/lib/Parrot/Test/PIR_PGE.pm
==============================================================================
--- trunk/lib/Parrot/Test/PIR_PGE.pm	Sun Nov 22 03:48:32 2009	(r42780)
+++ trunk/lib/Parrot/Test/PIR_PGE.pm	Sun Nov 22 03:48:56 2009	(r42781)
@@ -14,8 +14,10 @@
 
 Parrot::Test::PIR_PGE -- testing routines for languages/PIR
 
+=head1 DESCRIPTION
+
 This is largely a copy of Parrot::Test::Punie, which is also a copy
-of something...
+of something ...
 
 This module is named PIR_PGE, because PIR is a "reserved" name,
 for internal use only.


More information about the parrot-commits mailing list