Skip to content

Commit

Permalink
whitespace/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
domm committed Mar 26, 2013
1 parent 5c47c6e commit 39d932d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/Acme/ReturnValue.pm
Expand Up @@ -100,7 +100,7 @@ sub run {
my $data = $arv->waste_some_cycles( '/some/module.pm' );
C<waste_some_cycles> parses the passed in file using PPI. It tries to
C<waste_some_cycles> parses the passed in file using PPI. It tries to
get the last statement and extract it's value.
C<waste_some_cycles> returns a hash with following keys
Expand All @@ -111,7 +111,7 @@ C<waste_some_cycles> returns a hash with following keys
The file
=item * package
=item * package
The package defintion (the first one encountered in the file
Expand All @@ -121,10 +121,10 @@ The return value of that file
=back
C<waste_some_cycles> will also put this data structure into
C<waste_some_cycles> will also put this data structure into
L<interesting> or L<boring>.
You might want to pack calls to C<waste_some_cycles> into an C<eval>
You might want to pack calls to C<waste_some_cycles> into an C<eval>
because PPI dies on parse errors.
=cut
Expand Down Expand Up @@ -200,6 +200,8 @@ sub _is_code {

=head3 in_CPAN
Analyse CPAN. Needs a local CPAN mirror
=cut

sub in_CPAN {
Expand Down Expand Up @@ -348,7 +350,7 @@ Probably many, because I'm not sure I master PPI yet.
Thomas Klausner, C<< <domm@cpan.org> >>
Thanks to Armin Obersteiner and Josef Schmid for input during very
Thanks to Armin Obersteiner and Josef Schmid for input during very
early development
=head1 BUGS
Expand Down

0 comments on commit 39d932d

Please sign in to comment.