[svn:parrot] r48848 - trunk/lib/Parrot
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Wed Sep 8 01:29:01 UTC 2010
Author: jkeenan
Date: Wed Sep 8 01:29:00 2010
New Revision: 48848
URL: https://trac.parrot.org/parrot/changeset/48848
Log:
Correct semantic error in POD.
Modified:
trunk/lib/Parrot/Manifest.pm
Modified: trunk/lib/Parrot/Manifest.pm
==============================================================================
--- trunk/lib/Parrot/Manifest.pm Wed Sep 8 01:27:56 2010 (r48847)
+++ trunk/lib/Parrot/Manifest.pm Wed Sep 8 01:29:00 2010 (r48848)
@@ -112,9 +112,9 @@
$manifest_lines_ref = $mani->prepare_manifest();
-Prepares the manifest from the read in by the C<new()> method, and returns a
-hash of the files. The keys of the hash are the filenames, and the values are
-strings representing the package and a list of the meta flags.
+Prepares the manifest from the data read in by the C<new()> method, and
+returns a hash of the files. The keys of the hash are the filenames, and the
+values are strings representing the package and a list of the meta flags.
=cut
More information about the parrot-commits
mailing list