[svn:parrot] r42769 - in trunk/t: codingstd perl tools/ops2cutils/testlib tools/pmc2cutils

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 19:53:18 UTC 2009


Author: jkeenan
Date: Sat Nov 21 19:53:17 2009
New Revision: 42769
URL: https://trac.parrot.org/parrot/changeset/42769

Log:
Add DESCRIPTION section to Pod (or correct things keeping file from passing codingstd test).

Modified:
   trunk/t/codingstd/pod_description.t
   trunk/t/perl/Parrot_Distribution.t
   trunk/t/tools/ops2cutils/testlib/GenerateCore.pm
   trunk/t/tools/pmc2cutils/08-pmc-pm.t

Modified: trunk/t/codingstd/pod_description.t
==============================================================================
--- trunk/t/codingstd/pod_description.t	Sat Nov 21 19:29:07 2009	(r42768)
+++ trunk/t/codingstd/pod_description.t	Sat Nov 21 19:53:17 2009	(r42769)
@@ -62,11 +62,11 @@
 
 #################### SUBROUTINES ####################
 
-=head1 t/codingstd/pod_description.t
+=head1 NAME
 
-Identify files lacking 'Description' section in their POD
+t/codingstd/pod_description.t - Identify files lacking 'DESCRIPTION' in POD
 
-=head2 SYNOPSIS
+=head1 SYNOPSIS
 
     # test all files
     % prove t/codingstd/pod_description.t
@@ -74,7 +74,7 @@
     # test specific files
     % perl t/codingstd/pod_description.t perl_module.pm perl_file.pl
 
-=head2 DESCRIPTION
+=head1 DESCRIPTION
 
 Tests the Pod syntax for all files listed in F<MANIFEST> and
 F<MANIFEST.generated> that appear to contain Pod markup. If any files

Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t	Sat Nov 21 19:29:07 2009	(r42768)
+++ trunk/t/perl/Parrot_Distribution.t	Sat Nov 21 19:53:17 2009	(r42769)
@@ -19,6 +19,8 @@
 
 =head1 DESCRIPTION
 
+Test individual Parrot::Distribution methods.
+
 =cut
 
 BEGIN { use_ok('Parrot::Distribution') }

Modified: trunk/t/tools/ops2cutils/testlib/GenerateCore.pm
==============================================================================
--- trunk/t/tools/ops2cutils/testlib/GenerateCore.pm	Sat Nov 21 19:29:07 2009	(r42768)
+++ trunk/t/tools/ops2cutils/testlib/GenerateCore.pm	Sat Nov 21 19:53:17 2009	(r42769)
@@ -100,8 +100,6 @@
 
 =head1 DESCRIPTION
 
-=head2 Purpose
-
 The test suite found in F<t/tools/ops2cutils/> tests the methods of
 Parrot::Ops2c::Utils.  Those methods are invoked by Parrot build tool
 F<tools/build/ops2c.pl>, which in turn is invoked several times by F<make>.
@@ -122,6 +120,8 @@
 (b) creates a temporary copy of Parrot::OpLib::core such that
 C<Parrot::Ops2c::Utils::new()> can successfully execute.
 
+=head1 SUBROUTINES
+
 =head2 C<generate_core()>
 
 =over 4

Modified: trunk/t/tools/pmc2cutils/08-pmc-pm.t
==============================================================================
--- trunk/t/tools/pmc2cutils/08-pmc-pm.t	Sat Nov 21 19:29:07 2009	(r42768)
+++ trunk/t/tools/pmc2cutils/08-pmc-pm.t	Sat Nov 21 19:53:17 2009	(r42769)
@@ -50,6 +50,8 @@
 
 =head1 DESCRIPTION
 
+Test functionality of Parrot::Pmc2c::PMC.
+
 =head1 AUTHOR
 
 Kevin Tew


More information about the parrot-commits mailing list