X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFatal.pm;h=d1357316038a85b93dded3a40e3301e15d79298d;hb=002b9267a385cf8ff0e7534241cdf3798da8636c;hp=bf54d9182bddc0310e7bb0cccd75c6b34a0329d8;hpb=b0cb64b6648430b97dc3cd7a3075e059eb971b16;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Fatal.pm b/lib/Fatal.pm index bf54d91..d135731 100644 --- a/lib/Fatal.pm +++ b/lib/Fatal.pm @@ -1,11 +1,11 @@ package Fatal; -use 5.6.1; +use 5.006_001; 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