diff options
| author | fukachan <fukachan> | 2002-06-21 09:25:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-06-21 09:25:39 +0000 |
| commit | 69620f55ef2dea8025ec13e5accd83cb93fed171 (patch) | |
| tree | bd653c64c374b8ed52d5c64616f1e24890e3819a /fml/lib/FML/Command | |
| parent | 11885a7911e51b41ed41b46a3833375da08c4c81 (diff) | |
| download | fml8-69620f55ef2dea8025ec13e5accd83cb93fed171.tar.gz fml8-69620f55ef2dea8025ec13e5accd83cb93fed171.tar.bz2 fml8-69620f55ef2dea8025ec13e5accd83cb93fed171.zip | |
ignore non-existed files, not croak()
Diffstat (limited to 'fml/lib/FML/Command')
| -rw-r--r-- | fml/lib/FML/Command/UserControl.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/UserControl.pm b/fml/lib/FML/Command/UserControl.pm index c931ee2f..1f73fee0 100644 --- a/fml/lib/FML/Command/UserControl.pm +++ b/fml/lib/FML/Command/UserControl.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: UserControl.pm,v 1.5 2002/04/10 09:57:22 fukachan Exp $ +# $FML: UserControl.pm,v 1.6 2002/06/21 07:53:03 fukachan Exp $ # package FML::Command::UserControl; @@ -121,7 +121,7 @@ sub userlist if (defined $obj) { my $x = ''; - $obj->open || croak("cannot open $map"); + $obj->open; while ($x = $obj->get_next_key()) { print $wh $x, "\n"; } $obj->close; } |
