Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Question on deprecated CPAN modules

by Anonymous Monk
on Mar 20, 2018 at 13:50 UTC ( [id://1211318]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi everyday,

If a CPAN module is deprecated, should we use it?

I started to use Mail::Sender recently after it was suggested to me here but I saw on http://search.cpan.org/~capoeirab/Mail-Sender-0.903/lib/Mail/Sender.pm that it's deprecated.

Please share your thoughts.

Replies are listed 'Best First'.
Re: Question on deprecated CPAN modules
by toolic (Bishop) on Mar 20, 2018 at 14:06 UTC
    The module author did not give a specific reason as to why Mail::Sender is deprecated. You should contact the author for further information.

    However, the author recommends using Email::Sender instead. In general, when I see that something is deprecated, I consider it a warning that the code will no longer be supported. Maybe that means bugs will not be fixed or new features will not be added. You should consider using another module, especially for your new code.

Re: Question on deprecated CPAN modules
by karlgoethebier (Abbot) on Mar 20, 2018 at 18:38 UTC
    "...share your thoughts."

    Last release was in 2014. I guess the author doesn't have neither the time nor the inclination to maintain it. Or something like this - who knows. Ask him if you have any doubt ;-)

    Update: Fixed wrong claim. See Re^2: Question on deprecated CPAN modules.

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

      The latest release of Mail::Sender (0.903) was Nov 17, 2016, not 2014.

        That's right. I confused it with "Other Releases". Thanks.

        Best regards, Karl

        «The Crux of the Biscuit is the Apostrophe»

        perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1211318]
Approved by Eily
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found