diff options
| author | fukachan <fukachan> | 2001-03-20 09:48:31 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-20 09:48:31 +0000 |
| commit | 4d095020df67384d22fbc6a1cee60c532b23505f (patch) | |
| tree | 0a80f4a48766785046465717a94a53a9a22c4bb3 | |
| parent | db1c5797b32dd075bcf455c5300ed82f9b22b8aa (diff) | |
| download | fml8-4d095020df67384d22fbc6a1cee60c532b23505f.tar.gz fml8-4d095020df67384d22fbc6a1cee60c532b23505f.tar.bz2 fml8-4d095020df67384d22fbc6a1cee60c532b23505f.zip | |
memo on error handling routines
| -rw-r--r-- | regress/simulation/Makefile | 1 | ||||
| -rw-r--r-- | regress/simulation/todo/error_exceptions | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index b8ee1cee..5a46dca2 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -32,6 +32,7 @@ check: @ (cd ../../fml; make check 2>&1 ) | grep -v OK || echo '' link: + rm -f ErrorMessages; ln -s ../../fml/lib/ErrorMessages rm -f doc; ln -s ../../fml/doc rm -f etc; ln -s ../../fml/etc rm -f lib; ln -s ../../fml/lib diff --git a/regress/simulation/todo/error_exceptions b/regress/simulation/todo/error_exceptions new file mode 100644 index 00000000..2dcdb88a --- /dev/null +++ b/regress/simulation/todo/error_exceptions @@ -0,0 +1,8 @@ +fml/lib/IO/File/Atomic.pm:sub error + +fml/lib/File/Rotate.pm:sub error + +fml/lib/File/Utils.pm:sub error { return $ErrorString;} +fml/lib/File/Utils.pm:sub error_reset { undef $ErrorString;} +fml/lib/File/Utils.pm: error_reset(); +fml/lib/File/Utils.pm: error_reset(); |
