logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::Shorten::_dead - Where dead link-shortening services go

Author

       Iain Truskett <spoon@cpan.org>

Description

       This is just a module that we use for link-shortening services that we used to support but which no
       longer exist.

Name

       WWW::Shorten::_dead - Where dead link-shortening services go

See Also

       WWW::Shorten

perl v5.36.0                                       2022-11-19                           WWW::Shorten::_dead(3pm)

Synopsis

         # just change your service to look like this:
         package WWW::Shorten::SomeDeadService;
         use strict;
         use warnings;

         our $VERSION = '1.001';
         $VERSION = eval $VERSION;

         # ensure a common error message will be given to the user
         require WWW::Shorten::_dead;

         1;

See Also