Skip Menu |

This queue is for tickets about the Smart-Comments CPAN distribution.

Report information
The Basics
Id: 61541
Status: new
Priority: 0/
Queue: Smart-Comments

People
Owner: Nobody in particular
Requestors: jon [...] logicalpoetry.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0.4
Fixed in: (no value)



Subject: <line> and <loc> do not work
The POD says that <line> and <loc> are synonyms for <loc> <here> and <where>. They are not. Obvious patch: $pref =~ s/<(?:here|place|where)>/"$file", line $line/g; becomes: $pref =~ s/<(?:here|place|where|line|loc)>/"$file", line $line/g; or change the documentation.