]> git.imager.perl.org - imager.git/commitdiff
Actually get the changes in the right order.
authorTony Cook <tony@develop=help.com>
Tue, 7 Mar 2006 12:01:38 +0000 (12:01 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 7 Mar 2006 12:01:38 +0000 (12:01 +0000)
Makefile.PL

index 024072bb3435d37776a78c93c6a803bbfecbeadd..aa4b70192ed54647037727c3870f7b5ad61a52d9 100644 (file)
@@ -892,7 +892,7 @@ sub distcheck {
     }
     if ($write_changes) {
       print "Updating Changes file\n";
-      system 'svn log -v -r 942:HEAD >Changes';
+      system 'svn log -v -r HEAD:943 >Changes';
     }
   }
 }