More adjustments to the PERL5LIB docs by Rick
[p5sagit/p5-mst-13.2.git] / lib / Fatal.t
index f00b876..cc7d1f2 100755 (executable)
@@ -7,7 +7,7 @@ BEGIN {
 }
 
 use strict;
-use Fatal qw(open close :void opendir);
+use Fatal qw(open close :void opendir sin);
 
 my $i = 1;
 eval { open FOO, '<lkjqweriuapofukndajsdlfjnvcvn' };