Actually, it turns out that there is still one difference between the blead and CPAN's view of the CGI.pm distribution - a typo in CGI::Carp fixed in blead in 2005: http://public.activestate.com/cgi-bin/perlbrowse/p/25261 Appended and attached, in the hope of confusing your mailer into not eating it. Also, blead bumped the version of CGI::Util.pm frmo 1.50 to 1.50_01, and that's now actually the version shipping on CPAN (at least in 3.34). In theory the _01 makes it a developer release number, which seems a bit strange. Was that what you intended? Nicholas Clark --- CGI.pm-3.34/CGI/Carp.pm 2007-08-23 14:30:09.000000000 +0100 +++ perl/lib/CGI/Carp.pm 2007-12-19 19:52:59.000000000 +0000 @@ -275,7 +275,7 @@ non-overridden program name fatalsToBrowser() output. 1.23 ineval() now checks both $^S and inspects the message for the "eval" pattern - (hack alert!) in order to accomodate various combinations of Perl and + (hack alert!) in order to accommodate various combinations of Perl and mod_perl. 1.24 Patch from Scott Gifford (sgifford@suspectclass.com): Add support @@ -323,7 +323,7 @@ use File::Spec; $main::SIG{__WARN__}=\&CGI::Carp::warn; -$CGI::Carp::VERSION = '1.30'; +$CGI::Carp::VERSION = '1.30_01'; $CGI::Carp::CUSTOM_MSG = undef; $CGI::Carp::DIE_HANDLER = undef;Thread Next