Skip Menu |

This queue is for tickets about the release CPAN distribution.

Report information
The Basics
Id: 4425
Status: resolved
Priority: 0/
Queue: release

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

Bug Information
Severity: Important
Broken in: 0.23
Fixed in: (no value)



Subject: Need a /g modifier
This line -- line 260, in check_cvs() -- needs a /g modifier: $cvs_state{$state} = [ $cvs_update =~ /^\Q$state\E (.+)/m ];
[CNANDOR - Tue Nov 18 18:49:41 2003]: Show quoted text
> This line -- line 260, in check_cvs() -- needs a /g modifier: > > $cvs_state{$state} = [ $cvs_update =~ /^\Q$state\E (.+)/m ];
This is code from Module::Release, not the release package which uses it.