--- toast	2004/02/26 02:02:18	1.303
+++ toast	2004/02/27 00:15:37	1.304
@@ -3487,7 +3487,7 @@
 
 sub disarm(@)
 {
-  my($name, $version, $build) = @_;
+  my(@nvb) = @_; # see nvb comment below
 
   my(@armdirs) = allarmdirs;
   my($i, $armdir);
@@ -3540,7 +3540,7 @@
       );
       error if @dirmodes;
       return true;
-    } ($name, $version, $build);
+    } @nvb; # can't replace @nvb with ($n, $v, $b) due to perl 5.6.1 bug (?)
 
     postarm($armdir, ++$i == scalar(@armdirs) ? postarmprog : "");
     unlock($armdir);
@@ -6087,6 +6087,7 @@
   - How are storedir and armdir structured?
   - How does this tool differ from similar tools?
   - How can I address common problems not directly caused by toast?
+  - How might I set up toast in a multi-architecture environment?
 
 =head1 SEE ALSO