X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFatal.pm;h=d1357316038a85b93dded3a40e3301e15d79298d;hb=9e01bed8b6dd351933b88ffcf539432d47e152bc;hp=1496117c89896143d78526a2bbe442f2032b91df;hpb=91c7a8804c6d3adc7e73ca2956160b00f07dd6a2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Fatal.pm b/lib/Fatal.pm index 1496117..d135731 100644 --- a/lib/Fatal.pm +++ b/lib/Fatal.pm @@ -1,11 +1,11 @@ package Fatal; -use 5.005_64; +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