Package: devscripts
Version: 2.10.16
Severity: minor
Tags: patch
Contrary to the documentation, mass-bug always wraps the signature from
the template because the regexp matching it doesn't have the /s qualifier
and therefore doesn't match anything with more than one line.
- if ($template_text =~ /\A(.*?)(^-- $.*)/m) { # there's a sig involved
+ if ($template_text =~ /\A(.*?)(^-- $.*)/ms) { # there's a sig involved
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To unsubscribe, send mail to [EMAIL PROTECTED]