[svn:parrot] r48593 - trunk/tools/dev

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Aug 21 21:23:00 UTC 2010


Author: jkeenan
Date: Sat Aug 21 21:22:59 2010
New Revision: 48593
URL: https://trac.parrot.org/parrot/changeset/48593

Log:
Place documentation in a more formal POD format.

Modified:
   trunk/tools/dev/faces.pl

Modified: trunk/tools/dev/faces.pl
==============================================================================
--- trunk/tools/dev/faces.pl	Sat Aug 21 21:13:22 2010	(r48592)
+++ trunk/tools/dev/faces.pl	Sat Aug 21 21:22:59 2010	(r48593)
@@ -7,9 +7,21 @@
 
 use Gravatar::URL;
 
-=for usage
+=head1 NAME
 
-use to generate source for http://trac.parrot.org/parrot/wiki/ParrotFaces
+faces.pl - Generate source for Parrot wiki ParrotFaces page
+
+=head1 SYNOPSIS
+
+    perl tools/dev/faces.pl
+
+=head1 DESCRIPTION
+
+Used to create L<http://trac.parrot.org/parrot/wiki/ParrotFaces>
+
+=head1 PREREQUISITE
+
+Gravatar::URL (L<http://search.cpan.org/dist/Gravatar-URL/>).
 
 =cut
 


More information about the parrot-commits mailing list