Skip Menu |

This queue is for tickets about the SVN-Log CPAN distribution.

Report information
The Basics
Id: 45832
Status: new
Priority: 0/
Queue: SVN-Log

People
Owner: Nobody in particular
Requestors: mj [...] mj41.cz
Cc:
AdminCc:

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



Subject: Author: "(no author)" not parsed.
SVN::Log, line 212 - my $headrule = qr/r(\d+) \| (\w+) \| (\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})/; + my $headrule = qr/r(\d+) \| (.+?) \| (\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})/; my $log = SVN::Log::retrieve({ 'repository' => "https://svn.parrot.org/parrot/", 'start' => 1907, 'end' => 1907, });