Author: jkeenan
Date: Sun Jan 4 12:50:59 2009
New Revision: 34937
Modified:
trunk/lib/Parrot/Distribution.pm
Log:
Restore POD for slurp() method.
Modified: trunk/lib/Parrot/Distribution.pm
==============================================================================
--- trunk/lib/Parrot/Distribution.pm (original)
+++ trunk/lib/Parrot/Distribution.pm Sun Jan 4 12:50:59 2009
@@ -784,6 +784,12 @@
};
}
+=item C<slurp>
+
+Returns the text of the file at the given path
+
+=cut
+
sub slurp {
my $self = shift;
my $path = shift;