X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFatal.pm;h=d1357316038a85b93dded3a40e3301e15d79298d;hb=002b9267a385cf8ff0e7534241cdf3798da8636c;hp=0ea5963df0b0eb6f6941dee81f67b0bb69ef33df;hpb=3b825e419da1c361eab06a1e6d287276c0aef241;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Fatal.pm b/lib/Fatal.pm index 0ea5963..d135731 100644 --- a/lib/Fatal.pm +++ b/lib/Fatal.pm @@ -5,7 +5,7 @@ use Carp; use strict; our($AUTOLOAD, $Debug, $VERSION); -$VERSION = 1.03; +$VERSION = 1.04; $Debug = 0 unless defined $Debug; @@ -179,8 +179,8 @@ values are ignored. For example =head1 AUTHOR -Lionel.Cons@cern.ch +Lionel Cons (CERN). -prototype updates by Ilya Zakharevich ilya@math.ohio-state.edu +Prototype updates by Ilya Zakharevich . =cut