From a9d5f843e86507d359fc6d5b1f032d82dc1f6987 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Sat, 7 Jul 2012 01:35:07 -0500 Subject: enhancement to requirement-parsing --- sboupgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sboupgrade b/sboupgrade index 5ec6e3a..f80bd47 100755 --- a/sboupgrade +++ b/sboupgrade @@ -90,6 +90,8 @@ sub grok_requirements { my ($sbo, $readme) = @_; my $readme_orig = $readme; for ($readme) { + # deal with and at end of line + s/and/and /g; # work around missing period at end of list of requirements (given 2 # \ns), or no period at end of whole thing. s/$/./; -- cgit v1.2.3