Skip Menu |

This queue is for tickets about the CallGraph CPAN distribution.

Report information
The Basics
Id: 21906
Status: new
Priority: 0/
Queue: CallGraph

People
Owner: Nobody in particular
Requestors: itub [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: tiny doc patch
--- lib/CallGraph/Lang/Fortran.pm.orig 2006-10-05 00:06:34.676619991 -0400 +++ lib/CallGraph/Lang/Fortran.pm 2006-10-05 00:06:34.676619991 -0400 @@ -22,7 +22,7 @@ =item $graph->parse($fh) -Parse the program using the given filehandle $fh. Note that you don't really +Parse the program using the given filehandle C<$fh>. Note that you don't really have to call this method directly, because it's called automatically whenever you specify a file via the add_files or add_lines method, or via the files or lines options to the constructor. @@ -55,3 +55,4 @@ software; you can redistribute it and/or modify it under the same terms as Perl itself. +