X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFatal.pm;h=d1357316038a85b93dded3a40e3301e15d79298d;hb=002b9267a385cf8ff0e7534241cdf3798da8636c;hp=9b0f28aa122b048ec274f88d8ea41d1d907486a6;hpb=14fe70c2d1778829732c0549106909ab5b329425;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Fatal.pm b/lib/Fatal.pm index 9b0f28a..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.02; +$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