]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix syntax error (missing ()
authorDon Armstrong <don@donarmstrong.com>
Thu, 28 Jun 2007 05:37:34 +0000 (22:37 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 28 Jun 2007 05:37:34 +0000 (22:37 -0700)
Debbugs/SOAP.pm

index 590a2f673ca15a5438388d8ef72e87e2362e55a7..ebb96668b894bb770e6e2e1357dafe22e16c7190 100644 (file)
@@ -151,9 +151,9 @@ sub newest_bugs{
      my $VERSION = __populate_version(pop);
      my ($self,$num) = @_;
      my $newest_bug = Debbugs::bugs::newest_bug();
-     return [$newest_bug - $num + 1) .. $newest_bug];
-}
+     return [($newest_bug - $num + 1) .. $newest_bug];
 
+}
 
 =head2 get_bug_log