Skip Menu |

This queue is for tickets about the Strict-Perl CPAN distribution.

Report information
The Basics
Id: 97564
Status: resolved
Priority: 0/
Queue: Strict-Perl

People
Owner: ina [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fatal is deprecated
The documentation for Fatal says: "Fatal has been obsoleted by the new autodie pragma. Please use autodie in preference to Fatal. autodie supports lexical scoping, throws real exception objects, and provides much nicer error messages."
Subject: Re: [rt.cpan.org #97564] Fatal is deprecated
Date: Sun, 3 Aug 2014 10:45:31 +0900
To: bug-Strict-Perl [...] rt.cpan.org
From: ina cpan <ina.cpan [...] gmail.com>
However, I feel that autodie is not stable yet and has no compatibility to Fatal module. 2014-07-29 1:45 GMT+09:00 Karen Etheridge via RT < bug-Strict-Perl@rt.cpan.org>: Show quoted text
> Mon Jul 28 12:45:27 2014: Request 97564 was acted upon. > Transaction: Ticket created by ETHER > Queue: Strict-Perl > Subject: Fatal is deprecated > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: ether@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=97564 > > > > The documentation for Fatal says: "Fatal has been obsoleted by the new > autodie pragma. Please use autodie in preference to Fatal. autodie supports > lexical scoping, throws real exception objects, and provides much nicer > error messages." >
On Sat Aug 02 21:45:40 2014, ina.cpan@gmail.com wrote: Show quoted text
> However, I feel that autodie is not stable yet and has no > compatibility to > Fatal module.
autodie has been pretty stable for years, and has been the standard for new development for years. Fatal is batshit insane and has a terrible API; providing a better API is one of autodie's raisons d'etre
I have removed the Fatal module from the new version 2014.06. Its interface and functionality are the same as before version.
I have removed the Fatal module from the new version 2014.06. Thanks, INABA Hitoshi On 2014-7月-28 月 12:45:27, ETHER wrote: Show quoted text
> The documentation for Fatal says: "Fatal has been obsoleted by the new > autodie pragma. Please use autodie in preference to Fatal. autodie > supports lexical scoping, throws real exception objects, and provides > much nicer error messages."
RT-Send-CC: ina.cpan [...] gmail.com
On 2014-08-10 09:02:40, INA wrote: Show quoted text
> I have removed the Fatal module from the new version 2014.06.
Thank you!