Skip Menu |

This queue is for tickets about the File-CodeSearch CPAN distribution.

Report information
The Basics
Id: 100350
Status: resolved
Priority: 0/
Queue: File-CodeSearch

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

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



Subject: Use # instead of // in SYNOPSIS
The SYNOPSIS has currently (v0.7.0) the following code snippet: code_search { my ($file, $line) = @_; // do stuff }, Using the C++ comment syntax here is confusing (especially because it means something different in perl), probably you should replace the // by #.
On Sat Nov 15 21:22:02 2014, SREZIC wrote: Show quoted text
> The SYNOPSIS has currently (v0.7.0) the following code snippet: > > code_search { > my ($file, $line) = @_; > // do stuff > }, > > Using the C++ comment syntax here is confusing (especially because it > means something different in perl), probably you should replace the // > by #.
That was vauge of me, will have a new release shortly
Fixed in 0.7.1